随笔分类 - Mysql
摘要:1.从官网下载最新版的mysql-5.7.22-winx64便携版,解压到需要安装的目录下(我的是解压在:C:\SoftwareInstall\mysql-5.7.22-winx64),目录结构如下: 附:mysql-5.7.22-winx64下载地址(链接:https://pan.baidu.co
阅读全文
摘要:select * from ss_test_result as b where not exists(select 1 from ss_test_result where service_id= b.service_id and b.create_date<create_date )
阅读全文
摘要:select * from emp; #注释 # # 命令行连接MySql #启动mysql服务器net start mysql #关闭 net stop mysql #进入mysql -h 主机地址 -u 用户名 -p 用户密码 #退出exit # # MySql用户管理 #修改密码:首先在DOS
阅读全文