Skip to content

Commit

Permalink
Updating readme regarding --initial
Browse files Browse the repository at this point in the history
  • Loading branch information
pondix committed Apr 30, 2020
1 parent 0a3f97a commit 504da77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,15 @@ Admin> proxysql restart

#### Reinitializing ProxySQL from the config file (after first startup the DB file is used instead of the config file):
```bash
# If you are using the init script run:
/etc/init.d/proxysql initial
# or
service proxysql initial

# If you are using the systemd unit file run:
systemctl start proxysql-initial
# or
service proxysql-initial start
```

### Upgrades
Expand Down

0 comments on commit 504da77

Please sign in to comment.