Jump to content

MySQL is Bi-Polar?


sghetti

Recommended Posts

Here\'s the deal. I was running it fine and then I couldn\'t get MySQL to start up at all. So I uninstalled and reinstalled it. After the reinstall all of my other scripts run like they should except for this one registration script. I have changed nothing in the script nor did I change any settings in MySQL. I perplexed.

Link to comment
https://forums.phpfreaks.com/topic/808-mysql-is-bi-polar/#findComment-2671
Share on other sites

It could be many things. Some suggestions to try: run myisamchk on your table to make sure it\'s not corrupt.

 

Make sure you\'ve not run out of space.

 

Check the mysql log.

 

Execute an insert from the command line.

 

Are you out of keys?

 

Is it trying to insert a duplicate into a column(s) where a unique index exists?

 

What error is returned on the insert?

Link to comment
https://forums.phpfreaks.com/topic/808-mysql-is-bi-polar/#findComment-2672
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.