Brandon - MySQL and phpMyAdmin

Status
Not open for further replies.

Garo_Master

New Member
Messages
37
Reaction score
0
Points
0
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?
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
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.

PHP:
$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

to

PHP:
$cfg['blowfish_secret'] = 'dsfdsafdsafKNNDFNSDNFDSNFODS'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

Then when it asks you to login, you can use your username/password.
 
Status
Not open for further replies.
Top