mysqldump -u root -p phpgiftreg > phpgiftreg_timedate.sql
mysql -u root -p
mysql> use dowant;
mysql> source /path/to/phpgiftreg_migrate.sql
mysql> \q
mysql -u root -p dowant < phpgiftreg_timedate.sql
--
You received this message because you are subscribed to the Google Groups "do-want" group.
To unsubscribe from this group and stop receiving emails from it, send an email to do-want+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Aaron, I appreciate the time and effort.