Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Teviot on August 01, 2005, 09:22:41 AM
-
Hi All
I upgraded my MYSQL server using http://ergin.dyndns.org/download/MySQL-4_1_13.sh
Now when I go to WEBMAIL or PHPMYADMIN I get and error.
Error for WEBMAIL
A fatal error has occurred:
DB Error: connect failed
[line 108 of /home/httpd/html/horde/lib/Prefs/sql.php]
Details have been logged for the administrator.
Error for PHPMYADMIN
#2002 - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Please HELP
Adrian
-
Down at the end of the install script, I found an error.
the script has in it # Create service symlink & start MySQL
ln -s /usr/sbin/mysqld /usr/libexec/
service mysqld start
and should be # Create service symlink & start MySQL
ln -s /usr/sbin/mysqld /usr/libexec/
service mysql start
Hope this help others.
Adrian
-
Thank you for your feedback, I've "corrected" the script.