View Single Post
Old 07-16-2002, 09:20 AM  
mike503
Confirmed User
 
Industry Role:
Join Date: May 2002
Location: oregon.
Posts: 2,243
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.
mike503 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote