View Single Post
  #6 (permalink)  
Old 01-26-04, 07:21 AM
YourPHPPro's Avatar
YourPHPPro YourPHPPro is offline
Community VIP
 
Join Date: Aug 2003
Posts: 430
Thanks: 0
Thanked 0 Times in 0 Posts
If it is a SQL file, why not use the command line mysql client to connect to the mysql server and import the commands ? Something like:

mysql -h hostname -u username -ppassword database < sqlfile
Reply With Quote