View Single Post
  #12  
Old 10-07-2004, 08:43 AM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

to make db.sql
get a 5.9 db that has stuff in it...

mysqldump --no-data dbname >db.sql

then drop that database, and recreate it.
finally load in db.sql
Reply With Quote