Mysql(MariaDB) 설치후 초기 설정하기 사용자추가/DB생성/권한부여
APM을 설치 했으면 mysql(MariaDB) 초기 설정 하겠습니다. MariaDB 특징 관계형 데이터베이스 관리 시스템(RDBMS: Relational DataBase Management System) MySQL과 동일한 소스 코드 기반 데이터베이스 이름만 다르고 명령어나 사용법은 같습니다. MariaDB는 MySQL보다 성능이 70% 뛰어납니다. GPL v2 라이센스 1. 기본설정 root 관리자 계정을 접속 [root@localhost lib]# mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 Server version: 5.6.51..