摘要:
mysql 修改密码后,原来没断开的连接依旧可以连接 一:登陆mysql [root@iZ2ze ~]# mysql -u root -p Enter password: 二:进入mysql库 mysql> use mysql 三: 修改密码 mysql> set global validate_p 阅读全文
摘要:
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist error: command 'gcc' failed with exit status 1 直接在终端 阅读全文