Playlist: http://www.youtube.com/playlist?list=...
Here I show you how to configure SmartFox's Database Manager to connect to a MySQL database. You will need to get the jdbc driver from the link below, and watch the previous episode on how to install it.
Download Links:
MySQL JDBC Driver: http://dev.mysql.com/downloads/connec...
USB Webserver: http://www.usbwebserver.net/en/downlo...
Database Manager Settings:
Database driver class - com.mysql.jdbc.Driver
Connection string - jdbc:mysql://localhost:3306/test
Test SQL - SELECT COUNT(*) FROM information_schema.tables