Re: [MySql] CONNECT

2011-10-13 Thread Shawn Green (MySQL)
On 10/13/2011 14:41, Grega Leskovšek wrote: What is the usage of connect keyword? I've tried to google what is the difference between CONNECT and USE but got no explanation. It seems everybody use USE, but am not clear why is the CONNECT used? mysql> CONNECT test1pizza Connection

[MySql] CONNECT

2011-10-13 Thread Grega Leskovšek
What is the usage of connect keyword? I've tried to google what is the difference between CONNECT and USE but got no explanation. It seems everybody use USE, but am not clear why is the CONNECT used? mysql> CONNECT test1pizza Connection id:9 Current database: test1pizza mysql> use

Re: MYSQL CONNECT ISSUE

2004-09-09 Thread Jim Grill
> I have been getting following error. > [polaris] ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) > > How to fix that? > What is default port for mysqlserver? > thx > -seena > Is this a new install? Have you set the password yet? Have you forgotten the password? The

MYSQL CONNECT ISSUE

2004-09-09 Thread Seena Blace
I have been getting following error. [polaris] ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) How to fix that? What is default port for mysqlserver? thx -seena - Do you Yahoo!? New and Improved Yahoo! Mail - 100MB f

mysql-connect is working very slow (2)

2004-06-21 Thread Marten Lehmann
Hello, regarding --skip-name-resolve: I read, that values in the Host-column of the mysql-authorization must be localhost or ip-addresses to work. Since everyone can connect from everywhere, I used 'localhost' and '%'. Is % treated the same? Is the ip-address-rule obligatory or just a should-ha

mysql-connect is working very slow

2004-06-21 Thread Marten Lehmann
Hello, this weekend, one of our caching nameservers failed. Since then, all mysql-connects were running very slow. I removed the failing nameserver in /etc/resolv.conf. Later, I was setting up another caching nameserver instead and inserted it in /etc/resolv.conf. I rebooted the mysql-machine.

MySQL connect failure

2002-11-18 Thread Eric Anderson
I will occasionally get the following message in some of my cronjobs: Mysql->connect(database=mb_pw;host=localhost) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (146) at /usr/home/members/filter/Filter.exe line 15 Can't connect to loc

Re: MySQL connect problem

2002-10-18 Thread gerald_clark
Your glibc update broke MySQL. It was probably already loaded when you started the update. Get the latest pre-compiled version ( 2.23.53a) I believe from mysql.com. You need the latest version with the "a". Dishko Georgiev wrote: Hi, 1 day ago i haved power fail on my MySQL server version 2.23

MySQL connect problem

2002-10-18 Thread Dishko Georgiev
Hi, 1 day ago i haved power fail on my MySQL server version 2.23.41 (original RedHat distr.) Now i can connect to server only on local interface, no network connection allowed. When tying to connect to server with mysql client i recieve this msg: ERROR 2013: Lost connection to MySQL server during q