2017年06月27日

MySQL運用管理入門 CentOS6

42Page

1.4.3 Linux 上で tar ファイルのインストールをCentsOS6(64bit)で実行してみた


cd /home
wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.18-linux-glibc2.5-x86_64.tar.gz

01_wget.png
tar zxvf mysql-5.7.18-linux-glibc2.5-x86_64.tar.gz
02_tar_zxvf.png

ls
03_ls.png
mysql-5.7.18-linux-glibc2.5-x86_64
フォルダを確認

cd /home/mysql-5.7.18-linux-glibc2.5-x86_64/bin

./mysqld --basedir=/home/mysql-5.7.18-linux-glibc2.5-x86_64 --initialize-insecure
04_
2017-06-27T09:48:03.509738Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-06-27T09:48:03.570826Z 0 [ERROR] Fatal error: Can't change to run as user 'mysql' ;  Please check that the user exists!

2017-06-27T09:48:03.570926Z 0 [ERROR] Aborting
posted by a23 at 18:52| Comment(0) | MySQL
この記事へのコメント
コメントを書く
お名前: [必須入力]

メールアドレス: [必須入力]

ホームページアドレス: [必須入力]

コメント: [必須入力]

認証コード: [必須入力]


※画像の中の文字を半角で入力してください。