On Tue, Jan 28, 2003 at 06:27:10PM -0800, Ben Huot wrote:
> 
> I copied and pasted exactly from the email and put it in the MySQL GUI 
> query box and hit execute query. And the database daemon was up and running.

cut'n paste to a file, say file.txt, then on the command line

$ mysql -u $user -p $database < file.txt

where $user is your mysql username and $database is your database 

-- 
<[EMAIL PROTECTED]>
_______________________________________________
Eug-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug

Reply via email to