Giandomenico Sica wrote:

Hi,

I've a little problem with mysqldump.
I'm using wordpress in localhost.
Now I'd like to put online my wordpress website, including the related
mysql database.
In order to make this operation, I've used the command:
"mysqldump database name"
This will dump to the screen. If you want it to be dumped to a file you have to redirect output to a file.
Ex:
mysqldump database name > database.name.sql

The work seems correct, but the problem is that I'm not able to find the
exported sql file in my computer (also by using the "find file" option).
I use Linux Ubuntu.
Can you help me please?
Furthermore, how should I do in order to load online the exported
database?
Many thanks in advance for the answer.

Cheers,
nic




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to