Hi
Being trying to copy a file to the database with this line: /usr/local/mysql/bin/mysql -u root < imc-2002-01-13-02-00-00
It came back with error:ERROR 1046 at line 10: No Database Selected
Please help.
hmmm... going out on a limb, but you might want to select a database.
/usr/local/mysql/bin/mysql -u root -ppassword database < imc-2002-01-13-02-00-00
Funny, it was an error message that really said what was the error ! :p
Fab.