[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Can't connect to mysql through phpmyadmin (mysql.sock problem)
- Subject: RE: [cobalt-users] Can't connect to mysql through phpmyadmin (mysql.sock problem)
- From: "Alex Lee" <alex@xxxxxxxxxx>
- Date: Fri Jan 26 09:09:54 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> >touch /tmp/mysql.sock
>
> Just tried this..... Still the same error message. Is there more that
> has to be done?
do this, as root:
ln -s /home/mysql/mysql.sock /tmp/mysql.sock
alex