C# App for Remote MySQL Management
C# App for Remote MySQL Management
The MySql database being installed on a RaspberryPi and the application that will be created in C# will be
Used to administer it remotely on a Windows computer, some modifications need to be made.
1 - On the Raspberry:
We are going to connect to phpMyAdmin in order to create a new user intended to manage a database.
data at a distance.
New user
Configuration
Important: the %
2-
After
to have
Click on Add
Then onReference
We select and we
car [Link]
Below is the graphical interface for managing the database:
5 1 1
7
Part of the program for connecting to the database with the management of the 'Connection' button -
Disconnection
1
7
Addition of 2 buttons to save and restore the database:
These two functions use the class MySqlBackup. It is not installed by default in Visual Studio. For
to install it, you need to add it to our project by going to the solution explorer and right-clicking on
References and choose Manage NuGet packages…. In the NuGet Package Manager, search
MySqlBackup has been installed by Yasith Jayswardana.