摘要: http://www.cnblogs.com/java-pan/archive/2012/04/07/2436507.html 阅读全文
posted @ 2016-08-14 18:41 dieyaxianju 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 安装版: mysql官网:https://dev.mysql.com/downloads/ Note: MySQL Installer is 32 bit, but will install both 32 bit and 64 bit binaries.可以装在64位上 5.7 安装参考:http 阅读全文
posted @ 2016-08-14 18:05 dieyaxianju 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 默认密码:root mysql 显示所有的数据库,代码如下: mysql> show databases; mysql> show tables; MySQL显示命令二、显示命令 1、显示数据库列表。 show databases; 2、显示库中的数据表: use mysql;show tables 阅读全文
posted @ 2016-08-14 17:11 dieyaxianju 阅读(1797) 评论(0) 推荐(0) 编辑
摘要: 安装下载方法:http://www.jb51.net/softjc/266834.html 下载地址:http://jmeter.apache.org/download_jmeter.cgi Windows的zip包 阅读全文
posted @ 2016-08-14 16:52 dieyaxianju 阅读(102) 评论(0) 推荐(0) 编辑