1.DB,DBMS,SQL 1.DB (Database): A warehouse that stores and manages data and saves a series of organized data 2. Characteristics of the database 1. Persistent storage data 3. SQL Classification 1. 4. Two ways to start and shut down mysql 1. Start MySQL by finding it in the service interface in Computer Management 5.MySQL login method () 1.MySQL comes with a client (use exit to exit) 6. SQL Language Specification 1. Commands are not case sensitive 7. Navicat commonly used shortcut keys 1. 8. Database backup and restoreBackup statement:
Now we can look at our database and open the student table in the student database: Let's first back up the student database to the a.sql file in drive D: Note: Since mysqldump is a file in the bin directory, you need to go to your MySQL bin directory first if you want to use it. Then your D drive will have a.sql file: Then we delete and restore the student database: Note: If we want to restore after deletion, we need to create a new student database, and then import the contents of the file into the database. When we import, please note that we must first enter this database Import the file into the database: source + file location When I checked again, the file had been imported successfully. The above is the detailed content of the detailed explanation of database backup in MySQL learning. For more information about MySQL database backup, please pay attention to other related articles on 123WORDPRESS.COM! You may also be interested in:
|
<<: How to configure the Runner container in Docker
>>: Essential Handbook for Web Design 216 Web Safe Colors
Batch replace part of the data of a field in MYSQ...
Check the Python version python -V If it is below...
Open any web page: for example, http://www.baidu....
1. Download and install MySql Download MySql data...
Suppose Taobao encourages people to shop during D...
Table of contents JS reads file FileReader docume...
Preface Under Linux, compilation and linking requ...
As shown in the figure: Table Data For such a tre...
Table of contents 1. Function definition 1.1 Func...
Brief review: Browser compatibility issues are of...
Requirement: When displaying data in a list, ther...
The docker repository itself is very slow, but th...
Table of contents Prepare Five weapons for…in Obj...
1. IT Mill Toolkit IT Mill Toolkit is an open sou...
The basic structure of HTML hypertext documents is...