• 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 errors :S

EvoSoft

Is Da Mapper
Joined
Mar 10, 2010
Messages
693
Reaction score
5
Location
Northen part of Sweden
I get this when I'm trying to open Accounts in my phpMyAdmin:
Code:
 SELECT `prefs`
FROM `phpmyadmin`.`pma_table_uiprefs`
WHERE `username` = 'root'
AND `db_name` = 'evosoft2'
AND `table_name` = 'accounts'

MySQL said: Documentation
#1142 - SELECT command denied to user ''@'localhost' for table 'pma_table_uiprefs'

How can I fix it? :S

Thanks!

7db34e8cfcc19e608eebdc80bda26cb0.png
 
I get this when I'm trying to open Accounts in my phpMyAdmin:
Code:
 SELECT `prefs`
FROM `phpmyadmin`.`pma_table_uiprefs`
WHERE `username` = 'root'
AND `db_name` = 'evosoft2'
AND `table_name` = 'accounts'

MySQL said: Documentation
#1142 - SELECT command denied to user ''@'localhost' for table 'pma_table_uiprefs'

How can I fix it? :S

Thanks!

7db34e8cfcc19e608eebdc80bda26cb0.png

I get the same error on one of my databases. :/
 
Back
Top