MySQL Forums
Forum List  »  Russian

Не могу подключиться к бд
Posted by: Карина карина
Date: May 12, 2017 02:26PM

Подскажите, пожалуйста, проблема подключении к бд в xamarin

у меня есть ssh

также есть ip сервера логин и пароль, что делаю не так?

string connectionString = "SERVER=ip;DATABASE=database;PASSWORD=password;UID=uid;";
connection = new MySqlConnection(connectionString);
try
{
connection.Open();

Options: ReplyQuote


Subject
Views
Written By
Posted
Не могу подключиться к бд
1558
May 12, 2017 02:26PM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

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.