创建用户:
create user testlocalhost identified by 123456;
create user 创建用户的固定开头
testlocalhost test为用户名,
localhost:新建用户可以在哪些主机上登录,即使可以使用IP地址,网段主机名都可以
identified by 1…
前言(无重点,安装往后看) 由于在很多人的安利下,说很好用,作者今天花费了4个小时用血的教训总结出来的安装教程,我在安装过程中遇到的最大的问题就是 1. curl: (7) Failed to connect to raw.githubusercon…