adspace
Answer Posted / Nivedita Mishra
To log in to MySQL using the Unix shell, follow these steps:
1. Open a terminal window and type `mysql -u root -p`
2. When prompted, enter the root password.
3. If you're using a Unix-based system like Linux or macOS, you can also specify a user other than root by typing `mysql -h localhost -u username -p password`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers