capture-db-schema with my-sql

hello everybody ,

i create a jdbc resorce and connection pool with Server admin Console and ping everything is ok, but when i get a schema the console bring me this

capture-db-schema:

[java] using dburl:jdbc:mysql://localhost:3306/comut

[java] using username:user_comut

[java] using password:user_comut

[java] using driver:com.mysql.jdbc.Driver

[java] using schemaname:comut

[java] using output file:build/cmproster.dbschema

[java] Capturing schema:comut

[java] JDO71101: Cannot access table LEAGUE.

[java] JDO71101: Cannot access table PLAYER.

[java] JDO71101: Cannot access table TEAM.

[java] JDO71101: Cannot access table TEAM_PLAYER.

[java] JDO71102: No valid tables requested. No schema file created

someone help me

[824 byte] By [edsonbr] at [2007-11-25 18:30:40]
# 1
MySQL is not a supported database to use with CMP.But from the error message that you get, it looks like you didn'thave those tables in your database, or their names didn'tmatch exactly (case sensitive).Regards,-marina
-marina at 2007-7-3 18:39:27 > top of Java-index,Application & Integration Servers,Application Servers...