Skip to content

Commit

Permalink
fjix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janikvonrotz committed Jan 27, 2025
1 parent 2936898 commit febdc96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions roles/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,10 @@ The installation script requires that you have sudo access to root.
Run `curl -L https://raw.githubusercontent.com/mint-system/ansible-build/main/roles/mysql/files/install | bash` in your terminal.

### Execute sql query in contianer
### Execute sql query in container

Enter the mysql cli with `docker exec -it mysql01 sh -c 'mysql -u root -p"$MYSQL_ROOT_PASSWORD"'` and run the query:

```sql
show global variables like 'log_bin';
```


0 comments on commit febdc96

Please sign in to comment.