问题:在myeclipse中配置mysql出现Illegal connection port value "3306>]"是为什么?

A:  jdbc:mysql://<localhost>[<:3306>]/test    改为    jdbc:mysql://localhost:3306/test