LoginSignup
7
7

More than 5 years have passed since last update.

CentOS7 MySQL5.6 構築メモ

Last updated at Posted at 2014-10-12

CentOS7にMySQL5.6をRPMを使ってインストールしたのでメモを残しておく

MySQL RPM Install

# rpm -ivh http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
# yum install mysql-server

MySQL Enable

# systemctl enable mysqld

MySQL Server Start

# systemctl start mysqld

MySQL Server Stop

# systemctl stop mysqld

文字コード確認

> show variables like 'char%';
7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7