Reorganizing database files
This commit is contained in:
parent
bb4a2ab896
commit
6a8f7bfa6d
2
db/dump.sh
Executable file
2
db/dump.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
mysqldump -u hscd hscd > hscd.sql
|
@ -101,4 +101,4 @@ UNLOCK TABLES;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2014-09-20 18:31:08
|
||||
-- Dump completed on 2014-09-20 18:34:01
|
2
db/load.sh
Executable file
2
db/load.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
mysql -u hscd hscd < hscd.sql
|
Loading…
Reference in New Issue
Block a user