adspace


What are the steps required to view your mysql database?

Answer Posted / Prabhakar Awasthi

To view your MySQL database, you need to use a client such as the command-line interface (CLI) or tools like phpMyAdmin. Here's an example for using the CLI:
1. Open a terminal and type `mysql -u [username] -p`.
2. Enter your password when prompted.
3. To select a database, type `use [database_name]`.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current mysql version?

1103


What is current version of mysql?

1081


Which statement is used in a select query for partial matching?

1247


How to Change a users password from unix shell.

1221