-
#암호 설정되어 있찌 않다. mysql -uroot > root.sql #root.sql use mysql; update user set password=password('dhormfo') where user='root'; grant all privileges on *.* to root@'%' identified by 'dhormfo'; flush privileges;