mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-28 08:14:25 +02:00
README.md edited online with Bitbucket
This commit is contained in:
parent
e905723ee4
commit
fbcf8a75df
10
README.md
10
README.md
@ -30,17 +30,13 @@ Now that `gulp dev` is running, the server is up as well and serving files from
|
|||||||
|
|
||||||
`mysql -u root -p`
|
`mysql -u root -p`
|
||||||
|
|
||||||
3. Create a new user
|
3. Create a new database
|
||||||
|
|
||||||
`CREATE USER 'os_dev'@'localhost' IDENTIFIED BY 'os_dev';`
|
|
||||||
|
|
||||||
4. Create a new database
|
|
||||||
|
|
||||||
`CREATE DATABASE os_dev;`
|
`CREATE DATABASE os_dev;`
|
||||||
|
|
||||||
5. Assign privileges to user
|
4. Assign privileges to user
|
||||||
|
|
||||||
`GRANT ALL ON os_dev.* TO 'os_dev'@'os_dev';`
|
`GRANT ALL PRIVILEGES ON os_dev.* To 'os_dev'@'localhost' IDENTIFIED BY 'os_dev';`
|
||||||
|
|
||||||
6. Run the MySQL server
|
6. Run the MySQL server
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user