mysql 콘솔에서 mysql.user 테이블에 삽입할 때 "not insertable-to" 오류가 발생하는 이유는 무엇입니까? mysql 콘솔에서 다음을 실행합니다. MariaDB [steve]> insert into mysql.user -> (user,host,authentication_string,ssl_cipher,x509_issuer,x509_subject) -> values('steve','localhost', PASSWORD('steve'), '','',''); 오류 가져오기: ERROR 1471 (HY000): The target table user of the INSERT is not insertable-into root로 로그인했습니다. PS C:\Users\srich> C:\xamp..