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 on Win32
Page 1 of 651   2   3   4   5   6   7   8   9   10   Next 10  

Stuck How to do this??

Hello I know I 've been a bit of a pain of late but am really pushing myself to the limit. The site has eight different sections and will probably end up with some 100++ files (pages). I 'm quit

Another error message problem...

Hello I 've deliberately left the look up table blank to test if elseif ($ok1 OR $ok2 OR $ok3 0) { echo ' <p > No entries found to delete </p > ' } Works in the query below it doesn 't... I 'm us

Search-no-listings not working

Hello Part of the script $jokelist mysql_query( 'SELECT joketext name email FROM joke author WHERE authorid author.id AND jokedate > "2004-04-01 " ' . 'AND joketext LIKE "w% " ') If (!$joke

Second Error Measge not working....

Hello I 'm trying to build an Estate Agents search but keep finding silly errors I 'm making. Here 's one <html > <head > <title > </title > </head > <body > <?php $dbcnx @(protected)( 'localhost '

MySQL master-master replication on windows platform information wanted

Who has experience with setting up master-master replication with MySQL between two Windows-servers. I would like to try setting it up and am looking for experiences tips an possibly a hands-on man

QUERY Structure?

Hello This is not the QUERY that is a bit longer than this but the theory is the same. Can this be done if so how should it be structured? SELECT id LEFT(joketext 20) WHERE jokedate > "2004

Forced Upgrade

Hello I 'm having to upgrade from 4.0.4 beta (which I 've had installed on my testing server for (who knows how long - ever). How do I back up all the databases on this server and will they all wo

PEKRJAAN KOSONG

Kami dari pihak DataEntrySystem menawarkan pekerjaan part time ataupun full time kepada sesiapa yang berminat. Sila klik laman web di bawah untuk maklumat lanjut. http //dataentrysystem.gobigo

Subject: RE: how to find duplicate fields

It depends a bit on what you actually want to do with the duplicates but if you are just interested in knowing if you have some then the following should do the trick. SELECT Name COUNT(*) FROM MyTa

Subject: Re: how to find duplicate fields

Romeo That depends a little on which version of mySql you are running. If you 're running version 4.1 or higher you can use a subQuery. Something like this SELECT * FROM myTable WHERE Code IN

Subject: how to find duplicate fields

table Code int 7 Name char 30 need to find duplicate fields for field name. any ideas please ! Romeo Petruca George Enescu 16/13 Hunedoara Romania tel 0720301842/0354401534 e-mail rpetruca@(protected)

Subject: Re: escaping character in sql statements

Mark Mchugh wrote > hi > i need double the number of them cos in the database the file/path > name is stored as > > \\192.168.0.100\clients\\o ' 'orielly\file1.pdf > > wierd? > Oh sorry in this case

Subject: Re: escaping character in sql statements

Mark If you are trying to find the row as listed below you still have too many backslashes. To find '\\192.168.0.100\clients\\o 'rielly\file1.pdf ' Look for '\\\\192.168.0.100\\clients\\\\o\ 'rie

Subject: Re: escaping character in sql statements

Mark My experience is mainly Oracle but it may help. I would expect you to have to include the ' in quotes i.e. ' ' '. If I read your statement correctly I would expect something like the followi

Subject: Re: escaping character in sql statements

sorry thats a typo its the more traditional spelling.... ----- Original Message ---- From Lawson Cronlund <lawson@(protected) > To Mark Mchugh <mark_mch@(protected) > mysql list <win32@(protected)

Subject: RE: escaping character in sql statements

Just a na?ve question. Was your query to find a client of o 'oreilly (as shown) or o 'reilly (a more traditional spelling)? Regards Lawson Cronlund lawson@(protected) +1(480)308-0641 (voice) +1(602

Subject: Re: escaping character in sql statements

hi i need double the number of them cos in the database the file/path name is stored as \\192.168.0.100\clients\\o ' 'orielly\file1.pdf wierd? ----- Original Message ---- From Todd Farmer <todd@(protected)

Subject: Re: escaping character in sql statements

Mark Mchugh wrote > for some reason this does not seem to work either? I think Petr 's comment is correct but perhaps there are other reasons this is not working the way you expect. It seems like

Subject: Re: escaping character in sql statements

for some reason this does not seem to work either? ----- Original Message ---- From Petr Vileta <petr@(protected) > To mysql list <win32@(protected) > Sent Thursday October 25 2007 1 04 10 A

Subject: Re: escaping character in sql statements

Mark Mchugh wrote > Hi > I am writing an sql to retrieve data relating to certain files in a > folder from my database. Some times part of the data may contain a ' > character. > > here 's an example

Subject: escaping character in sql statements

Hi I am writing an sql to retrieve data relating to certain files in a folder from my database. Some times part of the data may contain a ' character. here 's an example of the sql select * from fil

Subject: RE: windows 2003 server + myodbc 3.51

yes i dont see it there when i 'm installing the install path is blank which makes me belive its not installing correctly? --- "Bonnett John " <John.Bonnett@(protected) > wrote > Be careful

Subject: RE: windows 2003 server + myodbc 3.51

Be careful you won 't see it in the list of user data sources until you have created one. Try adding a data source and you should see "MySQL ODBC 3.51 Driver " in the list. If it 's not there THEN you

Subject: Re: windows 2003 server + myodbc 3.51

You 're running 64 bit Windows 2003 Server and you 're using the 64 bit ODBC tool. But the MyODBC driver is 32 bit. There 's a 32 bit ODBC Administrator at %SystemRoot%\SysWOW64\odbcad32.exe You can

Subject: re: windows 2003 server + myodbc 3.51

Silly Question 1 Is it in Add/Remove Programs? Silly Question 2 Have you rebooted your server since the install? You shouldn 't have to but this is Windows we are talking about and you may hav

Subject: re: windows 2003 server + myodbc 3.51

i dont even see it in the drivers tab all i can see is one for sql server it apprears to have installed correctly according to the install program seems very odd? --- "J.R. Bullington " i dont eve

Subject: re: windows 2003 server + myodbc 3.51

Not at all as it is not apparent to the first tab where the driver is installed. If you have not installed the MyODBC before then none of your DSN 's will reflect the new driver. To ensure that

Subject: windows 2003 server + myodbc 3.51

I 've installed the above but when i got to admin tool/ data sources i cant see it have i been very dumb again?

MySQL SSL Support?

I 'm trying to figure out how to use SSL support with MySQL 4.1.22. The help indicates that mysqld-max includes SSL support but no matter which binary I run (mysqld mysqld-max etc.) if I start it

Subject: RE: trying to restore an old db to mysql 5.0

I think we need a bit more than "it wont work ". Do you get any error messages? What exactly happens? I do restores like this mysql -hlocalhost -uroot -p [DatabaseName] <dump.sql Replace [DatabaseNa
Page 1 of 651   2   3   4   5   6   7   8   9   10   Next 10