phpMyAdmin에서 DB 이전시 파일크기가 초과될경우 아래와 같이 메시지가 나옴 가져올 데이터가 없습니다. 파일이 지정되지 않았거나 파일 크기가 PHP 설정의 최대 파일 크기를 초과했을 수 있습니다 /etc/php.ini 파일에서 upload_max_filesizepost_max_size위 두가지 값 찾아 값을 조정해주면 된다. ( post_max_size 수정 후 service httpd restart 재시작 해도 적용 안 될 경우 systemctl restart php-fpmservice httpd restart