Skip to content

Commit

Permalink
uninstall instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
janickr committed Aug 25, 2024
1 parent 24b5265 commit 00b9b0b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,19 @@ If you need proper decoding, then read on and learn how to use information in yo
### Protobuf extensions
Not implemented yet
## Uninstalling
- Generate the uninstall script
```bash
myprotosql-uninstall-script > uninstall_myprotosql.sql
```
- Run the generated `uninstall_myprotosql.sql` script in MySQL
#### Alternative
Download the `uninstall_myprotosql.sql` from the github repository and run that in MySQL.
## Todo
- todos in code
- Extensions

0 comments on commit 00b9b0b

Please sign in to comment.