1
0No answers
Browser other questions tagged c# mysql entity-framework
You are not signed in. Login or sign up in order to post.1
Browser other questions tagged c# mysql entity-framework
You are not signed in. Login or sign up in order to post.
Is your connectionString in the Mysql default? try:
server=localhost;database=biblioteca;uid=root;pwd=<senharoot>
;– Gabriel Coletta
see documentation https://dev.mysql.com/doc/connector-net/en/connector-netentityframework60.html
– Marco Souza