Mysql必知必会

// 从控制台启动 mysql
alias mysql=/usr/local/mysql/bin/mysql
mysql -u root -p
原文地址:https://www.cnblogs.com/baokang/p/15292133.html