开发者

How can I dump a MySQL database from mysql c library

开发者 https://www.devze.com 2022-12-19 09:39 出处:网络
I want to archive my database of mysql. Kindly give me some gui开发者_开发百科de lines how I can make it possible, I am using mysql c library for insertion and selection etc. I dont know how to use du

I want to archive my database of mysql. Kindly give me some gui开发者_开发百科de lines how I can make it possible, I am using mysql c library for insertion and selection etc. I dont know how to use dump command.


Use SHOW TABLES and DESCRIBE tbl_name queries to obtain structure of database and tables. Then, use SELECT to fetch data and proceed it to your output according to the structure.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号