AVA Sharkawy
AVA Sharkawy
> > > @angelsix provide an option to make the routines public. The reason being most of the routine for diabetes patients can match up and people using the app...
I have the same exception while trying to sync MySql Db with Sqlite Db I've created MySql scheme using normal db script in Workbench, and created Sqlite db using ef...
Update: I've scaffolded the source mysql database into classes and context, then I created the clientdb using the Ef Core Migrate and changed the sync to be mysql to mysql....
I finally found the solution for my problem, the default mysql server charset was utf8mb4_0900_ai_ci, so when the sync initialized first time it was utf8mb4_0900_ai_ci when I changed the default...
I don't know if there is another solution as I'm new to mysql, I'm always using sql server but with my searches and help of chat gpt I find this...
Send this issue to google, tell them that you want to take control of mysql collation, to change it to utf8mb4_unicode_ci, I think if you do some search you will...
Where is the database creation script?