Fluent Nhibernate: Can't create database connection to MySQL?

Because your using . ExposeConfiguration(BuildSchema) to "build" it?

Yes, it does exist (I had missed that line). Without it, I get the same error. I tried making it simpler, with a single table/object mapping without foreign keys, but I still get the same error.

– user159067 Aug 19 '09 at 19:07.

Unfortunatly I can´t tell you why but it seems to be an issue with the MySql connector. Add this: . ExposeConfiguration(c => c.Properties.

Add("hbm2ddl. Keywords", "none")); to your configuration and see if it helps. I found the solution at the hibernate forums.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions