摘要:
在 Mac 上配置 subl 命令,让你可以在终端中直接使用 Sublime Text 打开文件。 编辑 ~/.bash_profile,添加以下行: alias subl='/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl 阅读全文
摘要:
选择mysql数据库use mysql;重置密码:update user set authentication_string=password(''),plugin='mysql_native_password' where user='root';刷新flush privileges;搞定 阅读全文