sqlserver - mysql如何将数据库文件备份出来?
阿神
阿神 2017-04-17 14:55:15
0
3
691

以前用的sqlserver是mdf、ldf,那么mysql是什么文件格式?应该如何导出或者叫备份出来?

阿神
阿神

闭关修行中......

reply all(3)
洪涛

If it is Linux, you can use mysqldump
If it is Windows, you can use various tools to export the database

Peter_Zhu

mysqldump -hx.x.x.x -uxxxx -pxxxx databasename > backdata.sql

Peter_Zhu

If you want to export the database using the web interface, you can consider using phpmyadmin. If it is a GUI, it is recommended to use mysql workbeach. If it is the command line, use the official mysqldump. If you want to export through a script, it depends on the client API of the language you use

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!