Where can I get some documentation on how the mysql protocol works? I'd like to write a class that can connect directly to a server and talk to it, this way I can bypass any libraries and other stuff, and just do it directly. At least, if it's not too complicated. this will save me from getting libraries to work reliably on different platforms.
For example, on one distro I can get my mysql++ app to compile, on another distro, it wont, who knows what other surprises I'll get elsewhere or if I even manage to fix it. I want something that will just work universally with zero hassle. Hopefully the tcp protocol is consistent from version to version, though.
For example, on one distro I can get my mysql++ app to compile, on another distro, it wont, who knows what other surprises I'll get elsewhere or if I even manage to fix it. I want something that will just work universally with zero hassle. Hopefully the tcp protocol is consistent from version to version, though.
