mirror of https://github.com/openresty/openresty
parent
abfff86dbf
commit
56e75e09f2
3 changed files with 20 additions and 6 deletions
@ -0,0 +1,12 @@ |
||||
#!/bin/bash |
||||
|
||||
mysql -h localhost -p -u monty test < misc/mysql/init-db.sql |
||||
|
||||
../../util/import-model.pl --reset --user monty \ |
||||
--password some_pass --server localhost \ |
||||
--model posts Post.json |
||||
|
||||
../../util/import-model.pl --reset --user monty \ |
||||
--password some_pass --server localhost \ |
||||
--model comments Comment.json |
||||
|
Loading…
Reference in new issue