El Lun 31 Dic 2001 12:54, Neil R Porter escribi�:
> Hi All
>
> Firstly, thanks for the permissions help on the MySQL database query.
>
> I've got a simple database application running (using html/php/MySQL) and
> want to be able to transfer it up to my web hosting space.  They claim to

Have you tried with :
mysqldump --add-drop-table database-name -u user -p  > backup.sql

and then, at the other end, do :

mysql database-name  -u user -p < backup.sql

-- 
Gabardinas Windows, se cuelgan solas!.

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to