MySQL 5.6.11 Missing MySQL Client

2013-06-17 Thread Nick Khamis
Hello Everyone, We installed mysql 5.6.11 from source without server, and was wondering what happened to the mysql command? /usr/local/mysql/bin/ innochecksummysql_waitpid replace resolveip my_print_defaults perror resolve_stack_dump Kind Regards,

Re: MySQL Client (libmysqlclient) compatibility policy

2013-05-17 Thread Sebastien FLAESCH
Hi all, Could someone from the libmysqlclient contributors comment on this, and could someone complete the documentation regarding client compatiblity? Thanks! Seb On 02/20/2013 09:31 AM, Sebastien FLAESCH wrote: Hello, FYI, I found this statement in the doc, at the end of the C API main

Re: MySQL Client (libmysqlclient) compatibility policy

2013-05-17 Thread Reindl Harald
Oracle fails the context by make incompatible ABI changes which are *expected* by raise the minor release number but claim they are compatible until it is clear that random things are broken and the soname needs to be changed what leaves the question: was the QA at holiday due the whole

Re: MySQL Client (libmysqlclient) compatibility policy

2013-05-17 Thread Sebastien FLAESCH
to provide mysql client binaries for different versions of mysql client environments: 4.1.x 5.1.x 5.4.x 5.5.x 5.6.x How many binaries do I have to provide to support all these versions? We compile with headers of a given version and link dynamically with -lmysqlclient of course. Thanks... Seb On 05

Re: MySQL Client (libmysqlclient) compatibility policy

2013-05-17 Thread Reindl Harald
(for different platforms! not only Linux), I need to provide mysql client binaries for different versions of mysql client environments: 4.1.x 5.1.x 5.4.x 5.5.x 5.6.x How many binaries do I have to provide to support all these versions? We compile with headers of a given version

Re: MySQL Client (libmysqlclient) compatibility policy

2013-05-17 Thread Sebastien FLAESCH
CLEAR answer: In our distribution packages (for different platforms! not only Linux), I need to provide mysql client binaries for different versions of mysql client environments: 4.1.x 5.1.x 5.4.x 5.5.x 5.6.x How many binaries do I have to provide to support all these versions? We compile

Re: MySQL Client (libmysqlclient) compatibility policy

2013-05-17 Thread Reindl Harald
): I have a VERY simple question that needs a VERY CLEAR answer: In our distribution packages (for different platforms! not only Linux), I need to provide mysql client binaries for different versions of mysql client environments: 4.1.x 5.1.x 5.4.x 5.5.x 5.6.x How many binaries do I have

Re: MySQL Client (libmysqlclient) compatibility policy

2013-05-17 Thread Sebastien FLAESCH
or 5.6.x, (imagine all of this did not happen): I have a VERY simple question that needs a VERY CLEAR answer: In our distribution packages (for different platforms! not only Linux), I need to provide mysql client binaries for different versions of mysql client environments: 4.1.x 5.1.x 5.4.x 5.5.x

Re: MySQL Client (libmysqlclient) compatibility policy

2013-02-20 Thread Sebastien FLAESCH
Hello, FYI, I found this statement in the doc, at the end of the C API main page: http://dev.mysql.com/doc/refman/5.6/en/c.html If, after an upgrade, you experience problems with compiled client programs, such as Commands out of sync or unexpected core dumps, you probably have used old header

MySQL Client (libmysqlclient) compatibility policy

2013-02-18 Thread Sebastien FLAESCH
Hi all, What is the compatibility policy regarding the MySQL C API library? I could not find the rules in the documentation. I have several versions of MySQL installed on my Linux, and it appears that the libmysqlclient versions have changed in the 5.x version line:

Re: MySQL Client (libmysqlclient) compatibility policy

2013-02-18 Thread Reindl Harald
Am 18.02.2013 10:57, schrieb Sebastien FLAESCH: Hi all, What is the compatibility policy regarding the MySQL C API library? I could not find the rules in the documentation. I have several versions of MySQL installed on my Linux, and it appears that the libmysqlclient versions have

Re: MySQL Client (libmysqlclient) compatibility policy

2013-02-18 Thread Noel Butler
On Mon, 2013-02-18 at 10:57 +0100, Sebastien FLAESCH wrote: I have several versions of MySQL installed on my Linux, and it appears that the libmysqlclient versions have changed in the 5.x version line: /opt3/dbs/mys/4.1.24/lib/libmysqlclient.so.14

Re: MySQL Client (libmysqlclient) compatibility policy

2013-02-18 Thread Sebastien FLAESCH
, and we have a db driver for each of them: 4.1.x 5.0.x 5.1.x 5.4.x 5.5.x 5.6.x (soon) We want to reduce as much as possible the number of drivers we deliver. Beside new SQL features that could be introduced between 5.x versions, we need to know the compatibility policy regarding the MySQL client lib

Older mysql client with newer server compatibility

2012-09-17 Thread Honza Horak
Hi experts, I'm thinking about compatibility issues between older mysql client (say 5.0.x or 5.1.x) with newer mysql server (5.5.x or 5.6.x). After some tests I've noticed no issues and it seems to work just fine. Is anybody aware of some problems that I can expect? Cheers, Honza -- MySQL

Re: Older mysql client with newer server compatibility

2012-09-17 Thread Reindl Harald
Am 17.09.2012 10:53, schrieb Honza Horak: I'm thinking about compatibility issues between older mysql client (say 5.0.x or 5.1.x) with newer mysql server (5.5.x or 5.6.x). After some tests I've noticed no issues and it seems to work just fine. Is anybody aware of some problems that I can

Re: Older mysql client with newer server compatibility

2012-09-17 Thread Honza Horak
On 09/17/2012 11:08 AM, Reindl Harald wrote: Am 17.09.2012 10:53, schrieb Honza Horak: I'm thinking about compatibility issues between older mysql client (say 5.0.x or 5.1.x) with newer mysql server (5.5.x or 5.6.x). After some tests I've noticed no issues and it seems to work just fine

RE: Older mysql client with newer server compatibility

2012-09-17 Thread Rick James
I'm pretty sure all is well... In one case, I think I have 4.1 client talking to 5.5 server. -Original Message- From: Honza Horak [mailto:hho...@redhat.com] Sent: Monday, September 17, 2012 2:53 AM To: Reindl Harald Cc: mysql@lists.mysql.com Subject: Re: Older mysql client

Re: Variable Expansion Using MySQL Client and .sql Files

2010-07-30 Thread Todd E Thomas
Simple - brilliant. I've modified to cat a temporary script... 1) cat the file as suggested: cat ~/payload/scripts/create_mysqldb.sql EOF ###--- ### Display the current user ###--- create database puppet; ###--- ### Display all default accounts ###--- USE puppet; ###--- ### Remove

Variable Expansion Using MySQL Client and .sql Files

2010-07-29 Thread Todd E Thomas
Hey all, I've found many packages that sit on top of MySQL for various clients. For the purposes of consistency I'd like to automate these installs. I've been directed towards using .sql files and they work great. The trouble I'm having now is that I would like to secure the installation

RE: Variable Expansion Using MySQL Client and .sql Files

2010-07-29 Thread Travis Ard
...@ssiresults.com To: mysql@lists.mysql.com Subject: Variable Expansion Using MySQL Client and .sql Files Hey all, I've found many packages that sit on top of MySQL for various clients. For the purposes of consistency I'd like to automate these installs. I've been directed towards using .sql files

MySQL-Client Segfaults

2009-09-15 Thread Werner
Hi everybody, I'm currently installing MySQL 5.0.85 from source on Debian Lenny, but do expirience Problems with the MySQL-Client. # uname -a Linux corleone 2.6.26-2-amd64 #1 SMP Wed Aug 19 22:33:18 UTC 2009 x86_64 GNU/Linux # The following configure-options are used: ./configure --prefix

Source-Install 5.0.85 on Debian Lenny: MySQL-Client segfaults

2009-09-15 Thread Werner
Hi everybody, I'm currently installing MySQL 5.0.85 from source on Debian Lenny, but do expirience Problems with the MySQL-Client. # uname -a Linux corleone 2.6.26-2-amd64 #1 SMP Wed Aug 19 22:33:18 UTC 2009 x86_64 GNU/Linux # The following configure-options are used: ./configure --prefix

Installing MySQL client into workstations using GPO

2009-02-05 Thread Scott Hamm
My objective is to have all Windows XP workstation (300+) report their activities using mysql client that exports in CSV format to our Active Directory's MySQL server. Is it possible to install just the MySQL client over GPO, is this possible? Thanks, Scott Hamm Technology Coordinator MOT

MySQL University session on September 4: Building MySQL Client Applications

2008-09-02 Thread Stefan Hinz
Hi, this Thursday, Hartmut Holzgraefe will give a MySQL University session: http://forge.mysql.com/wiki/Building_MySQL_Client_Applications (topic: Building MySQL Client Applications) Please register for this session by filling in your name on the session Wiki page. Registering is not required

mysql client command \G and blob fields

2007-11-27 Thread dpgirago
I've been experimenting with storing image data in blob fields, and I was surprised that using the mysql client to select the field with a semi-colon query terminator resulted in the binary data being dumped to the terminal (with lots of beeping) while using the \G query terminator resulted

Re: MYSQL CLIENT PROBLEM

2007-10-01 Thread Krishna Chandra Prajapati
am using mysql-client 5.0.15 on fedora system. Server is a Debian box with mysql 5.0.32 After getting connected to the server(192.168.1.7) using the command below mysql -h 192.168.1.7 -D dip -u dip -p When a record deleted from a table on server (192.168.1.7) Then that changes

Re: MYSQL CLIENT PROBLEM

2007-09-28 Thread Baron Schwartz
Krishna Chandra Prajapati wrote: Hi All, I am using mysql-client 5.0.15 on fedora system. Server is a Debian box with mysql 5.0.32 After getting connected to the server(192.168.1.7) using the command below mysql -h 192.168.1.7 -D dip -u dip -p When a record deleted from a table on server

MYSQL CLIENT PROBLEM

2007-09-28 Thread Krishna Chandra Prajapati
Hi All, I am using mysql-client 5.0.15 on fedora system. Server is a Debian box with mysql 5.0.32 After getting connected to the server(192.168.1.7) using the command below mysql -h 192.168.1.7 -D dip -u dip -p When a record deleted from a table on server (192.168.1.7) Then that changes

Does this MySQL client exist?

2007-09-13 Thread Christoph Boget
I did a search and couldn't find anything like what I'm looking for and though I doubt something like this does exist, I figured I'd ask anyway. Is there a client (not phpMyAdmin) that can connect to a server (that is running MySQL) using SSH and connect to the database that way? Right now, the

RE: Does this MySQL client exist?

2007-09-13 Thread Weston, Craig \(OFT\)
- From: Christoph Boget [mailto:[EMAIL PROTECTED] Sent: Thursday, September 13, 2007 2:06 PM To: mysql@lists.mysql.com Subject: Does this MySQL client exist? I did a search and couldn't find anything like what I'm looking for and though I doubt something like this does exist, I figured I'd ask

Re: Does this MySQL client exist?

2007-09-13 Thread Baron Schwartz
Christoph Boget wrote: I did a search and couldn't find anything like what I'm looking for and though I doubt something like this does exist, I figured I'd ask anyway. Is there a client (not phpMyAdmin) that can connect to a server (that is running MySQL) using SSH and connect to the database

Re: Does this MySQL client exist?

2007-09-13 Thread Jay Pipes
a matter of personal preference) or use the command line. I'm hoping that there is client software out there that can do what I'm looking for. Does it exist? Use the mysql client, like so: # ssh [EMAIL PROTECTED] [EMAIL PROTECTED] ~ mysql --user=dbuser --password somedatabasename Enter password: XXX

Re: Does this MySQL client exist?

2007-09-13 Thread Christoph Boget
SSH or SFTP. The only way we can access the MySQL database on that server is either use phpMyAdmin (which I don't particularly care for; not to disparage the hard work of the developers, it's just a matter of personal preference) or use the command line. Use the mysql client

Re: Does this MySQL client exist?

2007-09-13 Thread Edward Kay
Christoph Boget wrote: I did a search and couldn't find anything like what I'm looking for and though I doubt something like this does exist, I figured I'd ask anyway. Is there a client (not phpMyAdmin) that can connect to a server (that is running MySQL) using SSH and connect to the database

Re: Does this MySQL client exist?

2007-09-13 Thread Christoph Boget
There are lots of GUIs for connecting to MySQL databases. MySQL provide some (MySQL Query Browser and MySQL Administrator) but I prefer Toad: http://www.quest.com/toad-for-mysql/ I tried MySQL Administrator but couldn't get it to connect over SSH/SFTP. I'll take a look at toad-for-mysql and

Re: Does this MySQL client exist?

2007-09-13 Thread Baron Schwartz
Christoph Boget wrote: There are lots of GUIs for connecting to MySQL databases. MySQL provide some (MySQL Query Browser and MySQL Administrator) but I prefer Toad: http://www.quest.com/toad-for-mysql/ I tried MySQL Administrator but couldn't get it to connect over SSH/SFTP. I'll take a look

Re: Does this MySQL client exist?

2007-09-13 Thread Baron Schwartz
Christoph Boget wrote: You're not going to get anything to connect over SFTP, because it is a file transfer protocol layered on top of SSH. SSH is a generic protocol that can create a secure tunnel between two untrusted computers, and any kind of data can ride on this protocol. The same is

Re: Does this MySQL client exist?

2007-09-13 Thread Christoph Boget
Again, you can get absolutely ANY client to connect over an SSH tunnel. You create the tunnel with your SSH client, then use the tunnel to carry your traffic. So you don't need to use an unfamiliar or non-free program to do this. (Any program that offers a connect-over-SSH option is very

Re: Does this MySQL client exist?

2007-09-13 Thread Christoph Boget
How do you go about creating the tunnel? There are lots of good tutorials online: http://www.google.com/search?q=create+ssh+tunnel Excellent. My thanks to you and to everyone who participated in this thread! thnx, Christoph

Re: keyboard-ONLY problem with mysql-client and UTF8; compilation flags?

2007-06-11 Thread Tommy Nordgren
On 10 jun 2007, at 20.47, tAndRead wrote: Hi all, snip when I try to add a foreign text from the keyboard in the mysql client, keystrokes are ignored! unless they are numbers, commas etc (using kde-konsole with the the DeJaVu international font) I believe this has to do something

keyboard-ONLY problem with mysql-client and UTF8; compilation flags?

2007-06-10 Thread tAndRead
=utf8 Shouldn't everything be OK? well, SELECTs display foreign chars ok, and batch inserts with mysqlinsert-cmds-file work ok BUT when I try to add a foreign text from the keyboard in the mysql client, keystrokes are ignored! unless they are numbers, commas etc (using kde-konsole

keyboard-ONLY problem with mysql-client and UTF8; compilation flags?

2007-06-10 Thread tAndRead
=utf8 Shouldn't everything be OK? well, SELECTs display foreign chars ok, and batch inserts with mysqlinsert-cmds-file work ok BUT when I try to add a foreign text from the keyboard in the mysql client, keystrokes are ignored! unless they are numbers, commas etc (using kde-konsole

Re: How to get the table.column in mysql client tab completion? Or feature request to add this.

2007-05-25 Thread Baron Schwartz
Hi, Daevid Vincent wrote: [snip] Also, it would be great if mysql client was smart enough to limit my tab completion choices to possibilities based upon the current SQL query I'm crafting. So If I have: select t[TAB] from ResolveTable join Tickets; It should only show me columns that start

RE: How to get the table.column in mysql client tab completion? Or feature request to add this.

2007-05-25 Thread Daevid Vincent
Daevid Vincent wrote: [snip] Also, it would be great if mysql client was smart enough to limit my tab completion choices to possibilities based upon the current SQL query I'm crafting. So If I have: select t[TAB] from ResolveTable join Tickets; It should only show me

How to get the table.column in mysql client tab completion? Or feature request to add this.

2007-05-24 Thread Daevid Vincent
Is there a way to get the full table.column always in mysql client when using the auto-tab completion feature? I'm currently using 5.0.36. The way it works now is a bit confusing. Notice I have TWO different DateOnly columns (for example) in two different tables. [middle column] mysql select

restaure a dump.sql file encoded in utf8 to a mysql server with mysql client set to latin1?

2007-02-26 Thread Richard
Hello, Is it possible to restaure a .sql file encoded in utf8 to mysql with mysql client set to latin1? I've got a forum on a server which has got it's client set to utf8 I need to move the forum to a new server. But this new server has got postfix and proftp that seem to need the mysql

Best MySQL client for Linux?

2006-08-25 Thread Scott Baker
What's the best MySQL client for Linux? I'm using FC5 and only yesterday did the MySQL Query Browser start working on FC5. Before that I've been using the *OLD* mysqlcc which works, but is lacking some features. I think the QB is a more polished product, but is lacking some featuers of the older

Re: Best MySQL client for Linux?

2006-08-25 Thread Jo�o C�ndido de Souza Neto
You don´t like phpmyadmin? Scott Baker [EMAIL PROTECTED] escreveu na mensagem news:[EMAIL PROTECTED] What's the best MySQL client for Linux? I'm using FC5 and only yesterday did the MySQL Query Browser start working on FC5. Before that I've been using the *OLD* mysqlcc which works

Re: Best MySQL client for Linux?

2006-08-25 Thread Cory Robin
PROTECTED] wrote: What's the best MySQL client for Linux? I'm using FC5 and only yesterday did the MySQL Query Browser start working on FC5. Before that I've been using the *OLD* mysqlcc which works, but is lacking some features. I think the QB is a more polished product, but is lacking some featuers

Re: delimiter in mysql client

2006-08-10 Thread Chris
Asif Lodhi wrote: Hi, I am replying back to my own post. Sorry, I forgot to mention that I am using mysql client on WinXP Pro SP2 and MySQL-5.0.22 is installed on the same machine. Any hints as to why mysql client is showing this behavior? The only thing you're changing is the delimiter

delimiter in mysql client

2006-08-04 Thread Asif Lodhi
these scripts from mysql client, I don't get the original delimiter back - all I get is a prompt - no matter how many times I press Enter - like this: - - - - The mysql client doesn't show the above behavior when I change the delimiter manually by actually typing it and then copying and pasting

Re: delimiter in mysql client

2006-08-04 Thread Asif Lodhi
Hi, I am replying back to my own post. Sorry, I forgot to mention that I am using mysql client on WinXP Pro SP2 and MySQL-5.0.22 is installed on the same machine. Any hints as to why mysql client is showing this behavior? Thanks in advance, -- Asif On 8/4/06, Asif Lodhi [EMAIL PROTECTED

Re: importing a dumpfile from with the mysql client

2006-05-07 Thread Luke Vanderfluit
to issue a commit? -Original Message- From: sheeri kritzer [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 3:02 PM To: Luke Vanderfluit Cc: MySQL List Subject: Re: importing a dumpfile from with the mysql client On 5/4/06, Luke Vanderfluit [EMAIL PROTECTED] wrote: [snip] I started

Re: importing a dumpfile from with the mysql client

2006-05-05 Thread sheeri kritzer
On 5/4/06, Luke Vanderfluit [EMAIL PROTECTED] wrote: [snip] I started this process remotely then went to the site to finish it. But when the dump finished (several hours later) I was not able to execute the following commands from my original location. mysql SET FOREIGN_KEY_CHECKS = 1; mysql

RE: importing a dumpfile from with the mysql client

2006-05-05 Thread George Law
with the mysql client On 5/4/06, Luke Vanderfluit [EMAIL PROTECTED] wrote: [snip] I started this process remotely then went to the site to finish it. But when the dump finished (several hours later) I was not able to execute the following commands from my original location. mysql SET FOREIGN_KEY_CHECKS

Re: importing a dumpfile from with the mysql client

2006-05-05 Thread sheeri kritzer
- From: sheeri kritzer [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 3:02 PM To: Luke Vanderfluit Cc: MySQL List Subject: Re: importing a dumpfile from with the mysql client On 5/4/06, Luke Vanderfluit [EMAIL PROTECTED] wrote: [snip] I started this process remotely then went to the site

importing a dumpfile from with the mysql client

2006-05-04 Thread Luke Vanderfluit
Hi. I recently imported a dumpfile into mysql4.1.18 I did this using the 'source' syntax from inside the mysql client. this is syntax I used: mysqlcreate database dbname; mysqluse dbname; -unset the creation of bin-logs in my.cnf mysql SET SQL_LOG_BIN = 0 then some tips to fast import dump

Optimizing mysql client/server interactions

2006-05-02 Thread Alex Arul
Hi All, Our current setup has the mysql server and the client app run on the same host. We are using mysql++ (ports/mysql++-1.7.9) for the database client api. The application returns huge data sets in the order of 50K. When we do a show processlist most of the threads spend their time in

MySQL mysql-max-4.0.20 - Error 2008 - MySQL client out of Memory

2006-03-14 Thread Tom Brown
Hi Trying to dump a complete db where 1 of the tables contains about 88 million rows - When the dump runs on the command line the following error is thrown mysqldump: Out of memory (Needed 3543176 bytes) mysqldump: Got error: 2008: MySQL client run out of memory when retrieving data from

Re: MySQL mysql-max-4.0.20 - Error 2008 - MySQL client out of Memory

2006-03-14 Thread Prasanna Raj
on the command line the following error is thrown mysqldump: Out of memory (Needed 3543176 bytes) mysqldump: Got error: 2008: MySQL client run out of memory when retrieving data from server Is it possible to give more memory to the client when running on the command line? thanks

RE: MySQL mysql-max-4.0.20 - Error 2008 - MySQL client out of Memory

2006-03-14 Thread Logan, David (SST - Adelaide)
To: mysql@lists.mysql.com Subject: MySQL mysql-max-4.0.20 - Error 2008 - MySQL client out of Memory Hi Trying to dump a complete db where 1 of the tables contains about 88 million rows - When the dump runs on the command line the following error is thrown mysqldump: Out of memory (Needed 3543176 bytes

Re: MySQL mysql-max-4.0.20 - Error 2008 - MySQL client out of Memory

2006-03-14 Thread Tom Brown
Are you using the --quick option? --quick, -q This option is useful for dumping large tables. It forces mysqldump to retrieve rows for a table from the server a row at a time rather than retrieving the entire row set and buffering it in memory before writing it out. thanks both - that did

Build Backwards Compatible MySQL Client Libs

2006-02-23 Thread Don O'Neil
Hi all... I have some OLD programs I don't have the source for that were built with the MySQL 3.23.55 client libraries. They still work great, even when using those libraries to connect to 4.1.18 Mysql (I have a copy of the old lib in the new lib dir) However, is there some way I can build a

mysql client gets segmentation fault

2006-02-20 Thread Barton L. Phillips
I just upgraded from 3.23 to 5.0. There server seems to be working just fine with all of my PHP and perl scripts. However, the mysql client is giving me problems. It starts up okay and I can do everything, but when I do an up arrow on the keyboard to get previous commands the second up arrow

Re: Compiling a MySQL Client using Apple's xCode

2005-10-22 Thread Gleb Paharenko
. Bruce Martin wrote: Hello all, I have been working on a MySQL client which I wrote in Apple's xCode. The client works as long as it is on my machine which has MySQL installed, however if I send the client to another computer which does not have MySQL installed it does not work. I am under

Re: ssh connecting with a mysql client I get: ERROR 2013

2005-10-21 Thread Ugo Bellavance
Gleb Paharenko wrote: Hello. Can you connect using the mysql command line client program? leegold [EMAIL PROTECTED] wrote: ssh connecting with a mysql client gui I get: ERROR 2013 Lost connection to MySQL server during query I'm using mysqlyog and trying connect via the ssh

Compiling a MySQL Client using Apple's xCode

2005-10-20 Thread Bruce Martin
Hello all, I have been working on a MySQL client which I wrote in Apple's xCode. The client works as long as it is on my machine which has MySQL installed, however if I send the client to another computer which does not have MySQL installed it does not work. I am under the impression I need

Re: making mysql-client for windows behave

2005-07-29 Thread Andy Pieters
Hi there Sorry about starting a new thread but I lost the original message Anyway Mr. Green suggested to change the settings on the shortcut, or on a copy of the shortcut, but that is just plain inpossible! I cannot change target or icon of the shortcut that was created by the MySql

making mysql-client for windows behave

2005-07-28 Thread Andy Pieters
Hi all I installed mysql client on a windows box and created a my.conf file with the following: [client] server=servername user=username When I type the full path of the executable, it reads the conf file, and takes appropriate action. However, when I use the shortcut that is created

Re: making mysql-client for windows behave

2005-07-28 Thread SGreen
Andy Pieters [EMAIL PROTECTED] wrote on 07/28/2005 05:06:46 AM: Hi all I installed mysql client on a windows box and created a my.conf filewith the following: [client] server=servername user=username When I type the full path of the executable, it reads the conf file,and takes

Re: mysql - Client does not support authentication protocol requested by server

2005-05-18 Thread Gleb Paharenko
requested by server. Consider upgrading MySQL client in /usr/local/www/data-dist/grad-web/email.php on line 18 It talks about line 18 of my email.php script, which is MYSQL_CONNECT($hostname,$username,$password); So how do I set the proper authentication protocol requested by server

Re: mysql client update

2005-05-18 Thread Eric White
] Sent: May 17, 2005 10:44 AM To: mysql@lists.mysql.com Subject: mysql client update Hi, Where should I look to find information about having clients notified when a table/record is updated? I have a situation where multiple clients will each have an open database connection, and I would

mysql client update

2005-05-17 Thread Eric White
Hi, Where should I look to find information about having clients notified when a table/record is updated? I have a situation where multiple clients will each have an open database connection, and I would like for them to be notified when the database is modified by a member of the group.

RE: mysql client update

2005-05-17 Thread Philip Denno
track of all connected clients and would notify when a record is modified/inserted/created. Cheers, Philip. -Original Message- From: Eric White [mailto:[EMAIL PROTECTED] Sent: May 17, 2005 10:44 AM To: mysql@lists.mysql.com Subject: mysql client update Hi, Where should I look to find

RE: mysql client update

2005-05-17 Thread mfatene
/created. Cheers, Philip. -Original Message- From: Eric White [mailto:[EMAIL PROTECTED] Sent: May 17, 2005 10:44 AM To: mysql@lists.mysql.com Subject: mysql client update Hi, Where should I look to find information about having clients notified when a table/record is updated? I

Re: mysql client update

2005-05-17 Thread David Logan
. This layer would also keep track of all connected clients and would notify when a record is modified/inserted/created. Cheers, Philip. -Original Message- From: Eric White [mailto:[EMAIL PROTECTED] Sent: May 17, 2005 10:44 AM To: mysql@lists.mysql.com Subject: mysql client update Hi, Where should I

mysql - Client does not support authentication protocol requested by server

2005-05-16 Thread ymarkiv
Dear all, I'm mysql newbie. When I try to connect to mysql using php script, it answers: Warning: mysql_connect(): Client does not support authentication protocol requested by server. Consider upgrading MySQL client in /usr/local/www/data-dist/grad-web/email.php on line 18 It talks about

Re: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-04 Thread Mark Sargent
Hassan Schroeder wrote: Mark Sargent wrote: h, that is annoying, as I did a yum remove mysql b4 installing 4.1. Shouldn't the yum remove, remove it fully..? Sorry, can't help there, don't know anything about 'yum'. [EMAIL PROTECTED] ~]# mysql -p Enter password: Welcome to the MySQL monitor.

Re: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-04 Thread Hassan Schroeder
Mark Sargent wrote: ok, I don't fully understand why, but, mysql is still installed in /usr/bin. What I've done, just for now, is renamed mysql in that dir to mysqlold. I've added /usr/local/mysql/bin to my path. I then tried the cmd mysql and also ./mysql from within the dir

Re: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-04 Thread Mark Sargent
Hassan Schroeder wrote: Mark Sargent wrote: ok, I don't fully understand why, but, mysql is still installed in /usr/bin. What I've done, just for now, is renamed mysql in that dir to mysqlold. I've added /usr/local/mysql/bin to my path. I then tried the cmd mysql and also ./mysql from within

Re: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-02 Thread Mark Sargent
authentication protocol requested by server; consider upgrading MySQL client What is this..? Why is it asking me to upgrade the client.? Cheers. Mark Sargent. See here: http://dev.mysql.com/doc/mysql/en/password-hashing.html Presumably your server is running 4.1 with new passwords and your client

Re: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-02 Thread Simon Garner
On 2/05/2005 6:05 p.m., Mark Sargent wrote: Hi All, master/client are the same machine. I installed via tar.gz, ver 4.1 following this page http://dev.mysql.com/doc/mysql/en/installing-binary.html for installation on FC3. Why would it say that the client doesn't support it.? Cheers. P.S. I now

Re: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-02 Thread Mark Sargent
does not support authentication protocol requested by server; consider upgrading MySQL client What is this..? Why is it asking me to upgrade the client.? Cheers. Mark Sargent. See here: http://dev.mysql.com/doc/mysql/en/password-hashing.html Presumably your server is running 4.1 with new passwords

Re: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-02 Thread Mark Sargent
Simon Garner wrote: On 2/05/2005 6:05 p.m., Mark Sargent wrote: Hi All, master/client are the same machine. I installed via tar.gz, ver 4.1 following this page http://dev.mysql.com/doc/mysql/en/installing-binary.html for installation on FC3. Why would it say that the client doesn't support it.?

Re: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-02 Thread Mark Sargent
Mark Sargent wrote: Simon Garner wrote: On 2/05/2005 6:05 p.m., Mark Sargent wrote: Hi All, master/client are the same machine. I installed via tar.gz, ver 4.1 following this page http://dev.mysql.com/doc/mysql/en/installing-binary.html for installation on FC3. Why would it say that the client

Re: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-02 Thread Mark Sargent
ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client What is this..? Why is it asking me to upgrade the client.? Cheers. Mark Sargent. See here: http://dev.mysql.com/doc/mysql/en/password-hashing.html Presumably your server is running 4.1

Re: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-02 Thread Hassan Schroeder
Mark Sargent wrote: [EMAIL PROTECTED] bluefish-1.0]# mysql -h localhost -u root -pwhatafraka ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client What is this..? Why is it asking me to upgrade the client.? Cheers. master/client

Re: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-02 Thread Mark Sargent
Hassan Schroeder wrote: Mark Sargent wrote: [EMAIL PROTECTED] bluefish-1.0]# mysql -h localhost -u root -pwhatafraka ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client What is this..? Why is it asking me to upgrade the client

Re: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-02 Thread Hassan Schroeder
Mark Sargent wrote: h, that is annoying, as I did a yum remove mysql b4 installing 4.1. Shouldn't the yum remove, remove it fully..? Sorry, can't help there, don't know anything about 'yum'. [EMAIL PROTECTED] ~]# mysql -p Enter password: Welcome to the MySQL monitor. Commands end with ; or

ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-01 Thread Mark Sargent
MySQL client What is this..? Why is it asking me to upgrade the client.? Cheers. Mark Sargent. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-01 Thread Simon Garner
requested by server; consider upgrading MySQL client What is this..? Why is it asking me to upgrade the client.? Cheers. Mark Sargent. See here: http://dev.mysql.com/doc/mysql/en/password-hashing.html Presumably your server is running 4.1 with new passwords and your client is an older version

RE: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-01 Thread John Schmidt
PM To: mysql@lists.mysql.com Subject: Re: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client On 2/05/2005 5:21 p.m., Mark Sargent wrote: Hi All, I did this below, mysqlSET PASSWORD FOR 'root'@'localhost' = PASSWORD('whatafraka

Mysql Client Connection

2005-04-27 Thread bala
Dear All, I have mysql installed on top of redhat 3.0 machines and I have created user called root and assigned a password. I have tried connecting to database locally by using Mysql -h localhost -u root -p it connected When I tried using host name it is not connecting and giving an error

Re: Mysql Client Connection

2005-04-27 Thread mfatene
Hi, look at http://dev.mysql.com/doc/mysql/en/grant.html and apply grant to root@'node1.example.com'. Mathias Selon bala [EMAIL PROTECTED]: Dear All, I have mysql installed on top of redhat 3.0 machines and I have created user called root and assigned a password. I have tried connecting to

Re: Mysql Client Connection

2005-04-27 Thread Gleb Paharenko
Hello. Add user 'root'@'node1.example.com'. See: http://dev.mysql.com/doc/mysql/en/access-denied.html Dear All, I have mysql installed on top of redhat 3.0 machines and I have created user called root and assigned a password. I have tried connecting to database locally by using

Re: MySQL Client Hangs on QNX

2005-04-27 Thread Gleb Paharenko
Hello. Your version of MySQL is rather old. Does the problem remains after upgrading? Stephen Rasku [EMAIL PROTECTED] wrote: I am using MySQL 4.0.17 on QNX 6.2.1b. I have noticed this in the last couple of days. There were two MySQL clients running: one since 1:30 that

MySQL Client Hangs on QNX

2005-04-25 Thread Stephen Rasku
I am using MySQL 4.0.17 on QNX 6.2.1b. I have noticed this in the last couple of days. There were two MySQL clients running: one since 1:30 that morning; one at 1:30 the previous morning. These are reset master commands we issue from cron to clean up the transaction logs. This morning I tried

Cygwin Compiled Version of MySQL Client

2005-02-07 Thread A. Clausen
I'm having a problem with the default Win32 mysql client program running in the Cygwin environment, in that it writes CRLF pairs out, causing some Bash scripts that I'm running on both a Linux box and a Win2k box to give garbled results. I wondered if there's a Cygwin compiled version

Re: Cygwin Compiled Version of MySQL Client

2005-02-07 Thread A. Clausen
[EMAIL PROTECTED] wrote: A. Clausen [EMAIL PROTECTED] wrote on 02/07/2005 01:35:31 PM: I'm having a problem with the default Win32 mysql client program running in the Cygwin environment, in that it writes CRLF pairs out, causing some Bash scripts that I'm running on both a Linux box and a Win2k

Re: ssh connecting with a mysql client I get: ERROR 2013

2005-02-04 Thread Gleb Paharenko
Hello. Can you connect using the mysql command line client program? leegold [EMAIL PROTECTED] wrote: ssh connecting with a mysql client gui I get: ERROR 2013 Lost connection to MySQL server during query I'm using mysqlyog and trying connect via the ssh tunnel. I can connect

  1   2   3   4   >