摘要:
1、MySql服务器共享问题 对于在车间工作者,如果远程Mysql,我们这里假定网线连接 GRANT ALL PRIVILEGES ON *.* TO 'root'@'192.168.1.3' IDENTIFIED BY 'mypassword' WITH GRANT OPTION; 允许对应的主机 阅读全文
摘要:
一、推送项目到远程 1、先初始化 git init 2、查看关联的仓库 git remote -v 3、关联远程仓库 git remote add origin https://github.com/guchen66/xxx.git 4、查看关联仓库 git remote -v 5、error:re 阅读全文