Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Mysql on Android
Forum Updated to NodeBB v4.3 + New Features

Mysql on Android

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 3 Posters 343 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.
  • A Offline
    A Offline
    AxAz
    wrote on 12 Oct 2020, 15:23 last edited by
    #1

    Hey guys,
    How would I go about setting up mysql on android for an app that I'm working on?
    Thanks

    K 1 Reply Last reply 13 Oct 2020, 08:04
    0
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 12 Oct 2020, 17:08 last edited by
      #2

      This is will be hard ;-) Use SQLite, it's much simpler.

      I've found some old guide, maybe it will help you a bit https://wiki.qt.io/Build_Qt_5_MySQL_Plugin_for_Android but I don't know. I've never used MySQL on Android.

      (Z(:^

      1 Reply Last reply
      2
      • A AxAz
        12 Oct 2020, 15:23

        Hey guys,
        How would I go about setting up mysql on android for an app that I'm working on?
        Thanks

        K Offline
        K Offline
        KroMignon
        wrote on 13 Oct 2020, 08:04 last edited by
        #3

        @AxAz said in Mysql on Android:

        How would I go about setting up mysql on android for an app that I'm working on?

        Why do you want to use MySQL and not SQLite?
        I don't think you would install MySQL Server on your Android device and it is not a good practice to allow connection to MySQL-Server from outside. Most the time connection are only allowed from localhost.

        It is an old maxim of mine that when you have excluded the impossible, whatever remains, however improbable, must be the truth. (Sherlock Holmes)

        1 Reply Last reply
        2

        1/3

        12 Oct 2020, 15:23

        • Login

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