Mysql Database does not connect with Entity Framework

Asked

Viewed 127 times

1

Galera to trying to connect a Mysql database with c# through the Entity Framework, but every time I click on the next button comes to nothing(with Sql Server goes the problem is with Mysql) inserir a descrição da imagem aqui

  • Is your connectionString in the Mysql default? try: server=localhost;database=biblioteca;uid=root;pwd=<senharoot>;

  • see documentation https://dev.mysql.com/doc/connector-net/en/connector-netentityframework60.html

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.