Quote:
Originally posted by Darren
Ok server dudes are in bed and for last 12 hours apparently the site as had MYSQL problem, seemings the join pages work with MYSQL this is NOT good.
Following error:
Can not connect to MySQL
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)Can not connect to MySQL!!!
Anyone know how to fix this or can fix it for me? ICQ 46335817
|
My first suggestion would be to get a host with 24/7 support.
My 2nd would be to restart MySQL.
FreeBSD you'll need to run safe_mysqld (If it's a ports install you can probably do a /usr/local/etc/rc.d/mysql-server.sh start)
Crap Hat Linux and Linuxes like Crap Hat:
/etc/init.d/mysqld start
If that doesn't fix it you'll probably need to use myisamchk to repair the DBs, or something else is fucked. Get those tech support guys out of bed.
