I cant sync to a Mysql DB #1128
Unanswered
Epictrolloleante
asked this question in
Q&A
Replies: 1 comment
-
Update: I finally found the problem , for somehow reason NuGet installed an invalid version of the file e_sqlite3.dll , so i had to download both x86 and x64 dlls from https://www.sqlite.org/download.html and copy them manually to "bin\x86\Debug" , "bin\x86\Release" , and also "bin\x64\Debug" , "bin\x64\Release" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried everything, but i cant connect to my db, im not sure how the ConnectionString is supossed to look like for Mysql, i couldn't find info about it at the docs. Is there anything wrong with my code?
I tested that IP,User , and password in Mysql Workbench and i have no issues connecting to the DB, but i cant make this work properly.
public async Task Sync()
{
try
{
}
Beta Was this translation helpful? Give feedback.
All reactions