MYSQL 5.6安裝設置圖解

MYSQL 5.6安裝設置圖解
網絡翻譯措辭可能會有不當,歡迎指出。

NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL
SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!
注意:運行這個腳本的所有部分所有MySQL的建議服務器在生產中使用!請仔細閱
讀每一步!

In order to log into MySQL to secure it, we'll need the current
password for the root user. If you've just installed MySQL, and
you haven't set the root password yet, the password will be blank,
so you should just press enter here.

以登錄到MySQL的安全,我們需要的當前根用戶密碼。如果你剛剛安裝MySQL,你

還沒有設置root密碼,密碼將是空白的,所以你應該在這裏按回車。

Enter current password for root (enter for none):
輸入當前密碼爲根(沒有輸入):

OK, successfully used password, moving on...
好,成功地使用密碼,繼續……

Setting the root password ensures that nobody can log into the MySQL
root user without the proper authorisation.

You already have a root password set, so you can safely answer 'n'.

設置root密碼可以確保沒有人能夠登錄到MySQL根用戶沒有適當的授權。你已經

有一個根密碼設置,所以你可以放心地回答“n”。

Change the root password?[Y/n] n
改變根密碼嗎?
n

... skipping.
…跳過.

By default, a MySQL installation has an anonymous user, allowing

anyone
to log into MySQL without having to have a user account created for
them. 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.

默認情況下,一個MySQL安裝有一個匿名用戶,允許任何人登錄到MySQL而無需創

建用戶帳戶他們。這個目的是隻用於測試,安裝去更平緩一些。你應該進入前刪

除它們生產環境。

Remove anonymous users? [Y/n] y
刪除匿名用戶?[Y / n]Y

... Success!
…成功!

Normally, root should only be allowed to connect from 'localhost'.

Thisensures that someone cannot guess at the root password from the

network.

正常情況下,從根只能允許連接“localhost”。這確保某人不能猜測網絡的根

密碼。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章