Anonymous Asked in Cars &Transportation ยท 2 weeks ago

How do I find the database in mysql terminal?

Contents
To list all databases on a MySQL server host, you use the SHOW DATABASES command as follows: SHOW DATABASES; . >mysql -u root -p Enter password: ********** mysql>


Related Questions

Relevance
Write us your question, the answer will be received in 24 hours