Im trying to get Entity Data Model with wizard from remote MySQL server. I'm typing proper connection string, then choose next. I see all tables, i can check them. When wizard finished im getting no entity models and this errors:
Unable to generate the model because of the following exception: 'The provider did not return a ProviderManifestToken string.
Access denied for user 'myserver'@'myIP' (using password: NO)
P.S. Server Explorer and database sets working fine, I can write/read table data.
Environment: Database: Windows 2008 Server R2 (Enterprise) MySQL Workbench 5.2 MySQL Connector Net 6.4.4 Client: Windows 7 64bit Professional Visual Studio 2010 MySQL Connector 6.4.4 .NET Framework 4
My Connection String:
metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=MySql.Data.MySqlClient;provider connection string="server=myserver;User Id=myID;database=myDatabase;password=myPassword"