• 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!

How i can change my phpmyadmin

Hazher

OTServ Member
Joined
Sep 18, 2007
Messages
104
Reaction score
0
How i canchange my phpmyadmin 2.10 to 2.11 i need to import the Triggers.sql.
 
Delete old phpmyadmin folder and paste new, open phpmyadmin/libaries/config.default.php search
Code:
$cfg['Servers'][$i]['auth_type'] = 'config';
and replace with
Code:
$cfg['Servers'][$i]['auth_type'] = 'http';
 
appear this error:

Error

MySQL ha dicho: Documentación
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
 
Back
Top