+ 5
(help me) How I can Run My Sql DB Without Using Xampp And any third Party Application
i made gui app using python tkinter. and now i want to share my application with friends .. and i used mysql database in my application how i can setup mysql database which i use in my app.when my friends install my app . mysql db does not run in my friends computer becaue they have not install xampp . how i can setup my friends have direct run my sql database with out xampp and any third party application installation.. please help me
4 Respuestas
+ 3
Use SQLite. It is also relational but it saves data in files you can easily transfer. It is easy to learn if you already know MySQL. I am just not sure if the driver is available in Python.
Also it is worth knowing that you can grant access to your localhost to anybody using your same network.
+ 2
use Heroku add-on for MySQL. Basically is a remote db. available online
+ 1
@Ore Thanks !
I Know Sqlite3
0
Use sqlite3