Hello everyone. I'm having an extremely hard time to get started with roo and myslq. This is the error I'm getting, I can't seem to be able to give roo the mysql driver for some reason.

Code:
Welcome to Spring Roo. For assistance press CTRL+SPACE or type "hint" then hit ENTER.
roo> database introspect --schema guestdb
addon search --requiresDescription "#jdbcdriver,driverclass:com.mysql.jdbc.Driver" found no matches
JDBC driver not available for 'com.mysql.jdbc.Driver'
roo> addon install bundle --bundleSymbolicName org.springframework.roo.wrapping.mysql-connector-java
roo> Target resource(s):
-------------------
   Spring Roo - Wrapping - mysql-connector-java (5.1.18.0001)

Required resource(s):
---------------------
   slf4j-api (1.6.1)
   slf4j-nop (1.6.1)

Deploying...done.

roo> 
roo> database introspect --schema nuxial
addon search --requiresDescription "#jdbcdriver,driverclass:com.mysql.jdbc.Driver" found no matches
JDBC driver not available for 'com.mysql.jdbc.Driver'
roo> osgi start --url file:///C:/Users/Roberto/Documents/mysql-connector-java-5.1.23-bin.jar
roo> database introspect --schema no-schema-required
addon search --requiresDescription "#jdbcdriver,driverclass:com.mysql.jdbc.Driver" found no matches
JDBC driver not available for 'com.mysql.jdbc.Driver'
What am I doing wrong?
Thanks all,
TD