mysql list all db name

A

Alexandre Jaquet

Hi could anyone let me know how to list all database name of a mysql server

thx in advance
 
A

Alexandre Jaquet

Michael Korte a écrit :
#connect your dbh, then :
$dbh->prepare("show databases");
$dbh->execute();
# then you can fetch your result.

HTH
Michael
thx =)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top