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

Cannot connect to MySql Database

2013-04-09 Thread Joe Kosinski
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 directory (2) The database is located on a MacB

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/p

cannot connect to mysql

2006-01-09 Thread ghislain groulx
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/index.html) i end up in the welcome page but it says "access denied for user [EMAIL PROTECTED] (using passwor

Cannot connect to mysql through network while unix socket works

2004-12-23 Thread Oscar
N¬™ë,j°jËkj{zºÞw­…«k‰©oz»"¢z ‰¦ºx†j×­˜úèDear all, I have a mysql-4.0.12 server installed on RH 8, it works fine for months before I find the server unavailable from the remote host on the same LAN. I am sure there isn't any firewall between server and client. I ssh to the server and find th

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

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: 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

cannot connect to MySQL

2003-03-14 Thread Jon Miller
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 done. I see that the connection is through a socket. Can I change this to connect using an ip connection? Reason I ask is because the M

Re: HELP: cannot connect to MySQL server

2002-02-14 Thread Brian Reichert
On Thu, Feb 14, 2002 at 03:41:32PM -0800, wally liau wrote: > Dear MySql experts: > > we have mysql and mm driver installed on a unix > server, but when I try to run Blob (in testsuite/), it > gives error message: > > cannot connect to MySQL server on //localhost:3306 C

HELP: cannot connect to MySQL server

2002-02-14 Thread wally liau
Dear MySql experts: we have mysql and mm driver installed on a unix server, but when I try to run Blob (in testsuite/), it gives error message: cannot connect to MySQL server on //localhost:3306 here is the code for connection: try { Class.forName("org.gjt.mm.mysql.Driver").n

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
sage()); >System.out.println("SQLState: " + e.getSQLState()); > System.out.println("VendorError: " + e.getErrorCode()); > } > > } > } > > Error-Msg: > > register the Driver: OK > java.io.IOException: Connection timed out

Cannot connect to MySQL server with a java application

2002-02-11 Thread debian
out at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:56) (some EXCeptions more) SQLException: Cannot connect to MySQL server on 127.0.0.1:3306. Is there a MySQL server running on the machine/port you are trying to connect to? (java.io.IOException)

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
[SMTP:[EMAIL PROTECTED]] > > Sent: Wednesday, February 06, 2002 1:59 PM > > To: [EMAIL PROTECTED] > > Subject: Cannot connect to MySQL server with a java application > > > > hello, > > > > i tried to connect my MySQL-Server with a short java application.

RE: Cannot connect to MySQL server with a java application

2002-02-06 Thread Lee, Andrew
sage()); >System.out.println("SQLState: " + e.getSQLState()); > System.out.println("VendorError: " + e.getErrorCode()); > } > > } > } > > Error-Msg: > > register the Driver: OK > java.io.IOException: Connection timed out

Cannot connect to MySQL server with a java application

2002-02-06 Thread debian
out at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:56) (some EXCeptions more) SQLException: Cannot connect to MySQL server on 127.0.0.1:3306. Is there a MySQL server running on the machine/port you are trying to connect to? (java.io.IOException)

RE: java.sql.SQLException: Cannot connect to MySQL serveronlocalhost:3306.

2001-11-18 Thread Venu
Hi, > -Original Message- > From: Prasad Valmeti [mailto:[EMAIL PROTECTED]] > Sent: Sunday, November 18, 2001 12:42 AM > To: [EMAIL PROTECTED]; Nguyen Trong Phuc; [EMAIL PROTECTED] > Subject: RE: java.sql.SQLException: Cannot connect to MySQL server > onlocalhost:3

Re: java.sql.SQLException: Cannot connect to MySQL server on localhost:3306.

2001-11-18 Thread Nguyen Trong Phuc
CTED]> To: "Nguyen Trong Phuc" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, 17 November, 2001 4:31 AM Subject: java.sql.SQLException: Cannot connect to MySQL server on localhost:3306. Thanks for ur response. I am sending code also. Earlier it was connected to data

RE: java.sql.SQLException: Cannot connect to MySQL server onlocalhost:3306.

2001-11-18 Thread Prasad Valmeti
ECTED]] Sent: Saturday, November 17, 2001 9:39 PM To: Prasad Valmeti; Nguyen Trong Phuc; [EMAIL PROTECTED] Subject: RE: java.sql.SQLException: Cannot connect to MySQL server onlocalhost:3306. Hi, > -Original Message- > From: Prasad Valmeti [mailto:[EMAIL PROTECTED]] > Sent: Satu

RE: java.sql.SQLException: Cannot connect to MySQL server onlocalhost:3306.

2001-11-17 Thread Venu
Hi, > -Original Message- > From: Prasad Valmeti [mailto:[EMAIL PROTECTED]] > Sent: Saturday, November 17, 2001 4:31 AM > To: Nguyen Trong Phuc; [EMAIL PROTECTED] > Subject: java.sql.SQLException: Cannot connect to MySQL server on > localhost:3306. > > > Tha

java.sql.SQLException: Cannot connect to MySQL server on localhost:3306.

2001-11-17 Thread Prasad Valmeti
ava:114) at org.gjt.mm.mysql.Connection.(Connection.java:229) at org.gjt.mm.mysql.Driver.connect(Driver.java:126) at java.sql.DriverManager.getConnection(DriverManager.java:517) at java.sql.DriverManager.getConnection(DriverManager.java:146) at TextToDatabaseTable.main(TextToDataba