Skip to content

Commit e1f88ad

Browse files
committed
Relocated some of the MySQL hints to FAQ
1 parent 03eb7d8 commit e1f88ad

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,7 @@ __For Mac users__: Follow the step-by-step instruction below (we are working on
6868
You need to have MySQL installed before hand.
6969

7070

71-
6. Configure your database next. You need to fill the `username` and `password` fields on `config/database.yml.template` and rename it to `config/database.yml`.
72-
73-
-The default username is "root"
74-
75-
-If this is your first time installing MySQL, you may need to set the root password.
76-
77-
Start the server:
78-
```sudo /usr/local/mysql/support-files/mysql.server start```
79-
Set the password:
80-
```mysqladmin -u root password "[New_Password]"```
81-
82-
Depending on how you installed MySQL and which platform you're running on, you might have to change the database socket setting in this file. The default socket location is `/tmp/mysql.sock`.
71+
6. Configure your database next. You need to fill the `username` and `password` fields on `config/database.yml.template` and rename it to `config/database.yml`. Depending on how you installed MySQL and which platform you're running on, you might have to change the database socket setting in this file. The default socket location is `/tmp/mysql.sock`. If you're having trouble, look at the [FAQ] (https://github.com/autolab/Autolab/wiki/FAQ)
8372

8473
7. Set up initializer for Devise Auth systems with a unique key.
8574

0 commit comments

Comments
 (0)