hi
I am trying to establish mysql connection to my databse located in myserver with the following string :
- MySqlConnection connection = new MySqlConnection("SERVER=my_server's_public_ip ;PORT=3306;DATABASE=name ;UID=user;PASSWORD=password");
I didn't change anything
I can access phpmyadmin from my cpanel
I can ping my cpanel
please help
Inaam HammoudaPosted Sep 25, 2017, 4:01 AM
Mukil VendhanPosted Sep 24, 2017, 12:17 PM