当前位置:网站首页>An attempt to use Navicat tool to copy and export MySQL database data

An attempt to use Navicat tool to copy and export MySQL database data

2022-06-24 02:02:00 Siege lion chova

Recently started using MySQL Database for project development , Although I used to use it in college MySQL Database experience , But again Navicat for MySQL when , In addition to the sense of familiarity, other basic operations seem to have forgotten , Now write down the problems in use as a blog , It's also for you to be more familiar and proficient when you use it later .

demand

Table replication in the database

  • Because the created table has many of the same standard fields , So the quickest way is to copy a table , Then make some changes and add .
  • But try to operate through the interface , It doesn't seem to work
  • adopt SQL sentence , On the command line, right SQL Statement to modify , And then execute SQL sentence , Can replicate tables in view SQL Statement export
  • In the use of PowerDesign When making a database model , Need to put MySQL Of the database tables in the database SQL Statement and view SQL Statement export
  • Of database tables SQL You can right-click the statement everywhere SQL Statement export
  • Database view SQL Statement cannot be copied to the export solution database table in this way
  • Right click the database to see the command line interface options in the drop-down menu box , Click the command line interface option to enter the command line interface
    Insert picture description here
  • How to copy a table in the command line interface SQL sentence , Yes SQL After the statement field is modified and executed, the replication view of the database table can be realized SQL Statement export
  • First, back up the view of the database
    Insert picture description here
  • Extract... From the backup database view SQL
    Insert picture description here
    Insert picture description here
原网站

版权声明
本文为[Siege lion chova]所创,转载请带上原文链接,感谢
https://yzsam.com/2021/11/20211108134934654w.html