Re: connection issue

2013-08-09 Thread Claudio Nanni
Hi, # mysql -P 5045 Add -h127.0.0.1 # mysql -P5045 -h127.0.0.1 Cheers -- Claudio -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

connection issue

2013-08-09 Thread Ed L.
This mysql newbie is having trouble connecting to a mysqld instance, hoping someone can offer a clue on troubleshooting. I have 2 mysql 5.0.45 installations on one RHEL server. One live mysqld is setup in what appears to be a relatively standard installation, port 3306, user 'mysql', etc.

Re: connection issue

2012-12-25 Thread Tianyin Xu
Thanks, Doug. How did you figure out it's because of "open_files_limit"? Best, Tianyin On Sat, Dec 22, 2012 at 5:51 AM, Doug wrote: > sorry the problem has been resolved. > it's the reason of open_files_limit too small. > I increased it and the problem resolved. > > 2012/12/22 Doug : >> Hello, >

Re: connection issue

2012-12-22 Thread Doug
sorry the problem has been resolved. it's the reason of open_files_limit too small. I increased it and the problem resolved. 2012/12/22 Doug : > Hello, > > When connecting to mysql, sometime I got this error: > > # mysql -ucdn -h113.108.22x.xx -p > Enter password: > ERROR 2013 (HY000): Lost connec

connection issue

2012-12-22 Thread Doug
Hello, When connecting to mysql, sometime I got this error: # mysql -ucdn -h113.108.22x.xx -p Enter password: ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0 But most time it's correct. What's the reason? Thanks. I am running mysql

Re: FreeBSD 6.1 + Libthr + MySQL 5.0.24a max connection issue or bug?

2006-10-05 Thread Abdullah Ibn Hamad Al-Marri
ql.com Cc: [EMAIL PROTECTED] Sent: Wednesday, October 4, 2006 11:59:27 PM Subject: Re: FreeBSD 6.1 + Libthr + MySQL 5.0.24a max connection issue or bug? Have a look at kern.threads.max_threads_per_proc: 1500 and kern.threads.max_groups_per_proc: 1500 You are probably hitting one of these sysctl'

Re: FreeBSD 6.1 + Libthr + MySQL 5.0.24a max connection issue or bug?

2006-10-04 Thread Ken Menzel
ki on Freebsd and MySQL at http://wikitest.freebsd.org/MySQL Hope this helps, Ken - Original Message - From: "Abdullah Ibn Hamad Al-Marri" <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 03, 2006 4:13 PM Subject: FreeBSD 6.1 + Libthr + MySQL 5.0.

FreeBSD 6.1 + Libthr + MySQL 5.0.24a max connection issue or bug?

2006-10-03 Thread Abdullah Ibn Hamad Al-Marri
Hello folks, I hope Greg is reading this list I use MySQL 5.0.24a from the FreeBSD ports, with libthr threading. I have a huge app makes alot of connections to MySQL server. The max I could reach is 1500 threads, even I made the max connection in my.cf 5k and I used kern.threads.max_th

FreeBSD 6.1 + Libthr + MySQL 5.0.24a max connection issue or bug?

2006-10-03 Thread Abdullah Ibn Hamad Al-Marri
Hello folks, I hope Greg is reading this list I use MySQL 5.0.24a from the FreeBSD ports, with libthr threading. I have a huge app makes alot of connections to MySQL server. The max I could reach is 1500 threads, even I made the max connection in my.cf 5k and I used kern.threads.max_threads

Re: Possible Connection Issue

2005-12-19 Thread Jesse
ror message when I should have been. Jesse - Original Message - From: "Jesse" <[EMAIL PROTECTED]> To: "MySQL List" Sent: Monday, December 19, 2005 2:15 PM Subject: Possible Connection Issue I have finished my ASP.Net/MySQL 5.0 application on my development

Possible Connection Issue

2005-12-19 Thread Jesse
I have finished my ASP.Net/MySQL 5.0 application on my development machine. I am now ready to move it to our server. We do not currently have MySQL installed on our web server, so I figured I'd go through the motions of getting everything installed and running on my laptop. That way I would kn

RE: connection issue

2005-10-14 Thread Anil
Than you very much . It is working Anil DBA -Original Message- From: Dobromir Velev [mailto:[EMAIL PROTECTED] Sent: Thursday, October 13, 2005 8:58 PM To: mysql@lists.mysql.com Cc: Anil Subject: Re: connection issue When you connect without specifing the host, the mysql client will

Re: connection issue

2005-10-13 Thread Dobromir Velev
When you connect without specifing the host, the mysql client will try to connect using the mysql socket file (usually /tmp/mysql.sock or /var/lib/mysql/mysql.sock) and when you specify the IP address it will try to connect using a TCP connection to port 3306. My guess is the you have name loo

connection issue

2005-10-13 Thread Anil
Hi List, When I am trying to connect to mysql 4.0.20 database it is taking very long time when I specified host like Mysql -ux -p -h192.168.3.111 But it is connecting very quickly when I tried like below Mysql -ux -p It is an urgent issue. Please help me. Thanks

Re: Connection Issue with DBI::DBD::Mysql (more information)

2005-06-21 Thread TheRefUmp
ne 21, 2005 01:56:50 PM -0400 >> From: [EMAIL PROTECTED] >> To: mysql@lists.mysql.com >> Subject: Connection Issue with DBI::DBD::Mysql >> >> Hi everyone, >>Trying to connect to a MySQL database from a Linux Server using >> PERL to a Windows Machine with a

Re: Connection Issue with DBI::DBD::Mysql

2005-06-21 Thread SGreen
[EMAIL PROTECTED] wrote on 06/21/2005 01:56:50 PM: > Hi everyone, > Trying to connect to a MySQL database from a Linux Server using PERL > to a Windows Machine with a MySQL database (5.0.6). I can connect > successfully on the windows box but cannot on the Linux server! I > ran a SQLTRACE (DBD)

Connection Issue with DBI::DBD::Mysql

2005-06-21 Thread TheRefUmp
Hi everyone, Trying to connect to a MySQL database from a Linux Server using PERL to a Windows Machine with a MySQL database (5.0.6). I can connect successfully on the windows box but cannot on the Linux server! I ran a SQLTRACE (DBD) with the following output: imp_dbh->connect: dsn = databas

RE: * HELP * MySQL Connection Issue - Access Denied!!

2003-07-18 Thread Ryan Schefke
! -Original Message- From: Ryan Schefke [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 11:05 AM To: 'Jason k Larson' Subject: RE: * HELP * MySQL Connection Issue - Access Denied!! Hey Jason - Thanks a ton for your help! You're a lifesaver! When I use 'localhost&#x

* HELP * MySQL Connection Issue - Access Denied!!

2003-07-17 Thread Ryan Schefke
.I just sent this out to the win32 distribution list but no one has replied.can someone on this list please help? The issue should be trivial for experienced MySQL users, I'm just a novice, thanks! Anyone - I've been racking my brain for the majority of the day and scouring through the MySQL

Re: Connection issue with Kylix to Mysql 3.23

2001-12-06 Thread TAKAHASHI, Tomohiro
Hi, Did you make contact with Borland Support? Did you post message in Borland Newsgroup, 'newsgroups.borland.com'? Edward Valentine wrote: > > I downloaded and installed the new patch from Borland that allows Kylix to > use versions of MySQL 3.23 and newer. Most of the errors on connecti

Connection issue with Kylix to Mysql 3.23

2001-12-05 Thread Edward Valentine
I downloaded and installed the new patch from Borland that allows Kylix to use versions of MySQL 3.23 and newer. Most of the errors on connection stopped and it seems to connect. What I am getting now is a "username/password invalid" error. I have connected with Webmin, MySQL at a prompt and kmys