SQL query: Edit Edit SET CHARACTER SET 'utf8'; MySQL said: Documentation #1226 - User 'id3098252_admin' has exceeded the 'max_queries_per_hour' resource (current value: 15000)

please help.
i get this message when i login to my database php.

https://databases-auth.000webhost.com/server_sql.php?sql_query=SET+CHARACTER+SET+'utf8'%3B&show_query=1&token=a45e592d804a003ed1d8adb9a8f5f4ac

Error

SQL query: Edit Edit

SET CHARACTER SET ‘utf8’;

MySQL said: Documentation
#1226 - User ‘id3098252_admin’ has exceeded the ‘max_queries_per_hour’ resource (current value: 15000)

what is this error?? how to fix it???

@lbhenny88 Please consider reading this,

To avoid such issue upgrade to premium.

1 Like

mean i need to delete the all file from plugin ?? and reinstall back the plugin again?

how about the database sql?? still safe or not??

1 Like

Database is safe.

If you get above message you have to wait for one hour and try again. Best way is upgrading as @akhilkumar332 said

1 Like

problem solving.

1step… go to Management setting on
click general
click Fix file permissions

2step set the new password password on general page

3step click manage database
click manage menu "change password.

4step click file manager menu on header
click enter ““upload file””

5step after enter the upload file
click on "config.php " file by right click and
go to edit the file

under the test file

using the reedit config.php.
line search for following line 25

25 define(‘DB_PASSWORD’, ‘cxxxxxxxxxxx’); (key in the new password like just now reset)

last “save” it
and reopen the website again… done…

22 define(‘DB_DRIVER’, ‘mysqli’);
23 define(‘DB_HOSTNAME’, ‘localhost’);
24 define(‘DB_USERNAME’, ‘id3098252_admin’);
25 define(‘DB_PASSWORD’, ‘cxxxxxxxxxxx’); <----------------------------------------------redoing password reset
26 define(‘DB_DATABASE’, ‘id3098252_db’);
27 define(‘DB_PORT’, ‘3306’);
28 define(‘DB_PREFIX’, ‘oc_’);

thank you for helper to help me to remind about the password reset.