This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
2018-03-17 [2019/03/19 09:50] nmckillop tweak coding lines layout |
2018-03-17 [2019/03/24 14:17] (current) nmckillop |
||
---|---|---|---|
Line 18: | Line 18: | ||
* Connect to the database as the root (admin) user: | * Connect to the database as the root (admin) user: | ||
- | mysql -u root | + | sudo mysql -u root |
* Then, inside the mysql client, we created the database and created a user called ‘coding_username’, with the password ‘cheese’ and gave it access to the newly created ‘coding’ database: | * Then, inside the mysql client, we created the database and created a user called ‘coding_username’, with the password ‘cheese’ and gave it access to the newly created ‘coding’ database: |