c_olin Posted March 7, 2008 Share Posted March 7, 2008 I maintain a simple PHP script that inserts data into a MYSQL database. For some reason the script stopped working. It can connect to and access the database, but whenever I try to insert data, it simply will not insert it. It also does not give me any error. I also had a C# program that did the same thing, which also stopped working. So apparently the admin of the MYSQL server I'm accessing changed something. I just don't understand what could have been changed since I can still log in and retrieve data from the database, but not be able to insert data. My boss wants me to get the script up and running again, but I don't see what I can do. Any ideas? Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted March 8, 2008 Share Posted March 8, 2008 If your code had some error checking and error reporting logic, it would probably tell you why it stopped working. Post your code and someone will tell you what to add to it to get it to tell you what the problem is. Quote Link to comment Share on other sites More sharing options...
eddierosenthal Posted March 8, 2008 Share Posted March 8, 2008 perhaps the privileges were changed on the database? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.