Results 1 to 2 of 2

Thread: QMYSQL driver not loaded [SOLVED]

  1. #1
    Join Date
    Sep 2012
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default QMYSQL driver not loaded [SOLVED]

    Hi! I'm a beginner with Qt and I've run into this problem when I tried to connect to a mysql data base.
    None of the solutions found on the interned worked for me.
    Until I've found on a russian forum, somebody has uploaded the drivers (dll's) for mysql.
    So here they are, I'm re-uploading it, in hope that some newbie will find this useful.
    http://ul.to/n2mrbzc5

    Just copy-paste it to:
    C:\QtSDK\Desktop\Qt\4.7.4\mingw\bin
    and
    C:\QtSDK\Desktop\Qt\4.7.4\mingw\lib

    Somebody could correct me about the location, but for me it worked.

  2. #2
    Join Date
    Oct 2012
    Posts
    1

    Default Re: QMYSQL driver not loaded [SOLVED]

    Since I found this thread quite easily and since it's not cluttered with any "debugging" I want to add how I solved this issue. I got some grey hairs with compiling the drivers but there are enough good tutorials about that (none actually worked for me 100% but I managed to "compile" a working set from parts of each that worked ..but I digress)

    My "driver not loaded" problem was because every possible guide in the internet told me to put the drivers into "qt\4.x.x\src\plugins\sqldrivers" folder when they in the end had to go to "qt\desktop\qt\4.x.x\mingw\plugins\sqldrivers"

    Putting the compiled driver files there solved the issue for me and I was able to connect. Hope someone finds this helpful.

    edit: also apologies if this thread now bumps up inconveniently

Similar Threads

  1. QMYSQL driver not loaded
    By stef1570 in forum Qt Programming
    Replies: 1
    Last Post: 12th December 2011, 05:59
  2. QMYSQL driver not loaded
    By robotics in forum Qt Programming
    Replies: 3
    Last Post: 26th July 2011, 12:43
  3. QMYSQL driver not loaded
    By cydside in forum Qt Programming
    Replies: 4
    Last Post: 31st March 2010, 02:18
  4. QMYSQL driver not loaded
    By akhila in forum Newbie
    Replies: 1
    Last Post: 22nd February 2010, 18:24
  5. QMYSQL driver not loaded
    By sepehr in forum Qt Programming
    Replies: 12
    Last Post: 11th January 2009, 20:15

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.