随笔分类 - 目录-Linux Q&A
摘要:1. 安装X Window System命令 yum groupinstall "X Window System" -y 2. 安装图形界面软件 GNOME yum groupinstall "GNOME Desktop" -y 过程报错 Transaction check error: file
阅读全文
摘要:解决MySQL修改密码:ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cann 1.找不到初始密码可以在my.ini中[mysqld] 添加: skip-grant-
阅读全文