Getting a list of databases on a MySQL server
Posted: Tue 01 Jul 2008 12:46
Hello,
I am wondering how you can do this...
I need to get a list of databases after I connect to a MySQL server. To be included in this list the database needs to pass some criteria. Basically if the database has particular named tables I want to add this to the list. (My ultimate goal is to allow the user to select which database to connect to)
Thanks,
---Dave
I am wondering how you can do this...
I need to get a list of databases after I connect to a MySQL server. To be included in this list the database needs to pass some criteria. Basically if the database has particular named tables I want to add this to the list. (My ultimate goal is to allow the user to select which database to connect to)
Thanks,
---Dave