I am switching my main platform from Windows to Mac and the first thing I want to do is build a Project Management System using Objective-C/Cocoa. I also want the backend of the system to be in MySQL so that if I want to or there is a demand for it, I want to be able to build web interface to the Project Management System (and MySQL is my database or choice for web development). The only thing I can find is mysql-cocoa and that have 2 problems. First is that is has not been updated since 2006 and the second is that it is GPL (I need to license that allows me to use it in a commercial application). Is there currently any way to connect to a remote MySQL database with Objective-C/Cocoa?