On Tue, 6 Feb 2001 11:49, Jonathan Sharp wrote:
> 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
Assuming you want to recreate tables from the dump and assuming you have
created the necessary database, you can simply do this on the command line
mysql database < your_mysqldump_file
or you can nominate the file in the data import part of phpMyAdmin
--
David Robley | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES | http://www.nisu.flinders.edu.au/
AusEinet | http://auseinet.flinders.edu.au/
Flinders University, ADELAIDE, SOUTH AUSTRALIA
--
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]