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