java连接mysql的配置文件

url=jdbc:mysql://localhost:3306/mysql1;
user=root;
password=root;
driver=com.mysql.jdbc.Driver;
为什么会报错:he word 'localhost' is not correctly spelled

driver=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf8
user=xxx
password=xxx

选中Window选项中Preference,在弹出的菜单中输入spell,把第一个复选框“Enable spell checking“给去掉

温馨提示:内容为网友见解,仅供参考
第1个回答  2012-10-20
在eclipse下的Window--Preference输入spell,然后把第一个复选框“Enable spell checking“给去掉就可以了。仅供参考。本回答被提问者采纳
相似回答