按照eclipse的help中的三个步骤:
1。DB browser
2。Create a database connection profile
3。Open a database connection
在第三个步骤中又出现error
Error while trying to login to database:
Illegal connection port value '3306>]'
解决方法:
mysql时出现错误
connection url应该填写:jdbc:mysql://127.0.0.1:3306/Mysql