[Linux] CPU 수, RAM 확인, 용량 확인, OS버전확인 물리 CPU 수 grep ^processor /proc/cpuinfo | wc -l CPU당 물리 코어수 grep 'cpu cores' /proc/cpuinfo | tail -1 Ram cat /proc/meminfo | grep MemTotal Disk용량확인 df -h OS 버전확인 Centos grep . /etc/*-release Fedora cat /etc/*-release | uniq 더보기 [Mysql] Table 'mysql.plugin' doesn't exist 흐미 .. 기존에 설치하던 방법대로 설치했는데 왜 이런 문제가 생겼는지는 찾아봐도 모르겟다 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it. InnoDB: Initializing buffer pool, size = 8.0M InnoDB: Completed initialization of buffer pool InnoDB: Started; log sequence number 0 430703763 [ERROR] /usr/sbin/mysqld: unknown option '--skip-bdb' [ERROR] Aborting InnoDB: Starting shutdown... InnoDB: Shutdown compl.. 더보기 [CentOS] 하드가 SAS인지 SATA인지 확인 lspci | grep -i sas 더보기 이전 1 2 3 4 5 6 ··· 21 다음