undcemcs02.und.edu
. shell> mysql -h undcemmysql.mysql.database.azure.com -u user_id -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 330
Server version: 8.0.37-azure Source distribution
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
You can change your password by using the following command:
mysql> set password = old_password("pwpwpwpw");
Query OK, 0 rows affected (0.01 sec)
where pwpwpwpw
is whatever new password you want.
mysql> use user_id;
Database changed
where the user_id
is the database name assigned by the DBA for you.
mysql> exit;
Bye
shell>
A doctor is a man who writes prescriptions, till the patient either dies or is cured by nature. — John Taylor |