> If I have a text file with all my sql statements (from like say mysqldump)
> what's the easiest way of passing them to mysql? I'm on RedHat6.2 with
mysql
> 3.22.32
>
> Thanks,
> -Jonathan

I'm not sure about the easiest way, but definitely an easy way would be to
simply do:

cat filename | mysql your_database -u user -p


jason




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to