1. 程式人生 > >吐血推薦:homebrew 安裝mysql後,如何配置mysql

吐血推薦:homebrew 安裝mysql後,如何配置mysql

set the root password yet, the password will be blank, so you should just press enter here. Enter current password for root (enter for none): //輸入現行root密碼,因為初次使用,所以直接回車 OK, successfully used password, moving on... Setting the root password ensures that nobody can log into the MySQL root user without the proper authorisation. Set
root password? [Y/n] Y //是否設定root密碼 New password: Re-enter new password: Password updated successfully! Reloading privilege tables.. ... Success! By default, a MySQL installation has an anonymous user, allowing anyone to log into MySQL without having to have a user account created for This is intended only
for testing, and to make the installation go a bit smoother. You should remove them before moving into a production environment. Remove anonymous users? [Y/n] Y //是否刪除匿名使用者 ... Success! Normally, root should only be allowed to connect from 'localhost'.This ensures that someone cannot guess at the root password from
the network. Disallow root login remotely? [Y/n] Y //是否禁止遠端登入 ... Success! By default, MySQL comes with a database named 'test' that anyone can access.This is also intended only for testing, and should be removed before moving into a production environment. Remove test database and access to it? [Y/n] Y //刪除測試資料庫,並登入 Dropping test database... ... Success! Removing privileges on test database... ... Success! Reloading the privilege tables will ensure that all changes made so far will take effect immediately. Reload privilege tables now? [Y/n] Y//重新載入許可權表 ... Success! All done! If you've completed all of the above steps, your MySQL installation should now be secure. Thanks for using MySQL! Cleaning up... sunyichaodeMacBook-Pro:~ sunyichao$