摘要:
1.查询所有用户 SELECT DISTINCT CONCAT('User: ''',user,'''@''',host,''';') AS query FROM mysql.user; 2.新建用户并设置密码 CREATE USER 'username' IDENTIFIED BY 'passwo 阅读全文
摘要:
使用git pull命令出现以下的警告: warning: Pulling without specifying how to reconcile divergent branches is discouraged. You can squelch this message by running o 阅读全文