Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Relevant Or Irrelevant!

█║▌║▌║TheMerc iful║▌║▌║█
Loyal Member
Joined
Jan 29, 2005
Messages
1,367
Reaction score
80


Uploaded with

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