Hello,
I made a schema with 2 tables and roles which I added to 3 users.
How to transform it into a database that I can copy to server and to my project in Visual Studio or to some other programming environment.
How to connect to that database using Java or/and C#?
I tried to ForwardEngineer it to database but got an error:
ERROR: Error 1396: Operation CREATE USER failed for 'Admin'@'%'
Thank you.
I made a schema with 2 tables and roles which I added to 3 users.
How to transform it into a database that I can copy to server and to my project in Visual Studio or to some other programming environment.
How to connect to that database using Java or/and C#?
I tried to ForwardEngineer it to database but got an error:
ERROR: Error 1396: Operation CREATE USER failed for 'Admin'@'%'
Thank you.