Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt connecting to a remote MySQL server
Forum Updated to NodeBB v4.3 + New Features

Qt connecting to a remote MySQL server

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 2.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    ras123
    wrote on last edited by
    #1

    Hi,
    I complied my sql drivers as shown in the link
    http://ieatbinary.com/2011/07/11/how-to-enable-mysql-support-in-qt-sdk-for-windows/
    with a little changes, i.e. MySql version is 5.1

    Is it possible connect to a remote MySQL server (may be a different version) with these drivers?

    Thanking you,
    Ras

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      Purele speaking of Qt: yes, if the underlying mysql drivers support it. I'm not 100% sure, but as far as I remember, the drivers are backwards compatible, so you should be able to connect to an older server with a newer driver. But why don't you just try it in your current setup? Just fire up the mysql command line tool and try to connect...

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved