#mysqldump -u username -p -h mysqld_host databasename > database_name.sql
username is the mysqld server login name
mysqld_host is the mysqld server address or hostname
databasename is the database which you should dump

You can use "man mysqldump" or "mysqldump --help" to get more infomation

2009/7/21 zhu dingze <mysql.li...@gmail.com>

> we need more information,
> such as your client and server version, the command that exactly your input
> etc.
>
> 2009/7/14 JingTian <jingtian.seu...@gmail.com>
>
> > hi all,
> >
> > i use mysqldump to backup my database,
> > the command line is; mysqldump -p -u -h database_name > database_name.sql
> >
> > i find in the database_name.sql, there is a line:
> > Not dumping tablespaces as no INFORMATION_SCHEMA.FILES table on this
> server
> >
> > can anyone tell me what does it mean?
> >
> > thanks very much,
> > --
> > Tianjing
> >
>
>
>
> --
> Dingze Zhu
>
> We are running the best Chinese MySQL and Solaris Community in China.
> Welcome to visit http://www.mysqlsystems.com
>

Reply via email to