Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
MySQL General
Page 482 of 508 Previous 100   Previous 10   481   482   483   484   485   486   487   488   489   490   Next 10  

Slow query with like clause (repost)

Bryan Coon wrote > Posted this yesterday but it never showed up...? > > Hi > > I have the following table (sorry if the formatting gets tweaked) and > query. The table is around 36k rows

Subject: MySQL Unicode Data and C API

Hello >From MySQL 4.1 MySQL supports storing of data in utf-8 and ucs2. But all the C API till supports only char*. This has brought up some issues in my mind 1.) How do you I send Unic

Auditing

Dan Vande More wrote > /* repost considering I have no answers is it safe to conclude it 's not feasible?*/ > > > I 'd like to be able to audit connections to mysql databases. Here is > what I

Can table structure cause table corruption?

I am having some problems with constant table corruption on a database. I have now had this occur on two different operating systems with two different versions of MySQL. I edit these tables using

DB init script problem with Grant statements

Hello I am having a weird problem with some sql that is supposed to set up a DB for me. When I run the .sql file manually from the command line like this mysql --user root < DB_init.sql

How to minimize Master-Slave Traffic during replication <- Activating slave_

"Lutz Maibach " <klinge@(protected) > wrote > Hello Sasha > > thanks for your advise but I 'm not shure whether I understand how to > find out if the master is offering (and using) the compressed

shorten SELECT query

Do you need something like ... SELECT tour.id tour.showid tour.date tour.status stat.id stat.statusmesg FROM tour INNER JOIN stat USING (id) WHERE tour.date >$daysInMonths

Re: ERROR 1045: Access denied for user: 'root@localhost ' (Using
   password: NO)

Hi! You seems to have just installed mysql. The root user should be able to acces a mysql server from anywhere by default. I don 't know why you can connect from localhost probably you delete the

Using OR

Hi Keith you can use pla.type IN ( '1 ' '2 ' '3 ' '4 ') /Johan Keith wrote > is there any alternative to using OR for selecting between values? > > ie pla.type '1 ' OR pla.type '2 ' OR pl

ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)

Hello I am having a hard time getting Mysql to let root@(protected) connect. I am constantly getting this ERROR 1045 Access denied for user 'root@(protected) ' (Using password NO) when I i

query reference help

Kris Is ...LIKE '%[img] ' + i.image_name + '[/img]% ' what you 're looking for? PB ----- Original Message ----- From Kris Burford To mysql@(protected) Sent Friday Ma

mysqld don 't start

Pedro Baquero <pbaquerop@(protected) > wrote > I installed mysql under RedHat 9 with mysql-standard-4.1.1-alpha-pc-linux-i686.tar.gz but when I try to start the mysqld with the sentence "./bin/mysq

Subject: New Prepared Statements !!!!!

Arunachalam <arunchp@(protected) > wrote > > I am really astonishing when I see the sample > program on the URL > http //www.mysql.com/doc/en/mysql_stmt_execute.html > > I am using > MyS

Determining when slave has synchronized.

Ian van der Neut wrote > Hello all > > Is there a scriptable way to determine if a slave in a replication setup > has been fully synchronized with its master? > > Kind of like the following

Subject: Maximum Database size

"Baum Stefan " <stefan.baum@(protected) > wrote > Hi > > I 'm planning to use MySQL for logging from an SMTP-Relay. > What is the maximum size of the database that can be reached? > Table size

Random Table Locking in 3.23.58-7 ?

mysql@(protected) wrote > Here is the problem. I am getting random table locks in my databases on a new > server running Fedora 0.96 and Mysql 3.23.58-7. > > It seems that different tab

Conditional controlling where used in a query

I have two tables that I want write one query that uses different where clauses under conditions in the where clause. In the first table I have type of document with document names. Through a third

mysql-4.0.18 build problem in FreeBSD-5.2-CURRENT

Hi Ganbold I think you are asking in the wrong place. I would suggest ports@(protected) or current@(protected) or threads@(protected) see . But my personal thoughts on this is if you are not r

Subject: Find Missing Sequence Numbers

All - I 've got a table that has an unsigned int that stores increasing sequence numbers that are stored in UDP payloads. Occasionally messages get lost and we 'll have missing numbers in the sequen

Select and Limit

"Keith Wilson (www.giraffedog.net) " <keith.wilson@(protected) > wrote > I am trying to split the results from a select query across several pages. > > I have a contacts database and if someone

Limiting Return

"Keith " <warlord_khan@(protected) > wrote on 11/03/2004 09 50 35 > 've had a good look through the manual and archives but can 't find > an answer. I 'm pulling among other things a

Perfomance issues

Hi folks I would like to know if there are a perfomance loss using PEAR DB comparing with PHP native Mysql functions and if this is a significant issue. Also I?m wondering if using persistent

Innodb logfiles timestamp question

John ----- Original Message ----- From "John Thorpe " <jthorpe@(protected) > Newsgroups mailing.database.myodbc Sent Thursday March 11 2004 7 34 PM Subject Innodb logfiles timestamp quest

Replication - separate binary logs

"ron " <ron@(protected) > wrote > Hello (first post) > > I 'm a noob to this group but I have an issue which I am hoping there is a > solution to. > > I would like to have one instance of mysql

Subject: LOAD INDEX INTO CACHE problem

Hi! On Feb 21 HMax wrote > So this means we cannot combine both FULLTEXT and classical indexes if > we want to use a LOAD INDEX INTO CACHE and that we won 't ever be able > to ? No. FULLTEX

link error gcc compiling mysql on solaris 9 (lib not found)

Ken Menzel wrote > This may be more solaris related but I need to compile mysql with > gcc because perl is compiled with gcc and I need DBD mysql. It seems > the linker can 't find the libs. I

BLOB, SUBSTRING and 65536 characters limit

http //php.dreamwerx.net/forums/viewtopic.php?t 6 storage implementation that is not affected by max_packet_size. On Thu 11 Mar 2004 Tomas Zvala wrote > Hello > I run into a problem

Prepared Statements with NULL terminated strings

According to this page in the online manual http //www.mysql.com/doc/en/C_API_Prepared_statement_datatypes.html the length element of the MYSQL_BIND structure when set to 0 will treat the buffer e

Mysterious 'x ' when retrieving records

I have a very simple query SELECT ProblemReports.* FROM ProbelmReports If there is no data in the column 'Description ' it returns 'x '. There is no default value being used and there is no d

SELECT ... UPDATE

"Darran Kartaschew " <darran@(protected) > wrote > Hi Everyone > > Is there an easy way to update a field for the last record referenced by > an ID number? where that ID number is used on
Page 482 of 508 Previous 100   Previous 10   481   482   483   484   485   486   487   488   489   490   Next 10