Creating MySQL functions in VB.NET, Core 6 framework
Budget: $10 – $30 USD
Implement the following functions in VB.NET, Core 6 framework, for MySQL 8:
1. Without logging into MySQL, reset the root password to abc123. Then, login using root and "abc123", create a new user with all permissions similar to Root
2. Without logging into MySQL, return the MySQL Port as an integer
3. Find the full path of the running MySQL service
4. Implement an “UPDATE” MySQL command with “MySqlCommand .Parameters.AddWithValue”, with an example showing it working for a specific row in a specific table
1. Without logging into MySQL, reset the root password to abc123. Then, login using root and "abc123", create a new user with all permissions similar to Root
2. Without logging into MySQL, return the MySQL Port as an integer
3. Find the full path of the running MySQL service
4. Implement an “UPDATE” MySQL command with “MySqlCommand .Parameters.AddWithValue”, with an example showing it working for a specific row in a specific table