Command line instructions1.Git global setupgit config --global user.name "99176942"git config --global user.email "991769422@qq.com"Create a new repository2.git clone git@code.aliyun.com:joshua317/new...
初始化密码mysql>set password = password('你的密码'); mysql>flush privileges; 开启外网访问mysql>use mysql; mysql>update user set host = '%' where user = 'root'; mysql>select host, user f...