bach 3 年之前
父节点
当前提交
f33e03a4be
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -188,7 +188,7 @@ make d9_maj_config
 ## Updating manualy the mysql db
 ## Updating manualy the mysql db
 copy your db backup into the mysql container
 copy your db backup into the mysql container
 ```sh
 ```sh
-docker cp your-db-file.sql eql-mysql-1:/root/
+docker cp path/to/your-db-file.sql eql-mysql-1:/root/
 ```
 ```
 log into mysql container
 log into mysql container
 ```sh
 ```sh
@@ -196,6 +196,7 @@ make exec_mysql
 ```
 ```
 once inside the mysql container you can use mysql command to drop then create and load the db with your file
 once inside the mysql container you can use mysql command to drop then create and load the db with your file
 ```
 ```
+cd /root/
 mysql -uroot -peql
 mysql -uroot -peql
 > drop database eql;
 > drop database eql;
 > create database eql;
 > create database eql;