Hi
Total newby to centos I am currently helping a community radio station set up in the Uk we are using a server based system for our playout software, unfortunately at the moment one of our client servers is experience the above error I came across the error on our main server a few weeks ago and found the solution just by reinstalling the MySQL db but I have tried to deploy the same fix on our client server otherwise known as studio-b client but unfortunately this has not solved the problem any help with this would be very much appreciated.
All the best Graham Wilman
Sent from Windows Mail
Hey Graham,
Before anyone else hollers at you, move this over to the CentOS list. This one is for people doing development work on CentOS itself. :)
MySQL comes in several packages. Ensure you have mysql, mysql-libs, and mysql-server installed, and that MySQL is actually running on the machine.
If you get stuck, send over the results of the following:
service mysqld status
tail /var/log/mysqld.log
Leam