mirror of
https://github.com/taroved/pol
synced 2025-05-28 03:50:08 -07:00
Update readme.md
This commit is contained in:
parent
9bd6662c5b
commit
e833af16a8
@ -49,7 +49,7 @@ sudo service nginx reload
|
||||
Install and setup mysql. **Use password 'toor' for root user**
|
||||
```
|
||||
sudo apt-get install mysql-server
|
||||
mysql -uroot -ptoor -e 'CREATE DATABASE pol DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'
|
||||
mysql -uroot -ptoor -e 'CREATE DATABASE pol DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_unicode_ci;'
|
||||
```
|
||||
|
||||
Create django config
|
||||
|
Loading…
x
Reference in New Issue
Block a user