(mysql): SHOW TABLES
1226: User 'admin13123' has exceeded the 'max_questions' resource (current value: 50000)
ADOConnection._Execute(SHOW TABLES, false) % line 891, file: adodb.inc.php
ADOConnection.Execute(SHOW TABLES) % line 2256, file: adodb.inc.php
ADOConnection.MetaTables(false, false) % line 72, file: adodb-mysql.inc.php
ADODB_mysql.MetaTables() % line 1554, file: ddllib.php
change_db_encoding() % line 182, file: index.php
(mysql): SHOW LOCAL VARIABLES LIKE 'character_set_database'
1226: User 'admin13123' has exceeded the 'max_questions' resource (current value: 50000)
ADOConnection._Execute(SHOW LOCAL VARIABLES LIKE 'character_set_database', false) % line 891, file: adodb.inc.php
ADOConnection.Execute(SHOW LOCAL VARIABLES LIKE 'character_set_database') % line 219, file: setuplib.php
setup_is_unicodedb() % line 1557, file: ddllib.php
change_db_encoding() % line 182, file: index.php
(mysql): SHOW LOCAL VARIABLES LIKE 'character_set_database'
1226: User 'admin13123' has exceeded the 'max_questions' resource (current value: 50000)
ADOConnection._Execute(SHOW LOCAL VARIABLES LIKE 'character_set_database', false) % line 891, file: adodb.inc.php
ADOConnection.Execute(SHOW LOCAL VARIABLES LIKE 'character_set_database') % line 219, file: setuplib.php
setup_is_unicodedb() % line 183, file: index.php
It is required that you store all your data in Unicode format (UTF-8). New installations must be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).
More information about this error