mysql - #1146 - Table 'phpmyadmin.pma_table_uiprefs' doesn't exist -


my question error in sql query: documentation

select `prefs` `phpmyadmin`.`pma_table_uiprefs` `username` = 'root' , `db_name` = 'group' , `table_name` = 'list'  limit 0, 25  

mysql said: documentation

#1146 - table 'phpmyadmin.pma_table_uiprefs' doesn't exist

here config.inc.php

why did write phpmyadmin.pma_table_uiprefs? name of table phpmyadmin.pma_table_uiprefs or pma_table_uiprefs?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -