Using MySQL Workbench
- Check the MySQL Workbench Help Pages.
- Download and install the MySQL Workbench.
- Use VPN (Virtual Private Network) to connect to the UND networks.
- Activate the MySQL Workbench such as
Windows Start button ⇒ All Programs ⇒ MySQL ⇒ MySQL Workbench
- For the first-time use, create a new connection such as “
457” by clicking the “New Connection” in the left pane.
- Enter the following connection parameters:
- Connection Method:
Standard (TCP/IP),
- Hostname:
undcemmysql.mysql.database.azure.com,
- Port:
3306, and
- Username: your MySQL account ID.
Click a DB connection to open the SQL Editor.
The following image shows some Workbench sections.
For the first-time use, change the password by using the following command:
mysql> set password = old_password("pwpwpwpw");
where pwpwpwpw is whatever new password you want.
Select your database (schema), and then start entering SQL commands and execute them.
Commit the database if it is updated.
I don’t want to brag, I finished the puzzle in under a week
and it said 2-4 years on the box.
|