Problem Statement:
mysql error #1226
The problem that everyone faces with very old databases. The reason for this error is when the database user connects to the server for several times, there are many possibilities of database lock.
1. The user connection may not have terminated properly.
2. Or the maximum connection limit specified for that particular user may have exceeded from the limit.
To resolve this mysql error #1226. we have to configure the database properly.
Mostly people using the wordpress CMS need to change the wp_options table.
Usually this situation happens sometimes due to server overloading or user exceeding max_connections_per_hour.
Solution:
But there are many instances for us that we can’t wait for such a long time to update the tables and databases and we may need to seek help from others.
During that critical time, this solution helps you much from avoiding the downtime of your website.
Once i faced a similar problem and my website was down for 1 week. It was a drastic situation and i lost all my page rank.
But i came forward with a quick and simple solution.
Follow these simple steps to solve ‘user has exceeded max_questions’ problem
1. Your database must have a user ‘A’ using which you have configured your wordpress blog.
2. Now the problem is that user ‘A’ has exceeded maximum_questions resource (current value: 40)
3. Create a new user ‘B’ in your database through your domain control panel and update the same user name you wp-config.php file in wordpress installation directory.
4. Now you got the problem fixed in few minutes. It will not disturb the database or the posts you have in your wordpress or phpbb.
For phpbb users ‘mysql error #1226 user has exceeded max_questions’
1. Follow the same steps above and update the config.php file in your phpbb installation directory.
The issue is solved. This may be a simple two-lined solution but powerful.
Keep away your worries and enjoy blogging. if any clarifications revert back to gopi@neuronring.com.
Regards,
R.Gopinath

