본문 바로가기
728x90

Development/Database7

mysql 데몬 실행에러 - Table 'mysql.host' doesn't exist mysql 데몬 실행에러 - Table 'mysql.host' doesn't exist - 작업환경 - Database Version : MySQL 5.0.19 OS : Solaris 8. 2/02 (mysql 설치 디렉토리가 /usr/local/mysql 이라고 가정) - 사례 ⓐ MySQL을 정상적으로 설치후 데몬을 실행하려했으나 아래와 같은 에러를 발생시키며 데몬이 실행이 안될때. ⓑ MySQL을 정상적으로 사용하던중 비정상적으로 서버가 죽은 뒤에 재부팅한 후 데몬을 실행하려 했으나 아래와 같은 에러를 발생시키며 데몬이 실행이 안될때. - 현상 (앞으로 더 추가 예정) ⓐ 데몬을 실행시키려 했으나 아래와 같은 에러를 발생시키며 데몬이 실행이 안될때. shell> bin/mysqld_safe --us.. 2020. 2. 18.
org.postgresql.util.PSQLException: ERROR: operator does not exist: integer = character varying org.postgresql.util.PSQLException: ERROR: operator does not exist: integer = character varying 개발 환경 Spring Framework 3.2 MyBatis 3.2.7 MyBatis Spring 1.2.2 PostgreSQL 9.3-1101-jdbc41 JDK 1.6 Tomcat 7.0 Eclipse Kepler 다음과 같은 에러가 발생한다면? org.postgresql.util.PSQLException: ERROR: operator does not exist: integer = character varying 에러내용만을 잠깐 살펴보면. integer 타입의 데이터에 character varying 하는 operator가 존재하.. 2019. 6. 16.
[MySQL] ERROR 1366 (HY000) at line 1: Incorrect string value: [MySQL] ERROR 1366 (HY000) at line 1: Incorrect string value: MySQL workbench의 "Data Import"를 수행하면서 위와 같은 오류가 발생할 경우.... 21:00:53 Restoring D:\MyWork\OpenAPI_공공API\국립중앙의료원\응급의료기관_정보_20180719.sql Running: mysql.exe --defaults-extra-file="c:\users\invuso~1\appdata\local\temp\tmpyedu2i.cnf" --host=127.0.0.1 --user=root --port=3306 --default-character-set=utf8 --comments --database=safeme < "D:\\MyW.. 2018. 7. 24.
728x90