i found the following page that should be specification of MySQL 5 protocol.
http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol And also some other links that are most refer to MySQL 4: http://search.cpan.org/~philips/DBIx-MyServer-0.41/lib/DBIx/MyServer.pm#SEE_ALSO_AND_THANKS http://www.redferni.uklinux.net/mysql/MySQL-Protocol.html - mysql4 Most PHP open source software only supports MySQL. And I have a Grails PHP plugin that could turn Grails to a standalone PHP server ( works as similar as an Apache web server). And if H2 could act as a MySQL server, people could deploy a PHP app to a Grails + PHP plugin + H2 plugin and could get the app works without a need to install and administrate a standalone MySQL server. And it could help H2 to eat the market share of MySQL! :-) could this feature be added to the roadmap? regards, mingfai On Sat, Jan 31, 2009 at 6:22 PM, Thomas Mueller < [email protected]> wrote: > > Hi, > > > does MySQL compatibility mode support using MySQL JDBC driver to connect > > remotely? I'm thinking if H2 could act as a pseudo MySQL server... :-) > > No. I'm not sure where the MySQL network protocol documentation is. > Also, I'm not sure if the MySQL license would allow that. > > But H2 can act like a PostgreSQL server. See also: > http://www.h2database.com/html/advanced.html#odbc_driver > > Regards, > Thomas > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
