MySQL Database For WAMP & XAMPP User
Simple Backup and Restore Application Using VB.Net for XAMPP or WAMP MySQL Database.
Backup Code default format:
Process.Start("[MySQL Dump File Location]", "-u [USERNAME] -p [YOUR PASSWORD] [DATABASE THAT YOU WANT TO BACKUP] -r ""[OUTPUT LOCATION INCLUDE .SQL EXTENSION]""")
Restore Code default format:
myStreamerWriter.WriteLine("mysql -u [USERNAME] -p [PASSWORD] [YOUR DATABASE NAME] < [DATABASE THAT YOU ALREADY BACKUP FILE PATH]")
Change this File Location based on what application you used, WAMP or XAMPP to find MySQLDump.exe and MySQL Bin Folder
For more info you can contact me on my social media. Visit My Website for more information about this project. Thank You!