PDA

View Full Version : Connect to the MYSQL server successful but can't see any data



stereoMatching
8th January 2014, 23:15
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 (http://postimg.org/image/a7d2jpbr7/)

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 (http://postimg.org/image/twc63m1v5/)

ChrisW67
9th January 2014, 04:06
Cross-posted at Qt Project: http://qt-project.org/forums/viewthread/36951