Re: mysql.sock error

2002-12-07 Thread Benjamin Pflugmann
Hello. On Fri 2002-12-06 at 14:32:13 -0600, [EMAIL PROTECTED] wrote: after trying this it shows mysql as running, but /tmp/mysql.sock as not being created. i stopped mysql and then started it again, and the same thing happened...still no mysql.sock? should i just reinstall? what is the best

Re: mysql.sock error

2002-12-06 Thread Jeff Hollingshead
after trying this it shows mysql as running, but /tmp/mysql.sock as not being created. i stopped mysql and then started it again, and the same thing happened...still no mysql.sock? should i just reinstall? what is the best way to go about fixing this problem? thank you. jeff ps -wef |

RE: mysql.sock error

2002-12-03 Thread Adolfo Bello
Check if mysql is started by entering ps -ax | grep -i mysql If not started try: service mysql start Adolfo -Original Message- From: Jeff Hollingshead [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 5:17 PM To: [EMAIL PROTECTED] Subject: mysql.sock error at

Re: mysql.sock error

2002-12-03 Thread Bhavin Vyas
ps -wef | grep mysqld should show if the daemon is actually running or not. Check to make sure. Then, ls /tmp/mysql.sock will show you if the mysql file was created or not. Bhavin. - Original Message - From: Jeff Hollingshead [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December

Re: mysql.sock error

2002-01-15 Thread Trond Eivind Glomsrød
Jay Paulson [EMAIL PROTECTED] writes: I'm running RedHat 7.1 and I'm trying to run mysql. I've gone and run the mysql_install_db Not good. If you had just started the script, it would have been done automatically - as it is, you created a set of files you can't access (root owns them, the

RE: mysql.sock error

2001-09-13 Thread massey
Just had this same error and fixed it...with help. You need to set a symlink to the /tmp ln -s /tmp/mysql var/lib/mysql/mysql.sock I may have this backwards..I'll send it from home when I get there. M;) -Original Message- FROM: Nick Torenvliet TO: Mysql (E-mail) DATE: Thu 9/13/01

Re: mysql.sock error

2001-09-13 Thread adam
the sock file is in the /usr/lib/mysql dir i created a symlink of the file from there to /tmp On Thu, 2001-09-13 at 14:32, Nick Torenvliet wrote: I'm trying to start my first ever installation of mysql, so I've installed the tar.gz (3.23.42 on Linux) and I've run ./configure from

Re: mysql.sock error

2001-09-13 Thread Rodney Broom
Nick Torenvliet wrote: ...I've run ./configure Did you run 'make'? --- Rodney Broom Programmer: Desert.Net Keywords: sql, spam-off - Before posting, please check: http://www.mysql.com/manual.php (the manual)

RE: mysql.sock error

2001-09-13 Thread Mike
Well lets get it runningG Basic install nothing fancy ./configure make make install to fix your error create a symlink su to root ln -s var/lib/mysql/mysql.sock /tmp/mysql.sock Cheers M;) -Original Message- From: Nick Torenvliet [mailto:[EMAIL PROTECTED]] Sent: Thursday,