Ok. I managed to load the MySQL backend under mono. Few notes:
- Add the section you pointed to to Web.Config
- Use version 5.1 of library. 5.2 refused to work with mono
Another issue:
In MySQL script the table names created with low letters (no CamelCased) this caused a problem
running MySQL backend under Linux. They should be renamed in consistent way: all camel cased (also few inserts should be fixed as well)
I'll send a patch later (e-mail?).
BTW, the performance is not shining about 45 pages per second at Athlon AMD 3000+ 1G RAM.