mysqldump output
am 14.07.2009 12:29:17 von JingTian
--0016361647572a182d046ea7e918
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
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
--0016361647572a182d046ea7e918--
Re: mysqldump output
am 21.07.2009 06:59:38 von zhu dingze
--001636e0b1592eef6f046f301f3b
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
we need more information,
such as your client and server version, the command that exactly your input
etc.
2009/7/14 JingTian
> 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
--001636e0b1592eef6f046f301f3b--
Re: mysqldump output
am 23.07.2009 12:18:52 von pengyao
--0016361e8448865f2a046f5cd0d6
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
#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
> we need more information,
> such as your client and server version, the command that exactly your input
> etc.
>
> 2009/7/14 JingTian
>
> > 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
>
--0016361e8448865f2a046f5cd0d6--