I have written a code in Python which accesses Mysql database in my computer.My question is how do I make my program run on other machines i.e how do I transfer the database ??
Thank you for reading…
I have written a code in Python which accesses Mysql database in my computer.My
Share
use the tools that come with MYSQL installation
from command line
backup
restore
Backing-up-and-restoring-your-MySQL-Database