MYSQL command line Import and Export Database details, mysql command line Import and Export
Mysql command line import database:
1. The. SQL file to be imported is moved to the binfile, which is convenient.2. Step 1 of the above-mentioned export3.
MySQL常用指令,java,php程序员,数据库工程师必备。程序员小冰常用资料整理MySQL common commands (for reference)The most common display commands are:1. Display the list of databases.show databases;2. Display the data table in the library:Use MySQL;Show tables;3, display the
MYSQL Database Import and Export command, mysql Import and Export
MySQL command line Export Database
1. Go to the bin folder under the MySQL Directory: directory from cd MySQL to the bin folder
For example, if the command line I entered is cd C: \
Mysqldump is a client program that MySQL uses to store databases. It mainly produces a series of SQL statements that can be encapsulated into a file that contains all the SQL commands needed to rebuild your database, such as CREATE database,create
MySQL itself provides command line export tool mysqldump and MySQL source Import command for SQL data import and export work, through the MySQL command line export tool mysqldump command to export MySQL data into text Format (TXT) SQL file, The
Mysql import and export Database> mysqldump-u root stg> H:/stg. SQL
> Mysqladmin-u create stg
> Mysqldump-u root stg
-------------------------------------------------------Mysql common data export commands:
1. mysql exports the entire
MySQLGUIToolsv5.0 must be installed to use a graphical auxiliary tool. It is a visual MySQL database management console and provides four very useful images.
To use a graphical auxiliary tool, you first need to install MySQL GUI Tools v5.0, which is
Shell script batch export MYSQL database logs automatically export MYSQL binary logs locally, backed up by day
Mysqlbinlog
A tool that reads statements from binary logs. Logs of executed statements contained in the binary log file can be used to
MySQL itself provides command line export tool mysqldump and MySQL source Import command for SQL data import and export work, through the MySQL command line export tool mysqldump command to export MySQL data into text Format (TXT) SQL file, The
Export:Through the command line in the directory of the bin folder in MySQLInput: D:\phpstudy\mysql\bin>mysqldump-uroot-p database name > exported file nameImport:Need to enter mysql> firstInput: Mysql>use database nameMysql>source the file name of
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.