Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Teviot on August 01, 2005, 09:22:41 AM

Title: MySQL Upgrade problem
Post 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
Quote
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
Quote
#2002 - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)


Please HELP
Adrian
Title: MySQL Upgrade problem
Post by: Teviot on August 01, 2005, 01:01:28 PM
Down at the end of the install script,  I found an error.

the script has in it
Quote
   # Create service symlink & start MySQL
    ln -s /usr/sbin/mysqld /usr/libexec/
    service mysqld start


and should be
Quote
   # Create service symlink & start MySQL
    ln -s /usr/sbin/mysqld /usr/libexec/
    service mysql start


Hope this help others.
Adrian
Title: MySQL Upgrade problem
Post by: ergozd on August 01, 2005, 01:29:11 PM
Thank you for your feedback, I've "corrected" the script.