PDA

View Full Version : restore mysql dabase



b
December 1st, 2001, 03:34
i'm moving my site to a raq3 server
on a linux server i would use this command to restore mysql database
mysql -u user -pPASSWORD database name < /path/to/mysql/file
when i use the above command on araq3 server i do not get any error but the data never restored
is ther a different command for raq3 servers?
is it possible that mysql is not installed properly?