|
you don't run mysqldump the second time to import it, you run mysqlimport or you can simply do
mysql -uUSER -pPASS -A < file.sql
assuming the file.sql has the create database foo; use foo; lines.
__________________
php/mysql guru. hosting, coding, all that jazz.
|