摘要:
快捷键的使用:1 执行(run) alt+r2 提示补全 (Class Name Completion) alt+/3 单行注释 ctrl + /4 多行注释 ctrl + shift + /5 向下复制一行 (Duplicate Lines) ctrl+alt+down6 删除一行或选中行 (de 阅读全文
posted @ 2019-08-15 22:45
LearningKeeper
阅读(213)
评论(0)
推荐(0)
摘要:
解决办法: 在指令后面加上: --nodeps --force rpm -ivh mysql-community-server-5.7.23-1.el7.x86_64.rpm --nodeps --force 阅读全文
posted @ 2019-08-15 16:17
LearningKeeper
阅读(2918)
评论(0)
推荐(0)
摘要:
1、停用MySQL服务:# service mysql stop 2、输入命令: # mysqld_safe --user=mysql --skip-grant-tables --skip-networking & 3、登入数据库: #mysql -u root mysql 4、mysql> use 阅读全文
posted @ 2019-08-15 16:16
LearningKeeper
阅读(3062)
评论(0)
推荐(0)