View Single Post
  #8  
Old 05-22-2002, 04:58 PM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

source it from inside of mysql... i've noticed some odd mysql quirks with 7.3's mysql version as far a piping in sql through the command line..


mysql>drop database eq;
mysql>create database eq;
mysql>source db.sql;