MyEclipse8.5与mysql5.5需要什么配置环境
哪位大吓能说详细点
------解决方案--------------------
打开Myeclipse----window---open perspective---MyEclipse database explorer--手动创建连接和驱动,添加用户名和密码
------解决方案--------------------
你是说自己建个连接服务?
建个驱动么?
------解决方案--------------------
打开MyEclipse 点击windows->Open perspective->MyEclipse Database Explorer,在DB Browser中选择new 在driver template 中选择mysql Connector/J Driver name填写你mysql中的name,connection urL中填写jdbc:mysql://localhost:3306/name
数据库登陆名和密码 然后添加jsbc驱动就ok了