"no change" error in phpmyadmin

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Faithe
Forum Commoner
Posts: 33
Joined: Tue Jul 12, 2005 3:26 pm
Location: WA

"no change" error in phpmyadmin

Post by Faithe »

I've been using the same database for the past year with no difficulties. Recently I've been making some upgrades to my site, but nothing that should affect the way the database runs. However, today phpmyadmin started returning a "no change" error whenever I tried to insert or update a row within just one of my tables. All the other tables work fine. I tried deleting the table and recreating a new one. This table had the same "no change" response, and all subsequent test tables after that, no matter how they are configured.

I can insert/update rows through PHP code, however.

Thoughts?
Post Reply