Skip to content

Commit

Permalink
execute sql source
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Nov 16, 2020
1 parent 20d01a1 commit 3b1e4fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ auto_vertical_output = True
mycli mysql://user_name:passw@mysql_host:mysql_port/schema --execute "select * from dual"
mycli mysql://user_name:passw@mysql_host:mysql_port/schema < some-sql.txt
```
```
mycli mysql://user_name:passw@mysql_host:mysql_port/schema
help;
source some-sql.txt;
```


### import db export db, archive, backup, restore
Expand Down

0 comments on commit 3b1e4fa

Please sign in to comment.