Skip to content

Commit

Permalink
mycli connect
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Oct 18, 2020
1 parent bfe215c commit 5b37c2f
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 @@ -23,6 +23,11 @@ mysql --user=root --password=root
docker exec -it mysql-container /usr/bin/mysql --user=root --password=root
```

#### mycli connect
```
mycli mysql://user_name:passw@mysql_host:mysql_port/schema
```

### import db export db, archive, backup, restore
```sh
# prerequisites
Expand Down

0 comments on commit 5b37c2f

Please sign in to comment.