mysql 접속하여 작업 시 아래와 같은 에러가 뜬다면
Column count of mysql.user is wrong.........Please use mysql_upgrade to fix this error.
mysql 접속을 빠져나와 bash 쉘에서 아래 명령어를 통해 mysql_upgrade를 진행하면 문제 해결
# mysql_upgrade -uroot -p
'Linux > DB' 카테고리의 다른 글
Galera cluster 8.0 설치 및 설정 (0) | 2023.08.18 |
---|---|
Mysql [Warning] [Server] IP address 'x.x.x.x' could not be resolved: Temporary failure in name resolution (0) | 2023.08.08 |
PostgreSQL-13 설치/설정 및 사용법 (0) | 2023.02.07 |
CentOS7 Mariadb yum 설치 (0) | 2023.01.16 |
centos7 mysql 8.0.11 컴파일 설치 (0) | 2023.01.05 |