mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
parent
6bcae280c3
commit
013b260a1b
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ There are two methods of downloading Tracks:
|
|||
|
||||
You need to create a database and database-user to use with Tracks. For this, you can use MySQL Administrator or go into a terminal and issue the following commands:
|
||||
|
||||
mysql -uroot -p
|
||||
mysql -u root -p
|
||||
mysql> CREATE DATABASE tracks;
|
||||
mysql> GRANT ALL PRIVILEGES ON tracks.* TO yourmysqluser@localhost \
|
||||
IDENTIFIED BY 'password-goes-here' WITH GRANT OPTION;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue