Exporting MySql db's from 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
intellivision
Forum Commoner
Posts: 83
Joined: Mon Aug 22, 2005 1:25 am
Location: Orbit

Exporting MySql db's from phpMyAdmin

Post by intellivision »

I lost hours of work determining why many aspects of my WordPress site were failing after routine restoring the db on the server.

Turns out the auto increment attribute of every column was lost, set to 0.

What did I do wrong in my phpMyAdmin exports or imports?
Post Reply