A MySQLAPI
Methods:
Create a connection to MySQL with:
Disconnect from MySQL with:Code (Text):MySQLAPI.MySQLConnect(host, port, database, username, password);
Running a MySQL command with:Code (Text):MySQLAPI.MySQLDisconnect();
Get a ResultSet from MySQL:Code (Text):MySQLAPI.executeCommand(command);
You can check if MySQL is connected:Code (Text):MySQLAPI.getResult(qry);
You get a boolean.
Have fun with my API.Code (Text):MySQLAPI.MySQLIsConnected();

MySQLAPI 1.1
MySQL for everyone!