Tag: MySQL

cPanel phpMyAdmin Fatal PMA_Message not found line 233 cpanel.auth.lib.php

Fatal Error when trying to access MySQL via logging into phpMyAdmin as a cPanel user spits out an error like this: Fatal error: Class ‘PMA_Message’ not found in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/auth/cpanel.auth.lib.php on line 233 Or phpMyAdmin Fatal: PMA_Message::rawError line 233 cpanel.auth.lib.php You may also get asked for a username/password and when you put in the cPanel account information …

Read More cPanel phpMyAdmin Fatal PMA_Message not found line 233 cpanel.auth.lib.php

MySQL 4.1 to 5.1 Upgrade in cPanel Corrupt Tables – Howto Repair

While upgrading MySQL in cPanel from 4.1 to 5.1 some tables may error “Incorrect key file for table ‘XXXX’; try to repair it”. When you run a repair on the table / database the table reports that it is corrupt. Normally a command like myisamchk –silent –force –fast *.MYI This can happen with Drupal, WordPress and a lot …

Read More MySQL 4.1 to 5.1 Upgrade in cPanel Corrupt Tables – Howto Repair