Find MySQL Database Names On Linux
Find MySQL Database Names On Linux
login to your Linux Server via terminal
mysql -u mysql-user -p
issue show databases;
that will give a list of all databases on the server.
That’s it!
Find MySQL Database Names On Linux
Reviewed by Unknown
on
6:02 AM
Rating:
No comments: