PDA

View Full Version : MySQL stops working after less than a day


gandm
10-8-05, 11:36 AM
Every time I setup something that uses a MySQL database (using the easy install thing by powweb), after about 18 hours, it just stops working and can't find what it needs on the database. The database as a whole, however, seems to continue to work. Does anyone know what is causing this?

MySQL server 14.

stevel
10-8-05, 11:39 AM
What is the exact symptom? What error do you get?

gandm
10-8-05, 11:48 AM
http://blog.gandmcomputers.com/

Internal Server Error (500)
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@blog.gandmcomputers.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

When gallery2.0 was installed it gave me a bunch of errors about not being able to find something in the database

stevel
10-8-05, 12:45 PM
That is not a MySQL error - it is a web server error. Often it is caused by an error in a .htaccess file or a protection problem on a script.

gandm
10-8-05, 05:08 PM
Then why does it happen only on things that use MySQL databases and happes without me changing anything?

Any ideas?

Suggestions

gandm
10-8-05, 05:13 PM
I'm sorry, I just looked at my .htaccess more closely, and for some reason it had a line in there at the top about blocking everything from the config folder. As soon as I removed that line, it began to work normally again.

But what would cause that line to appear?

stevel
10-8-05, 08:06 PM
Hard to say - perhaps you used one of the tools in the Site Manager to protect that folder.