Neurohazard
暮雲煙月,皓首窮經;森羅萬象,如是我聞。

Set Up Remote Access in MySQL

May 22, 2018

Set Up Remote Access in MySQL

MySQL 配置外网访问。

May 22, 2018

Filename “-h” is hard to delete.

难以删除的文件名 “-h”

May 22, 2018

screen 命令快速入门

说明 screen 命令的常见使用场景如下: 在网络不稳定的环境中,通过 ssh 操作一些耗时较长的任务,当网络中断时, ssh 生成的子进程也会被结束,因此原先执行的任务也被中断,使用 screen 命令 detach 放在后台可以避免这种问题。

May 20, 2018

MySQL 5.7 版本重置 root 密码

reset MySQL root password.