MySqlConnection con = new MySqlConnection("Server = 'ip_adress'; Database = 'db'; Uid = 'root'; Pwd = 'test'; SslMode = none");
Hello! I am trying to connect to my mysql database using my ip instead of localhost. Using localhost everything is fine but it can't connect when i am using the ip. I followed most if not every thread on the subject but i still can not fix it. I am able to connect to phpmyadmin using the ipadress, i granted full privileges to root, set host to %, port forwarded 3306 and 80. I appreciate every bit of help. Thank you