Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. cd "C:\Program Files\MySQL\MySQL Server 8.0\bin"\ # navigating to the MySQL server directory
  2. mysql -u root -p # launching MySQL server
  3.  
  4. #provided the password to connect to localhost
  5.  
  6. # to check a successful connection
  7. show databases;
  8. use employees;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement