i am a student at computer science, i have made a project in c# that uses mysql for the database. now it's almost ready for deployment but i cant figure it out how to access the database stored on my computer from another device over the internet. i need a noob guide, what should i change?
string connection = "datasource=localhost;port=3306;username=root;password=123456";
MySqlConnection myConn = new MySqlConnection(connection);
i have used mysql workbench to manipulate the database. thank you very much. and sorry for my english.