• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Relevant Or Irrelevant!

█║▌║▌║TheMerc iful║▌║▌║█
Loyal Member
Joined
Jan 29, 2005
Messages
1,367
Reaction score
80
4pLay - Relevant Or Irrelevant! - RaGEZONE Forums

Uploaded with ImageShack.us

how can i access my mysql again?

thanks!
god bless!


i reinstall from the services then reinstalled it again! but when ever i make a password i cant access it anymore!
 
Last edited:
Trying to be developer ^^
Loyal Member
Joined
Jul 21, 2010
Messages
1,072
Reaction score
360
*/xampp/phpmyadmin/config.inc {
Find: "Authentication type"

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
}
Make sure its like this. And check it out again.
 
Back
Top