Hi,
I need to establish connection with MySQL server (localhost) and get list of ALL databases on this server. Is there any Qt's class or function to do that? I found QSqlDatabase class, but in this class I have to set name of exactly ONE database.
Thanks.
Bookmarks