eclipse环境下,java操作MySQL的简单演示
摘要:
首先先通过power shell 进入MySQL 查看现在数据库的状态(博主是win10系统) 右键开始,选择Windows powershell ,输入MySQL -u用户名 -p密码 选择数据库(use mytest;),查看当前存在的表(show tables;),发现有多余的表,删除多余表, 阅读全文
posted @ 2017-06-28 16:56 周广毅 阅读(279) 评论(0) 推荐(0) 编辑