インストール/FreeBSDの変更点


OldNew差分
2525MySQL初期化
2626 # /usr/local/bin/mysql_secure_installation
2727 Enter current password for root (enter for none):(何も入ってないのでそのままエンター)
28- Set root password? [Y/n] Yでエンタ
28+ Set root password? [Y/n] Y(rootパスワドを設定するかどうか)
2929 New password:(rootパスワード入力、表示されないので注意)
3030 Re-enter new password:(rootパスワード確認入力、表示されないので注意)
3131 Remove anonymous users? [Y/n] Y(匿名ユーザ削除)
6464※32Bit FreeBSDの場合は./configureの部分を./configure --disable-64bitオプションをつける必要がある
6565 $ ./configure --disable-64bit
6666特にエラーもなくchar-server、map-server、login-serverの実行ファイルが作成されていれば成功
67+サーバー起動テスト(MySQLユーザの設定をしていないため、[SQL]: Access denied for user 'ragnarok'@'localhost' (using password: YES)というエラーでストップするはず)
68+ $ ./athena-start start
スポンサー