• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

phpmyadmin problem!

Rogil

New Member
Joined
Apr 5, 2009
Messages
110
Reaction score
1
im trying to switch my server from sqlite to mysql to set up the web page, but when i try going into localhost/phpmyadmin it says access denied and i cant get on the page, not really sure how to fix this, if someone can tell me or help me fix it id appreciate it, also im using Modern AAC for a 8.6 server.
 
sorry i wasnt on my computer at the time i posted the thread, i was in school, lol. but here it is:

MySQL said:

#1045 - Access denied for user 'root'@'localhost' (using password: YES)

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
 
You should set your username and password in phpmyadmin. Open file (phpmyadmin)/config.inc.php, and paste here content (without private data).
 
First, this:
PHP:
$cfg['Servers'][$i]['auth_type']

@down: LOL :O. Could you show me a parameter for above variable?
 
Last edited:
k i did that, phpmyadmin still doesnt work for me lol

well it still shows the same error, access denied.
 
Last edited:
Back
Top