Hi
Yes you should put the JDBC driver in /lib/jdbc, I use mysql-connector-java-5.0.6-bin.jar.
Then start (or restart) RoboSuite Settings and go to the
Database Connection tab, hit the + icon, and configure your connection.
You must provide a symbolic name for the connection to the database,
which is how you refer to it from robots. Also provide database type,
connection settings, and Credentials. The setting called Host Database
Name is what is also know as the schema.
If you are not running MySql on the default port and/or do not use
latin-1 encoding go to the advanced tab and correct the defaults.
The
configuration will be save in the db.properties file, but you normally
don't modify them directly, as certain chars must be escaped. It is
however common to copy the files when you upgrade you installation.