摘要:
Linux历史命令默认条数是1000,修改为10000 sed -i 's/HISTSIZE=1000/HISTSIZE=10000/g' /etc/profile source /etc/profile Linux备份并导出 cd ~ ls -a history > history.txt 把hi 阅读全文
摘要:
MySQL 开启和关闭远程访问权限 一、开启MySQL/MariaDB的远程访问权限 [root@localhost ~]# mysql -u root -p MariaDB [(none)]> use mysql; MariaDB [mysql]> GRANT ALL PRIVILEGES ON 阅读全文