Re: Cannot connect to MySql Database

2013-04-09 Thread Stillman, Benjamin
On 4/9/13 1:54 PM, "Joe Kosinski" wrote: >Hi, > >I am trying to connect to a MySql database and I keep getting the >following: > > Cannot find (ping) database host Joseph-Kosinskis-MacBook on the network > Failed to connect to Unix socket '/var/run/lirc/lircd' > No such file or

Re: cannot connect to mysql

2006-01-10 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/refman/5.0/en/error-access-denied.html ghislain groulx wrote: > im quite new to mysql and here is the problem. I simply cannot connect > to mysql through phpmyadmin or anything else. Lets say i enter the url > to connect (localhost/phpmyadmin/ind

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

Re: cannot connect to MySQL

2003-03-14 Thread gerald_clark
Please read the warning. It attempting a LOCAL connection. Please enter the host ( server) you wish to connect to. Jon Miller wrote: I'm having a problem connecting to MySQL database using phpMyAdmin from a remote location. I've had a look at the manual but I'm not too clear on what has to be don

Re: Cannot connect to MySQL server with a java application

2002-02-12 Thread Mark Matthews
IL PROTECTED]> To: "'debian'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 06, 2002 8:23 PM Subject: RE: Cannot connect to MySQL server with a java application > Almost, but not exactly the same . > > DriverManager.getCon

RE: Cannot connect to MySQL server with a java application

2002-02-12 Thread Lee, Andrew
Almost, but not exactly the same . DriverManager.getConnection(dburl, dbuser, dbpasswd) <-- note, 3 arguments here > -Original Message- > From: debian [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 1:59 PM > To: [EMAIL PROTECTED] > Subject: Cannot connect to MyS

Re: Cannot connect to MySQL server with a java application

2002-02-07 Thread Mark Matthews
IL PROTECTED]> To: "'debian'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 06, 2002 8:23 PM Subject: RE: Cannot connect to MySQL server with a java application > Almost, but not exactly the same . > > DriverManager.getCon

Re: Cannot connect to MySQL server with a java application

2002-02-06 Thread bobby
thnx for answering, but if i use your suggestion, i get the same errormessage. who can help me? - Original Message - From: "Lee, Andrew" <[EMAIL PROTECTED]> To: "'debian'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February

RE: Cannot connect to MySQL server with a java application

2002-02-06 Thread Lee, Andrew
Almost, but not exactly the same . DriverManager.getConnection(dburl, dbuser, dbpasswd) <-- note, 3 arguments here > -Original Message- > From: debian [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 1:59 PM > To: [EMAIL PROTECTED] > Subject: Cannot connect to MyS