Reputation: 60711
i am using wampserver
i opened the mysql prompt
i would like to know which databases i am able to connect to/view. how do i do this?
Upvotes: 1
Views: 216
Reputation: 7569
if you opened the mysql prompt, write
show databases;
also, given the fact you have wamp, you can use phpmyadmin...
Upvotes: 4