(help me) How I can Run My Sql DB Without Using Xampp And any third Party Application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

5th Aug 2020, 6:13 PM
Syed Ahmed Raza Shah
Syed Ahmed Raza Shah - avatar
4 Answers
+ 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.
5th Aug 2020, 6:51 PM
Ore
Ore - avatar
+ 2
use Heroku add-on for MySQL. Basically is a remote db. available online
6th Aug 2020, 2:26 AM
Raul Novelo
Raul Novelo - avatar
+ 1
@Ore Thanks ! I Know Sqlite3
5th Aug 2020, 8:12 PM
Syed Ahmed Raza Shah
Syed Ahmed Raza Shah - avatar
0
Use sqlite3
20th Sep 2020, 5:28 AM
Syed Ahmed Raza Shah
Syed Ahmed Raza Shah - avatar