-
Notifications
You must be signed in to change notification settings - Fork 1
Environment Setup
ctkou edited this page Nov 8, 2015
·
2 revisions
- Install mysql
- Create mysql account, grant this account all privileges
- Go and click 'View' at the top, make sure 'Tool Buttons' is checked
- Click 'Database' at the right-most tool bar
- Download the required drivers for mysql
- Click the '+' button to create new 'Data Source' -> 'MySQL'
- At the Database tab, input the user name and password. Click 'Test Connection' to make sure successful connection.
- Click 'Apply' and 'OK'
Finally, right click the 'reset.sql' script in src/database_scripts/, from the pop-up set the data source dialog to be 'mysql' and click run.