摘要:
To write the output of a command to a file, there are basically 10 commonly used ways. Overview: Please note that the n.e. in the syntax column means 阅读全文
摘要:
This is about resetting the MySQL 5.7 root password in Ubuntu 16.04 LTS You probably tried something like this: And then got something like this (stan 阅读全文
摘要:
The known_hosts file lets the client authenticate the server, to check that it isn't connecting to an impersonator. The authorized_keys file lets the 阅读全文
摘要:
mysql增删改查相关操作 以前用mysql用的少,对于数据库相关的操作不熟悉,现在开始要接触数据库了,记录一下相关的基础操作吧。 1、数据库的授权操作 # mysql -u root -p Enter password: mysql> grant all privileges on *.* to 阅读全文