hi guys -
i'm trying to create a mysql dump of my databases ... and i'm not quite sure how to do it. the command i'm using is this:
it says that i have an error in my syntax.
do you know why and do you know the proper format to do a mysql dumb that will work?
thanks much in advance - i really appreciate it
cheers
-------
i'm trying to create a mysql dump of my databases ... and i'm not quite sure how to do it. the command i'm using is this:
PHP:
mysqldump -p -u root database > database.sql;
do you know why and do you know the proper format to do a mysql dumb that will work?
thanks much in advance - i really appreciate it
cheers
-------