mysql -e "grant all privileges on *.* to 'root'@'%' identified by 'letmein';"&&\ mysql -e "grant all privileges on *.* to 'root'@'localhost' identified by 'letmein';"&&\ mysql -u root -pletmein -e "show databases;"
因为刚接触不是特别明白,哪位大神帮忙解释下这个是啥子意思。
比如:grant all privileges
identified by 'letmein'
等等是什么意思。
给用户授权