Using Qt5.2 to connect to the mysql(localhost) with the example(sqlbrowser) come with Qt5.2.I can connect to the db(db.open() == true) but can't see any table of that db.

If every thing work fine, it should show the name of the tables as the image show(sqlbrowser00), but the db I connected to never show any existence of the table(empty result).

sqlbrowser00

My OS : win7

connect to : Fedora core release 5, kernel 2.6.15-1.2054_FC5 smp on an i686

I am a newbie of mysql, if the data I provided are not enough, please give me some suggestions(what data should I provide?)

sqlbrowser01