mysql error #1226 user has exceeded max_questions

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

Tell a friend

Nero power calibration error

One of the most used DVD burning software is “Nero”. In some bad occasions Nero failed to burn the DVDs and report “Power Calibration Error”.

Problem Statement

Nero failed to burn DVD’s report  “Power Calibration Error”.  I wasted tens and tens of DVDs because of this error and finally come up with a solution.

Solution

1. To get rid of this error Right click on My computer —-> select manage —>go to services.

 

IMAPI CD Burning Service

IMAPI CD Burning Service

 

2. Search for “IMAPI CD-Burning COM Service  service. This service should be “Disabled“. Go to properties and disable that service. click apply and then ok.

Disabling the service

 3. Restart the IMAPI service.   It should be now disabled (double check it).

Thats it!!

Your problem should be fixed now. If you like this post —” Tell Your Friend “— :-)

Regards,

R.Gopinath

Tell a friend

“Operating System not found” – Os Boot Failure – Part 1

The intention this post is to give a solution to “os not found” problem when you boot windows operating system.

Problem Statement

When there are two operating systems installed in a computer something there are cases that one of them to get corrupted.  So while the computer is booted for the next time it just throws an error “Operating system not found” and stops there.

Solution

To proceed with fixing this you should have the windows XP OS installation CD/DVD. At the time your computer reports “operating system not found” error,insert the installation disc and reboot the system.

Prerequisite>> set the primary boot device as CD/DVD drive in the BIOS.

1. Now let the installation disc to prompt for action. Press “R” in your keyboard.

2. This should take you to the WIndows Recovery mode. If you are asked for the password provide the Administrator password.

3. Now you should see C:\WINDOWS> in the command prompt. If you are eager to know what is the fix just type ‘help’ (without quotes) and try to trace what will be the next step.

4. Just give “fixboot” at the prompt. C:\WINDOWS>fixboot. Press enter.Give yes if you are asked confirmation.

5. Next C:\WINDOWS>fixmbr. Press enter.Give yes if you are asked confirmation.

These two commands will fix the Master Boot Record of the partition in case of any errors.

Now eject the disc and reboot the computer. You should be able to login to your Operating system.

Cool…

Regards,

R.Gopinath

 

Tell a friend

502 bad gateway error in phpBB (Solution)

Hi visitors,

This is a post regarding an issue in phpBB forum installation.

I have installed the phpBB forum in my server and faced a issue.

 1. When i try to register a new user there was an error saying “502 Bad gateway”. But the user has been registered successfully.

2. Finally i got a solution for this

Goto—->Admin control panel—> General —-> Security Settings
Here,
Uncheck this option: Check e-mail domain for valid MX record

Now that error is gone.

Hope this will help  you.

Regards,
R Gopinath

Tell a friend