03 2019 档案
摘要:创建数据库和授权 mysql -e "create database DATABASE DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;grant all privileges on DATABASE.* to 'USERNAME'@'%' identified by 'PASSWORD' with grant option"...
阅读全文
摘要:bug: Add correct host key in /root/.ssh/known_hosts to get rid of this message 解决办法: rm ~/.ssh/known_hosts 或 vim /etc/ssh/ssh_config:
阅读全文