Category: MySQL
How to Display list of databases on a MySQL?
If you want to display the list of databases in a MySQL server, you can use the command ‘show databases’. How to Display list of databases on a MySQL?
How to Change the MySQL user password?
How do one update or change the MySQL user password? Assume that the username is AbundantCode whose password needs to be changed from test to test1. You can run the following command in the MySQL shell.