摘要:
Centos7 操作系统: mysql5.7 配置远程登陆操作: 首先登陆服务器,进入数据库: mysql -u root -p show databases; use mysql; show tables; #Field 'ssl_cipher' doesn't have a default va 阅读全文
摘要:
Unable to docker login through CLI - unauthorized: incorrect username or password To solve it properly.. you need to logout first. docker logoutdocker 阅读全文
摘要:
SELECT count(*) FROM wish_sellers_in;UPDATE wish_sellers_in SET act_status =0 WHERE id >=1 AND id <=70;-- 查看事件 SHOW EVENTS;-- 查看定时器状态SHOW VARIABLES LI 阅读全文