In phpMyAdmin (Version 2.11.6), it claims that MySQL is only version 4.1.22.
Also, when you said upload my own copy to cpanel, did you mean phpMyAdmin, or MySQL?
In phpMyAdmin (Version 2.11.6), it claims that MySQL is only version 4.1.22.
Also, when you said upload my own copy to cpanel, did you mean phpMyAdmin, or MySQL?
You can upload your own copy of phpMyAdmin (http://phpmyadmin.net). Upload the files, rename the file "config.sample.inc.php" to "config.inc.php" and replace the line below.
toPHP Code:$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
Then when it asks you to login, you can use your username/password.PHP Code:$cfg['blowfish_secret'] = 'dsfdsafdsafKNNDFNSDNFDSNFODS'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
Thanks,
Brandon Long