Re: Why "ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.27.72' (111)"?

2013-06-13 Thread Johan De Meersman
ge is: >ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.27.72' >(111) > ># >mysql> select host, user, password from user; >+-+--+

Why "ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.27.72' (111)"?

2013-06-13 Thread lx
hi all: I'm a new one. I have a mysql server in 192.168.27.72 , and a mysql client in 192.168.23.73. I use this way: mysql -h 192.168.27.72 -u root -p the ERROR message is: ERROR 2003 (HY000): Can't connect to MySQL server on '192.

Re: Connect to MySQL server from a c++ application

2012-06-08 Thread Claudio Nanni
Simon, yes it is C, C++ here: http://dev.mysql.com/downloads/connector/cpp/ I did not work with this libraries and to be honest I do not know about their performances, If you have the chance it would be extremely useful for the community having some tests done with both APIs. Cheers Claudio

Re: Connect to MySQL server from a c++ application

2012-06-08 Thread Simon Walter
On 06/08/2012 01:55 AM, Claudio Nanni wrote: Hi, you guys don't like the official API? http://dev.mysql.com/downloads/connector/c/ That's C isn't it? I think there is also a C++ connector. I'm interested to hear how that performs. It seems like a waste of time to write a bunch of wrappers

Re: Connect to MySQL server from a c++ application

2012-06-07 Thread Lars Nilsson
On Thu, Jun 7, 2012 at 12:55 PM, Claudio Nanni wrote: > Hi, > > you guys don't like the official API? > > http://dev.mysql.com/downloads/connector/c/ > > Cheers > > Claudio Personally? Not really. For instance, memory leaks are "not acceptable" according to Simon's expressed desire. SQLAPI++ al

Re: Connect to MySQL server from a c++ application

2012-06-07 Thread Baron Schwartz
There is also libdrizzle. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

Re: Connect to MySQL server from a c++ application

2012-06-07 Thread Claudio Nanni
Hi, you guys don't like the official API? http://dev.mysql.com/downloads/connector/c/ Cheers Claudio 2012/6/7 Lars Nilsson > On Thu, Jun 7, 2012 at 3:08 AM, Simon Walter wrote: > > On 06/07/2012 12:29 PM, Lars Nilsson wrote: > >> I've been happy using SQLAPI++ (http://www.sqlapi.com/) where

Re: Connect to MySQL server from a c++ application

2012-06-07 Thread Lars Nilsson
On Thu, Jun 7, 2012 at 3:08 AM, Simon Walter wrote: > On 06/07/2012 12:29 PM, Lars Nilsson wrote: >> I've been happy using SQLAPI++ (http://www.sqlapi.com/) where I work. >> Commercial and not open source, but it's cross-platform and supports a >> dozen or so different databases. > It looks nice.

Re: Connect to MySQL server from a c++ application

2012-06-07 Thread Simon Walter
On 06/07/2012 12:29 PM, Lars Nilsson wrote: On Wed, Jun 6, 2012 at 10:41 PM, Simon Walter wrote: However, memory leaks are not acceptable. So I am open to suggestions. What do other c++ programmers use? I've been happy using SQLAPI++ (http://www.sqlapi.com/) where I work. Commercial and not

Re: Connect to MySQL server from a c++ application

2012-06-06 Thread Lars Nilsson
On Wed, Jun 6, 2012 at 10:41 PM, Simon Walter wrote: > However, memory leaks are not acceptable. So I am open to suggestions. What > do other c++ programmers use? I've been happy using SQLAPI++ (http://www.sqlapi.com/) where I work. Commercial and not open source, but it's cross-platform and supp

Connect to MySQL server from a c++ application

2012-06-06 Thread Simon Walter
What is the most stable and performant way to connect to a MySQL server from a c++ application? I've been using libmyodbc via unixODBC running under Debian squeeze. Suffice it to say, I am sorely disappointed. First of all the libmyodbc driver that's included with Debian is quite old. Howeve

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread xPol
Reindl Harald wrote: > Please "netstat --numeric-hosts --notrim --programs -u -t -l" > In my first answer i forgot the -l i will check according to your suggstions If i find still in troubles, i will let you know thank you ---p -- MySQL General Mailing List For list archives: http://lists.

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread Reindl Harald
Please "netstat --numeric-hosts --notrim --programs -u -t -l" In my first answer i forgot the -l Without we get active connections, but we want the listening tcp-services where somewhere must by mysqld the easiest test is however > [harry@srv-rhsoft:~]$ telnet 127.0.0.1 3306 > Trying 127.0.0.1..

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread xPol
Reindl Harald wrote: > please do not only post outputs, read them and try to understand > before press send - "not all processes could be identified, non-owned > process info will not be shown, you would have to be root to see it all." > in the ouptput says that all afterwards is useless > > "net

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread Reindl Harald
please do not only post outputs, read them and try to understand before press send - "not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all." in the ouptput says that all afterwards is useless "netstat --numeric-hosts --notrim --pr

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread xPol
Reindl Harald wrote: > Did you make any change in the my.cnf? > What does "netstat --numeric-hosts --notrim --programs -u -t" say? > What is the content of your my.cnf? > Here incluede thank you p -- (xpol) % netstat --numeric-hosts --notrim --programs -u -t

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread xPol
Andrew Moore wrote: > I think you'll need to give us a bit more to go on. I presume this is a > web based app? yes > > What have you changed? Has the MySQL daemon stopped? What have you > changed? from 'ps' i get 3545 0.0 0.1 194816 3292 ?Sl 13:58 0:08 /usr/sbin/mysqld -- defau

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread Andrew Moore
gt; browser, > pointing to http://localhost:9000/ > > Probably my fault, since i have been tinkering a little with my settings. > As > i try to connect, i get > Can't connect to MySQL server on '127.0.0.1' (111) > > Any ideas, what to check? > > I am using li

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread Reindl Harald
//localhost:9000/ > > Probably my fault, since i have been tinkering a little with my settings. As > i try to connect, i get > Can't connect to MySQL server on '127.0.0.1' (111) > > Any ideas, what to check? > > I am using linux/opensuse 11.4 signature.asc Description: OpenPGP digital signature

Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread xPol
I have been using my local dictionary for years, accessing from web browser, pointing to http://localhost:9000/ Probably my fault, since i have been tinkering a little with my settings. As i try to connect, i get Can't connect to MySQL server on '127.0.0.1' (111) Any ideas

Can not connect to MYSQL server on Windows Vista 64 bit

2009-11-03 Thread David Parham
Can't connect to mysql server on Dell1440 (10060) I have added port 3306 to the windows firewall, and after it didn't work, totally turned off the firewall. Now if I bring up the app, and go into a one record at a time update form, the first record will appear, but it won't page to

Re: Intermittent "Can't connect to MySQL server on '' (4)" (2003)" after 20+ days uptime

2008-08-18 Thread Michael Dykman
Regardless of who has implemented the network and the status of provided monitoring tools, this has all the look and feel of intermittent network issues. I would run an independant network scan (maybe nmap?) from one of the affected clients to the affected host and I bet you will find that the sa

Re: Intermittent "Can't connect to MySQL server on '' (4)" (2003)" after 20+ days uptime

2008-08-18 Thread Sreekanth CHAVA
HI Pieter I have a suggestion.this might not be very helpful Try to reconfigure the connections between the client and Mysql server where the problem exists.and then try to notice the uptime and logs of the server. CHAVA On Mon, Aug 18, 2008 at 12:00 PM, Piet

Intermittent "Can't connect to MySQL server on '' (4)" (2003)" after 20+ days uptime

2008-08-18 Thread Pieter de Zwart
Greetings to all, I am having a weird issue with MySQL that I can't solve. We are getting intermittent client connection errors code 2003 to the database server for 10mins seemingly at random, and after 20+ days of uptime. Unfortunately, I have not been able to correlate these connection problems

failure to connect to mysql-server at localhost

2008-07-22 Thread kenneth rotich
Hi all, i am installing a library automation software called koha which uses mysql-server. i initially installed version5.0 and later uninstalled it because the system was giving me some errors. i install

Re: MYSQL connection failed: Can not connect to MySQL server

2007-10-30 Thread Dan Nelson
27;s log with the following error: MYSQL connection > failed: Can not connect to MySQL server on'192 .168.5.1 '(1) What > causes some messages are rejected. To try to reproduce the problem I > have tried doing Telnet connections to the server and MySQL, > sometimes I get the followin

MYSQL connection failed: Can not connect to MySQL server

2007-10-30 Thread Jose Romero
Hi,I have a mail system on FreeBSD 6.2 + Exim 4.62 + MySQL 5.0. Exim was compiled with MySQL support, the MySQL database is external to the mail server. Although the system works, I have a lot of daily messages in exim's log with the following error: MYSQL connection failed: Can not conne

Re: error 99(?) : can't connect to MySQL server

2007-02-06 Thread Fagyal Csongor
Nils Meyer wrote: Hi Faygal, Fagyal Csongor wrote: for (1..5) { $dbh = DBI->connect($dsn, $user, $password, {'RaiseError' => 1} ); my $sth = $dbh->prepare('SELECT * FROM users'); } I think you are simply running out of available outgoing ports with that. Here is some more insigh

Re: error 99(?) : can't connect to MySQL server

2007-02-06 Thread Nils Meyer
Hi Faygal, Fagyal Csongor wrote: for (1..5) { $dbh = DBI->connect($dsn, $user, $password, {'RaiseError' => 1} ); my $sth = $dbh->prepare('SELECT * FROM users'); } I think you are simply running out of available outgoing ports with that. Here is some more insight on that topic: ht

error 99(?) : can't connect to MySQL server

2007-02-06 Thread Fagyal Csongor
;,...) failed: Can't connect to MySQL server on '192.168.0.200' (99) at con.pl line 14 perror 99 gives me: OS error code 99: Cannot assign requested address This doesn't make sense to me. I wrote a test script that looks like this: for (1..5) { $dbh = DBI->connect

Re: How can I connect to mysql server using PHP?

2006-06-27 Thread Chris White
On Tuesday 27 June 2006 03:35 am, 战芳 wrote: > Hello everyone: > I wanna connect to mysql server using PHP. My operating system is > Redhat Fedora Core 4, and the version of mysql is 4.1.3 beta. I've started > the server using a statement like this: #>/usr/local/mysql/bin

How can I connect to mysql server using PHP?

2006-06-27 Thread 战芳
Hello everyone: I wanna connect to mysql server using PHP. My operating system is Redhat Fedora Core 4, and the version of mysql is 4.1.3 beta. I've started the server using a statement like this: #>/usr/local/mysql/bin/mysqld -uroot& -S/var/lib/mysql/mysql.sock But

Re: I can't connect to mysql server with PHP

2006-05-24 Thread gerald_clark
战芳 wrote: >Hi! gerald_clark, >But when I call mysql_pconnect("localhost:3306","root","root_password"),it >return the same error. How can I get the permission to open >/var/mysql/lib/mysql.sock? > Fang > > > what do you get when you do ls -l /var/mysql/lib/m

Re: Re: I can't connect to mysql server with PHP

2006-05-23 Thread 战芳
Hi! gerald_clark, But when I call mysql_pconnect("localhost:3306","root","root_password"),it return the same error. How can I get the permission to open /var/mysql/lib/mysql.sock? Fang >fool.ben wrote: > >>Hi everybody! >>I've install a mysql server on m

Re: I can't connect to mysql server with PHP

2006-05-22 Thread gerald_clark
fool.ben wrote: >Hi everybody! >I've install a mysql server on my computer. The operating system is Redhat >fedora core 4. The version of the mysql server is 4.1.3 Beta. I wanna connect >to the server using the following statement: >$db_connection=mysql_pconnect("localhost","root",""); >The serv

I can't connect to mysql server with PHP

2006-05-22 Thread fool.ben
Hi everybody! I've install a mysql server on my computer. The operating system is Redhat fedora core 4. The version of the mysql server is 4.1.3 Beta. I wanna connect to the server using the following statement: $db_connection=mysql_pconnect("localhost","root",""); The server returned the error 2

Re: ERROR 2003 (HY000): Can't connect to MySQL server on 'gandalf' (111)

2005-12-04 Thread Simon Garner
On 5/12/2005 11:56 a.m., Mike Smith wrote: Hi, Hi, I've already check my /etc/my.cnf file for a "binding" line. Its not there. I also found an item online that indicated adding: Look for the option "skip-networking". This disables TCP/IP so the server only accepts local connections v

ERROR 2003 (HY000): Can't connect to MySQL server on 'gandalf' (111)

2005-12-04 Thread Mike Smith
qldump on mythconverg and install Mandrivia 2006 on server gandalf. I restored the mythconverg; Now, I get: [EMAIL PROTECTED] mysql -u mythtv -pmythtv -h gandalf mythconverg ERROR 2003 (HY000): Can't connect to MySQL server on 'gandalf' (111) I then tried granting privledges to

Re: Can't connect to mysql server from another windows box

2005-09-20 Thread Gerald Williams
>it sounds like you need to look at, and potentially cleanup (or make >your mysql access entries match) what's in the inverse-map record for >the IPnumbers of your machines. >when you connect mysql takes the IPnumber on the inbound connection, >looks it up in DNS and then checks the result against

Re: Can't connect to mysql server from another windows box

2005-09-20 Thread Gerald Williams
>Note that if you set the password by directly editing (UPDATE) the >mysql.user table like this, you will have to run FLUSH PRIVILEGES; Thank you. That solved the problem connecting from the mysql client. It changed the problem connecting via the 'Test' button from the ODBC Administrator, t

Re: Can't connect to mysql server from another windows box

2005-09-20 Thread Michael Stassen
[EMAIL PROTECTED] wrote: Gerald Williams <[EMAIL PROTECTED]> wrote on 09/20/2005 10:49:22 AM: MySQL 5.0.12, P2P Microsoft network I cannot get the manual's instructions (24.1.9.6) to work for connecting from a mysql client on a windows machine to a mysql server running on another windows ma

Re: Can't connect to mysql server from another windows box

2005-09-20 Thread SGreen
Gerald Williams <[EMAIL PROTECTED]> wrote on 09/20/2005 10:49:22 AM: > MySQL 5.0.12, P2P Microsoft network > > I cannot get the manual's instructions (24.1.9.6) to work for > connecting from a mysql client on a windows machine to a mysql > server running on another windows machine (xp and w2kpr

Can't connect to mysql server from another windows box

2005-09-20 Thread Gerald Williams
MySQL 5.0.12, P2P Microsoft network I cannot get the manual's instructions (24.1.9.6) to work for connecting from a mysql client on a windows machine to a mysql server running on another windows machine (xp and w2kpro repsectively) The client machine can ping the server machine by name or IP ad

Re: Can not connect to Mysql server with Number 2003

2005-08-05 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/can-not-connect-to-server.html "Nguyen, Phong" <[EMAIL PROTECTED]> wrote: > > All, > > In a few minutes ago, I can connect to mysql. Log out and can not login with > error "Mysql error Numbe

Re: Can not connect to Mysql server with Number 2003

2005-08-05 Thread Nuno Pereira
Nguyen, Phong wrote: All, In a few minutes ago, I can connect to mysql. Log out and can not login with error "Mysql error Number 2003 can't connect to Mysql server.." Check this: http://dev.mysql.com/doc/mysql/en/access-denied.html It is a good idea, for now, to check the er

Can not connect to Mysql server with Number 2003

2005-08-05 Thread Nguyen, Phong
All, In a few minutes ago, I can connect to mysql. Log out and can not login with error "Mysql error Number 2003 can't connect to Mysql server.." Any idea, please help! Thank you..Nguyen -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsub

Re: Not able to connect to Mysql server from network machine

2005-06-06 Thread rtroiana
Thanks Gleb. I just had to manually make changes in my firewall. I allowed requests to port 3306 & mysqld.exe in exceptions tab and it solved the problem. The only reason I didn't think about firewall setting before since whenever I try to run new service, I wud get a pop up from Firewall asking to

Re: Not able to connect to Mysql server from network machine

2005-06-06 Thread SGreen
"rtroiana" <[EMAIL PROTECTED]> wrote on 06/06/2005 08:42:18 AM: > Hi All, > > I'm trying to connect to MySql server from MySql Administrator on a network > machine. I specify the Server host as IP of the machine where DB server is > running and Port as 33

Not able to connect to Mysql server from network machine

2005-06-06 Thread rtroiana
Hi All, I'm trying to connect to MySql server from MySql Administrator on a network machine. I specify the Server host as IP of the machine where DB server is running and Port as 3306. Username as 'root' and the password I have tried with other usernames and specifyi

Re: Not able to connect to Mysql server from network machine

2005-06-06 Thread Gleb Paharenko
-to-server.html http://dev.mysql.com/doc/mysql/en/query-log.html "Reema Troiana" <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm trying to connect to MySql server from MySql Administrator on a network > machine. I specify the Server host as IP of the mach

Not able to connect to Mysql server from network machine

2005-06-05 Thread Reema Troiana
Hi All, I'm trying to connect to MySql server from MySql Administrator on a network machine. I specify the Server host as IP of the machine where DB server is running and Port as 3306. Username as 'root' and the password I have tried with other usernames and specifying machine

Re: Connect to MYSQL server from Wi-Fi enabled Windows CE device

2005-03-03 Thread Joshua J. Kugler
Please don't respond directly to me if you have further questions, as you would probably be more likely to get better help from the list. It sounds like a typical database connection? What is your problem? What are the errors you are getting? All you have said so far is that you need help, a

Re: Connect to MYSQL server from Wi-Fi enabled Windows CE device

2005-03-01 Thread Joshua J. Kugler
On Wednesday 23 February 2005 03:47, Hough Van Wyk said something like: > I am developing a embedded VB application running on a hp ipaq > running Windows CE 2003. This app has to connect to a MYSQL DB over a > wireless network. I have surfed the internet for hours with no luck. > Can anyone please

Connect to MYSQL server from Wi-Fi enabled Windows CE device

2005-02-23 Thread Hough Van Wyk
Hi All, I am developing a embedded VB application running on a hp ipaq running Windows CE 2003. This app has to connect to a MYSQL DB over a wireless network. I have surfed the internet for hours with no luck. Can anyone please help me with this problem. Regards Hough -- MySQL General Mailing L

Re: Error connecting to master: Can't connect to MySQL server on ' # MUST BE SET' (111)

2004-12-20 Thread Terence
1 Slave I/O thread: error connecting to master 'replication # MU@ # MUST BE SET:3306': Error: 'Can't connect to MySQL server on ' # MUST BE SET' (111)' errno: 2003 retry-time: 60 retries: 86400 Google hasnt turned up anything useful. Any ideas anyone? What

Re: Error connecting to master: Can't connect to MySQL server on ' # MUST BE SET' (111)

2004-12-20 Thread Gleb Paharenko
ow > > 041221 1:12:41 Slave I/O thread: error connecting to master > 'replication # MU@ # MUST BE SET:3306': Error: 'Can't connect to > MySQL server on ' # MUST BE SET' (111)' errno: 2003 > retry-time: 60 retries: 86400 > > Google h

Error connecting to master: Can't connect to MySQL server on ' # MUST BE SET' (111)

2004-12-20 Thread Terence
Hi, I am trying to setup replication on MySQL. Version 4.1.0alpha Using: ./bin/mysql -h -u replication -p I can connect successfully, but my error logs show 041221 1:12:41 Slave I/O thread: error connecting to master 'replication # MU@ # MUST BE SET:3306': Error: 'Can'

Can't connect to MySQL server - Operation now in progress

2004-08-19 Thread Alex Greg
Hi, I'm noticing this error in various script of ours that run on the cron: DBI connect('general:10.1.1.80:3306;mysql_connect_timeout=3','root',...) failed: Can't connect to MySQL server on '10.1.1.80' (115) at /usr/local/apache/cgi-bin/Shared/DBStuff.pm l

Re: Q: Can't Connect to MySql Server

2004-02-24 Thread Paul DuBois
At 17:58 -0800 2/24/04, Danny Pudianto wrote: Hello, I am from Indonesia and newbie in Mysql. Why if I execute command MySql in dos prompt, appear in screen " ERROR 2003 : Can't connect to MySql Server on 'localhost' (10061) Did you start the server (mysqld) first? -

Q: Can't Connect to MySql Server

2004-02-24 Thread Danny Pudianto
Hello, I am from Indonesia and newbie in Mysql. Why if I execute command MySql in dos prompt, appear in screen " ERROR 2003 : Can't connect to MySql Server on 'localhost' (10061) Thanks Dani - Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want.

Re: Can't connect to MySQL server on 'localhost' (10061)

2004-01-29 Thread [EMAIL PROTECTED]
7;ll let you know if connecting from the laptop works. chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 6:40 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Can't connect to MySQL server on 'loc

Can't connect to MySQL server on 'localhost' (10061)- solution pls

2004-01-29 Thread Arunachalam
) and mysql_real_connect(). after the execution of mysql_real_connect(), i met the error message as; *Can't connect to MySQL server on 'localhost' (10061)* I have searched in various discussion forums, the points obtained never able to solve my problem. I have tested with mysqladmin as

Re: Can't connect to MySQL server on 'localhost' (10061)

2004-01-28 Thread [EMAIL PROTECTED]
I assume that you know the the server's ip and then try: from DOS: mysql -h ipaddressofserver -u user1 -ppassword1 --type this as is with your server's ip Also you need to be running 4.1.1 client on your laptop. N. Chris Frost wrote: With several others, I too have this problem. MySQL 4.1.1 ins

Re: Can't connect to MySQL server on 'localhost' (10061)

2004-01-28 Thread [EMAIL PROTECTED]
ednesday, January 28, 2004 4:15 PM To: N. Chris Frost Cc: [EMAIL PROTECTED] Subject: Re: Can't connect to MySQL server on 'localhost' (10061) I assume that you know the the server's ip and then try: from DOS: mysql -h ipaddressofserver -u user1 -ppassword1 --type this as is with

Re: Can't connect to MySQL server on 'localhost' (10061)

2004-01-28 Thread Brian Harris
I assume that you know the the server's ip and then try: from DOS: mysql -h ipaddressofserver -u user1 -ppassword1 --type this as is with your server's ip Also you need to be running 4.1.1 client on your laptop. N. Chris Frost wrote: With several others, I too have this problem. MySQL 4.1.1 ins

Can't connect to MySQL server on 'localhost' (10061)

2004-01-28 Thread N. Chris Frost
With several others, I too have this problem. MySQL 4.1.1 installed without a problem. The sqlAdmin is running. I can run the control center and/or mysql to do sql things. This, though, is all from the server (a PC running Win ME). I want to connect from my laptop. What do I have to do? Executi

Re: ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)

2004-01-12 Thread Rich Green
\mysql\bin>mysql ERROR 2003: Can't connect to MySQL server on 'localhost' (10061) My my.ini file # Example mysql config file. # Copy this file to c:\my.cnf to set global options # # One can use all long options that the program supports. # Run the program with --help to get a

Re: Can't connect to MySQL server

2004-01-10 Thread Aaron Gerber
Roger and Johannes, The default did have the "skip-networking" on. I commented that out as you advised, and it worked like a Charm!! I'm pretty excited to be able to have that working now. I really really appreciate the prompt reply and the consideration that you both took in your replies.

Re: Can't connect to MySQL server

2004-01-10 Thread Roger Baklund
server is running on xxx.168.xxx.xxx, phpmyadmin is installed on it. You are connecting to the web server with your browser. > but I can't connect if I put in the IP address (locally or remotely) > > mysql -h xxx.168.xxx.xxx -p > password: > ERROR 2003: Can't connect to MyS

Re: Can't connect to MySQL server

2004-01-10 Thread Johannes Franken
* Aaron Gerber <[EMAIL PROTECTED]> [2004-01-10 21:33 +0100]: > Locally, I can connect to the MySQL server [...] > but I can't connect if I put in the IP address (locally or remotely) Maybe mysqld is configured to listen on its unix domain socket only? This is the default for Debian. Remove the li

Can't connect to MySQL server

2004-01-10 Thread Aaron Gerber
min (remotely or locally). http://xxx.168.xxx.xxx/phpmyadmin/ but I can't connect if I put in the IP address (locally or remotely) > mysql -h xxx.168.xxx.xxx -p password: ERROR 2003: Can't connect to MySQL server on 'xxx.168.xxx.xxx' (22) --- locally ERROR 2003: Can't co

Re: problem trying to connect to MySQL server

2003-12-29 Thread Director General: NEFACOMP
December 29, 2003 13:44 Subject: problem trying to connect to MySQL server > I'm having a problem with one of our MySQL servers. > Setup > VPN with Firewall at main office (iptables), > remote office currently has 2 MySQL servers and their port numbers are > 3306 (server1) and 33

problem trying to connect to MySQL server

2003-12-29 Thread Jon Miller
I'm having a problem with one of our MySQL servers. Setup VPN with Firewall at main office (iptables), remote office currently has 2 MySQL servers and their port numbers are 3306 (server1) and 3309 (server2) Programmer accesses server1 okay from his location, but cannot access server2. He will b

Re: Can't connect to MySQL server on '[server]' (10061) - unix & tcp/ip sockets

2003-10-28 Thread Victoria Reznichenko
connect remotely > using MySQL Control Center or SQLyog (from Windows) I get the same error > (near enough) from both: > > SQLyog: > >--- >SQLyog > ----------- >

Can't connect to MySQL server on '[server]' (10061) - unix & tcp/ip sockets

2003-10-24 Thread Ben Darlow
the same error (near enough) from both: SQLyog: --- SQLyog --- Error No. 2003 Can't connect to MySQL server on '[server]' (10061) --- MySQL Control Center:

Re: Re: Re: cant connect to mysql server through socket

2003-07-30 Thread Petre Agenbag
Don't stare too long at the Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) , it will blind you after a couple of minutes ;p Seriously, the fact that the sock file is not there simply tells me that mysql is not running, ie, even if you could "copy" a mysql.sock f

Re: Re: cant connect to mysql server through socket

2003-07-30 Thread Petre Agenbag
. K. wrote: > > > Hi; > > > I have installed suse 8.2 a short while ago and at my first attempt to connect > > > mysql (via shell and a > perl dbi script) i get following error: > > > > > > can't connect to mysql server through socjet '/var/

Re: cant connect to mysql server through socket

2003-07-27 Thread Petre Agenbag
shell and a perl dbi script) i get following error: > > can't connect to mysql server through socjet '/var/lib/mysql/mysql.sock'. > > i know this looks like a common error and I am terribly sorry if this kind of > subject has been posted before but I'll a

Re: cant connect to mysql server through socket

2003-07-27 Thread Sanya Shaik
connect mysql (via shell and a > perl dbi script) i get following error: > > can't connect to mysql server through socjet > '/var/lib/mysql/mysql.sock'. > > i know this looks like a common error and I am > terribly sorry if this kind of subject has been

cant connect to mysql server through socket

2003-07-27 Thread D. K.
Hi; I have installed suse 8.2 a short while ago and at my first attempt to connect mysql (via shell and a perl dbi script) i get following error: can't connect to mysql server through socjet '/var/lib/mysql/mysql.sock'. i know this looks like a common error and I am terribl

ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)

2003-07-16 Thread Rodger Nixon
Hi All: I am trying to run mysql in a Windows XP environment. I downloaded the binary and installation went smoothly. What I am expecting is that if I have winmysqladmin in my startup it should launch and I should be able to connect using the mysql control centre as my client. So far no joy.

Re: ERROR 2003: Can't connect to MySQL server on ....

2003-06-06 Thread Nils Valentin
t that > the mySQL server could resolve the IP to the host name? Thanx! > > -Original Message- > From: O'K Web Design [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 05, 2003 8:06 AM > To: Francisco Castellon > Subject: Re: ERROR 2003: Can't connect to MySQL ser

RE: ERROR 2003: Can't connect to MySQL server on ....

2003-06-06 Thread Francisco Castellon
es, if you are resolving an address, then it would try to connect using the 'not' local method. Mike - Original Message - From: "Francisco Castellon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: June 5, 2003 2:40 AM Subject: ERROR 2003: Can't conn

Re: ERROR 2003: Can't connect to MySQL server on ....

2003-06-06 Thread [EMAIL PROTECTED]
mySQL server using the [EMAIL PROTECTED] account? Also I was trying to access the mySQL server using the root@ HOST.MYDOMAIN.COM account by using the command below: Shell> mysql -u root -h ZEUS.OLYMPUS.LOCAL -p Enter Password: *** And this is what I get: ERROR 2003: Can't connect

ERROR 2003: Can't connect to MySQL server on ....

2003-06-06 Thread Francisco Castellon
OTECTED] account? Also I was trying to access the mySQL server using the root@ HOST.MYDOMAIN.COM account by using the command below: Shell> mysql -u root -h ZEUS.OLYMPUS.LOCAL -p Enter Password: *** And this is what I get: ERROR 2003: Can't connect to MySQL server on 'ZEUS.

ERROR 2003: Can't connect to MySQL server on ....

2003-06-06 Thread castf
] account? Also I was trying to access the mySQL server using the root@ HOST.MYDOMAIN.COM account by using the command below: Shell> mysql –u root –h ZEUS.OLYMPUS.LOCAL –p Enter Password: *** And this is what I get: ERROR 2003: Can't connect to MySQL server on 'ZEUS.OLYMPUS.LOCA

ERROR 2003: Can't connect to MySQL server on ....

2003-06-05 Thread Francisco Castellon
OTECTED] account? Also I was trying to access the mySQL server using the root@ HOST.MYDOMAIN.COM account by using the command below: Shell> mysql -u root -h ZEUS.OLYMPUS.LOCAL -p Enter Password: *** And this is what I get: ERROR 2003: Can't connect to MySQL server on 'ZEUS.

Re: cannot connect to mysql server

2003-04-05 Thread Todd O'Bryan
Try the following cd /usr/local/mysql ./bin/mysqld_safe and see if that starts up the server. If it doesn't, check to make sure you don't have a proxy set in your internet configurations. Todd On Saturday, April 5, 2003, at 12:00 PM, Peter Gumbrell wrote: I have installed mysql on Mac OS X.

Re: cannot connect to mysql server

2003-04-05 Thread Jeff Shapiro
At 12:00 -0500 4/5/03, Peter Gumbrell wrote: I have installed mysql on Mac OS X. when I attempt to access it either through a php page or through Terminal, I receive this message; Can't connect to local MySQL server through socket '/tmp/mysql.sock' mysqld isn't running. You can check to see if

cannot connect to mysql server

2003-04-05 Thread Peter Gumbrell
I have installed mysql on Mac OS X. when I attempt to access it either through a php page or through Terminal, I receive this message; Can't connect to local MySQL server through socket '/tmp/mysql.sock' I have just switched to a Mac and am unfamiliar with many aspects of unix. I read something

Re: Cant connect to Mysql server on 'localhost' (10061)

2003-04-01 Thread Bernhard Döbler
Hi, have you setup a my.ini File? mine looks like: [mysqld] basedir=f:/mysql datadir=f:/mysql/data language=f:/mysql/share/german Bernhard - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 31, 2003 4:11 AM Subject: Cant connect to

Re: Cant connect to Mysql server on 'localhost' (10061)

2003-03-31 Thread Terrance Win
check this first in command prompt "mysqladmin ping". You should receive "Mysql is alive". Otherwise you have to start your service. From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subject: Cant connect to Mysql server on 'localhost' (10

Cant connect to Mysql server on 'localhost' (10061)

2003-03-30 Thread MHall
Does anyone else get this message after installing and attempting to run mysql (version 4.0.12)?? I downloaded and installed mysql-4.0.12-win.zip file. then from the command prompt, I typed mysqld to start the service. Then I typed mysql and I got the error message: Cant connect to Mysql server

Cannot connect to mysql server

2003-03-29 Thread Reuben D. Budiardja
Hello, I have an interesting problem. I installed mysql client and server from Redhat 7.3 RPM. Then I set up a username and password for a user monty (to use example from the manual). Then I grant priveleges for the user with: mysql> GRANT ALL PRIVILEGES ON *.* TO [EMAIL PROTECTED] ->

Re: connect to mysql server

2003-03-25 Thread Stefan Hinz
Sidar, > how do i create a user that can connect to any database from any host on my lan mysql> GRANT ALL ON *.* TO 'youruser'@'192.168.%' IDENTIFIED BY 'secret'; Assuming your network has IP addresses starting with 192.168. Regards, -- Stefan Hinz <[EMAIL PROTECTED]> iConnect GmbH

connect to mysql server

2003-03-25 Thread Sidar Lopez Cruz
how do i create a user that can connect to any database from any host on my lan :-) Sidar Lopez Cruz - Cero Riesgo, S.A.

Re: FW: Connect to mysql server fail!

2003-03-17 Thread gerald_clark
You did not create 'root'. You set the root password to 'therootpassword' Did you enter the same password you set? Enter Password : therootpassword Chien-Lung Wu wrote: hi,experts: I installed mysql (3.23.49, server & client) at my NT4.0 machine. As I unziped and set up mysql, everything seemed

FW: Connect to mysql server fail!

2003-03-17 Thread Chien-Lung Wu
hi,experts: I installed mysql (3.23.49, server & client) at my NT4.0 machine. As I unziped and set up mysql, everything seemed fine ( I used winmysqladmin to start mysqld-nt server). That mean that the mysql server is running. However, when I create 'root' with mysqladmin command as follows:

FW: Connect to mysql server fail!

2003-03-17 Thread Chien-Lung Wu
hi,experts: I installed mysql (3.23.56, server & client) at my NT4.0 machine. As I unziped and set up mysql, everything seemed fine ( I used winmysqladmin to start mysqld-nt server). That mean that the mysql server is running. However, when I create 'root' with mysqladmin command as follows:

Re: MySQL Client on Linux won't connect to MySQL Server on XP

2003-03-13 Thread walt
Paul Larue wrote: > Hi all, > I got MySQL 3.23.55-nt running on XP and MySQL Client 3.23.36 running on > Linux Red Hat 7. I'm trying to have the client connect to the server but I > get the same error all the time: > > [EMAIL PROTECTED] /root]# mysql -h 10.0.0.41 -u guest > ERROR 1130: Host '10.0.

  1   2   >