From: Janine S. <jr...@ba...> - 2008-11-21 07:45:14
|
This works! Thank you, I can't believe I couldn't find this through google. Janine Ryan Guthrie wrote: > The < filename.sql syntax only works at the unix command prompt, not > the mysql command prompt. To import a file from there do > mysql> use database_name > mysql> source filename.sql > |