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

tar zxvf mysql-5.7.18-linux-glibc2.5-x86_64.tar.gz

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

tar zxvf mysql-5.7.18-linux-glibc2.5-x86_64.tar.gz

ls

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
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