Не могу подключиться к бд
Подскажите, пожалуйста, проблема подключении к бд в xamarin
у меня есть ssh
также есть ip сервера логин и пароль, что делаю не так?
string connectionString = "SERVER=ip;DATABASE=database;PASSWORD=password;UID=uid;";
connection = new MySqlConnection(connectionString);
try
{
connection.Open();
Subject
Views
Written By
Posted
Не могу подключиться к бд
1333
May 12, 2017 02:26PM
838
July 29, 2017 03:43AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.