Centos – How to upgrade Samaba from 3.0 to 3.5

Centos – How to upgrade Samaba from 3.0 to 3.5 There are a few things to look out for. Mainly extra packages attached to Samba like Swat. Install Samba 3.0.33 from base packages. yum install samba smbd  -V Version 3.0.33-3.29.el5_5.1 A basic Samba configation pico /etc/samba/smb.conf #==========================================# [global]         workgroup = WORKGROUP    …

Read More Centos – How to upgrade Samaba from 3.0 to 3.5

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