schemacrawler / SchemaCrawler

Free database schema discovery and comprehension tool
http://www.schemacrawler.com/
Other
1.62k stars 200 forks source link

what is 'properties {}' error? #95

Closed gnh1201 closed 8 years ago

gnh1201 commented 8 years ago

I try schemacrawler in command line. but occurred this error.

what is 'properties {}' error?

visma@visma-VirtualBox:~/schemacrawler/_schemacrawler$ ./schemacrawler.sh -url=jdbc:mysql://192.168.0.19 -database=demo -user=root -password=1234 -infolevel=minimum -command=list -port:3306
SchemaCrawler 14.10.06

Error: Could not connect to jdbc:mysql://192.168.0.19, for user 'root', with properties {}

Re-run SchemaCrawler with just the
-?
option for help

Or, re-run SchemaCrawler with an additional
-loglevel=CONFIG
option for details on the error
schemacrawler commented 8 years ago

Please try something like:

./schemacrawler.sh -url=jdbc:mysql://192.168.0.19/demo -user=root -password=1234 -infolevel=minimum -command=list

Please review Driver/Datasource Class Names, URL Syntax and Configuration Properties for Connector/J for more information.