mysql 한글 깨짐 현상
by 2hansoul 2021. 6. 15. 09:04
ALTER DATABASE 데이터베이스명 CHARACTER SET utf8 COLLATE utf8_general_ci;
한글이 깨지면 집어넣어준다 데이터베이스 그자체에다 한글 나오게
alter table 테이블명 convert to character set UTF8;
데이터베이스 가 아닌 테이블 자체에 한글깨짐 현상 바꾸기 위한
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
2021.06.16
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
2021.06.15
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
[mysql] ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES) 에러
2021.06.14
댓글 영역