How to give permission to other PC to add data to my database in MySQL.in my computer
问题 I made a python program here and i wanted to send the code to my friend and he was unable to add values through the program to my database, is there a way i can allow his access. Code: from tkinter import * import mysql.connector as mysql root = Tk() def flush(*args): name = nme.get() phone = ph.get() emirate = e_id.get() con = mysql.connect(host='127.0.0.1', user='root', password='monkey123', database='NZ') c = con.cursor() c.execute("Insert into gliy VALUES ('"+name+"','"+str(phone)+"','"