MySQL백업1 CentOS에 MySQL 설치 및 기본명령어, 백업방법 순서 1. 설치2. 기본명령어3. 백업방법 1. MySQL 설치 설치 유무확인[user@localhost ~]# rpm -qa | grep ^mysql-server만약 설치가 안되어 있는경우 아무것도 출력되지 않음 설치 [user@localhost ~]# yum install mysql-server MySQL 실행[user@localhost ~]# service mysqld start Initializing MySQL database: Installing MySQL system tables... OK Filling help tables... OK To start mysqld at boot time you have to copy support-files/mysql.server to the right pla.. 2018. 8. 18. 이전 1 다음