DEV WIKI
백엔드 · 기술

데이터베이스 오류 코드

데이터베이스 서버 또는 클라이언트가 연결·질의·트랜잭션·무결성 처리 결과를 구분해 반환하는 코드와 메시지입니다.

적용 범위
데이터베이스 오류 코드의 개념·동작을 확인해야 하는 공개 웹 환경
출처 확인일
2026-07-24
최종 검토
2026-07-24
오류·수정 제보 (새 창에서 열림)

정상 동작 조건

요약

데이터베이스 오류 코드는 연결, 권한, 질의, 트랜잭션, 무결성 검증에서 발생한 실패 상태를 구분하는 식별자입니다. 코드가 식별하는 조건과 실제 해결 절차는 데이터베이스 제품과 실행 환경에 따라 따로 확인해야 합니다.

확인 절차

데이터베이스 오류 코드는 서버나 클라이언트가 연결, 권한, 질의, 트랜잭션, 무결성 검증 결과를 구분해 반환하는 식별자입니다.

같은 SQLSTATE나 숫자 코드가 있어도 제품별 메시지와 조치 범위는 다를 수 있습니다. 현재 화면 또는 로그의 코드·메시지를 제품 공식 문서와 비교한 뒤, 해당 제품의 연결 정보와 실행 환경을 추가로 확인해야 합니다.

MySQL은 이 구성요소가 적용되는 데이터베이스 제품 중 하나입니다.

관련 플랫폼

관련 오류·증상

Access denied for user '%s'@'%s'

MariaDB 공식 원문에 표시된 Access denied for user '%s'@'%s' 항목의 문구를 확인하는 문서입니다.

Access denied, this account is locked

MariaDB 공식 원문에 표시된 Access denied, this account is locked 항목의 문구를 확인하는 문서입니다.

AGGREGATE is not supported for stored functions

MariaDB 공식 원문에 표시된 AGGREGATE is not supported for stored functions 항목의 문구를 확인하는 문서입니다.

ALTER TABLE '%s' IMPORT TABLESPACE failed with error %lu : '%s'

MariaDB 공식 원문에 표시된 ALTER TABLE '%s' IMPORT TABLESPACE failed with error %lu : '%s' 항목의 문구를 확인하는 문서입니다.

Application-time period table cannot be temporary

MariaDB 공식 원문에 표시된 Application-time period table cannot be temporary 항목의 문구를 확인하는 문서입니다.

"Argument {} is missing."

Prisma 공식 원문에 표시된 "Argument {} is missing." 항목의 문구를 확인하는 문서입니다.

"Argument {} is missing in attribute @{}."

Prisma 공식 원문에 표시된 "Argument {} is missing in attribute @{}." 항목의 문구를 확인하는 문서입니다.

"Argument {} is missing in data source block {}."

Prisma 공식 원문에 표시된 "Argument {} is missing in data source block {}." 항목의 문구를 확인하는 문서입니다.

"Argument {} is missing in generator block {}."

Prisma 공식 원문에 표시된 "Argument {} is missing in generator block {}." 항목의 문구를 확인하는 문서입니다.

Backup stage '%s' failed

MariaDB 공식 원문에 표시된 Backup stage '%s' failed 항목의 문구를 확인하는 문서입니다.

Being purged log %s was not found

MariaDB 공식 원문에 표시된 Being purged log %s was not found 항목의 문구를 확인하는 문서입니다.

Binlog closed, cannot RESET MASTER

MariaDB 공식 원문에 표시된 Binlog closed, cannot RESET MASTER 항목의 문구를 확인하는 문서입니다.

Built-in plugins cannot be deleted

MariaDB 공식 원문에 표시된 Built-in plugins cannot be deleted 항목의 문구를 확인하는 문서입니다.

Cannot activate '%s' log

MariaDB 공식 원문에 표시된 Cannot activate '%s' log 항목의 문구를 확인하는 문서입니다.

Cannot change column type INPLACE

MariaDB 공식 원문에 표시된 Cannot change column type INPLACE 항목의 문구를 확인하는 문서입니다.

Cannot change the binary logging format inside a stored function or trigger

MariaDB 공식 원문에 표시된 Cannot change the binary logging format inside a stored function or trigger 항목의 문구를 확인하는 문서입니다.

Cannot change the binlog direct flag inside a stored function or trigger

MariaDB 공식 원문에 표시된 Cannot change the binlog direct flag inside a stored function or trigger 항목의 문구를 확인하는 문서입니다.

Cannot change the sql_log_bin inside a stored function or trigger

MariaDB 공식 원문에 표시된 Cannot change the sql_log_bin inside a stored function or trigger 항목의 문구를 확인하는 문서입니다.

Cannot convert '%s' character 0x%-.64s to '%s'

MariaDB 공식 원문에 표시된 Cannot convert '%s' character 0x%-.64s to '%s' 항목의 문구를 확인하는 문서입니다.

Cannot create FULLTEXT index on materialized subquery

MariaDB 공식 원문에 표시된 Cannot create FULLTEXT index on materialized subquery 항목의 문구를 확인하는 문서입니다.

Cannot create FULLTEXT index on temporary InnoDB table

MariaDB 공식 원문에 표시된 Cannot create FULLTEXT index on temporary InnoDB table 항목의 문구를 확인하는 문서입니다.

Cannot CREATE FULLTEXT INDEX WITH PARSER on InnoDB table

MariaDB 공식 원문에 표시된 Cannot CREATE FULLTEXT INDEX WITH PARSER on InnoDB table 항목의 문구를 확인하는 문서입니다.

Cannot create stored routine %s. Check warnings

MariaDB 공식 원문에 표시된 Cannot create stored routine %s. Check warnings 항목의 문구를 확인하는 문서입니다.

Cannot create temporary table with partitions

MariaDB 공식 원문에 표시된 Cannot create temporary table with partitions 항목의 문구를 확인하는 문서입니다.

Cannot determine distance type for VEC_DISTANCE, index is not found

MariaDB 공식 원문에 표시된 Cannot determine distance type for VEC_DISTANCE, index is not found 항목의 문구를 확인하는 문서입니다.

Cannot DISCARD/IMPORT tablespace associated with temporary table

MariaDB 공식 원문에 표시된 Cannot DISCARD/IMPORT tablespace associated with temporary table 항목의 문구를 확인하는 문서입니다.

Cannot drop default keycache

MariaDB 공식 원문에 표시된 Cannot drop default keycache 항목의 문구를 확인하는 문서입니다.

Cannot drop one or more of the requested users

MariaDB 공식 원문에 표시된 Cannot drop one or more of the requested users 항목의 문구를 확인하는 문서입니다.

Cannot drop or rename FTS_DOC_ID

MariaDB 공식 원문에 표시된 Cannot drop or rename FTS_DOC_ID 항목의 문구를 확인하는 문서입니다.

Cannot grant role '%s' to: %s.

MariaDB 공식 원문에 표시된 Cannot grant role '%s' to: %s. 항목의 문구를 확인하는 문서입니다.

Cannot have more than one value for this type of %s partitioning

MariaDB 공식 원문에 표시된 Cannot have more than one value for this type of %s partitioning 항목의 문구를 확인하는 문서입니다.

Cannot load from mysql.%s. The table is probably corrupted

MariaDB 공식 원문에 표시된 Cannot load from mysql.%s. The table is probably corrupted 항목의 문구를 확인하는 문서입니다.

Cannot load from %s.%s. The table is probably corrupted

MariaDB 공식 원문에 표시된 Cannot load from %s.%s. The table is probably corrupted 항목의 문구를 확인하는 문서입니다.

Cannot modify @@session.binlog_direct_non_transactional_updates inside a transaction

MariaDB 공식 원문에 표시된 Cannot modify @@session.binlog_direct_non_transactional_updates inside a transaction 항목의 문구를 확인하는 문서입니다.

Cannot modify @@session.binlog_format inside a transaction

MariaDB 공식 원문에 표시된 Cannot modify @@session.binlog_format inside a transaction 항목의 문구를 확인하는 문서입니다.

Cannot modify @@session.gtid_domain_id or @@session.gtid_seq_no inside a stored function or trigger

MariaDB 공식 원문에 표시된 Cannot modify @@session.gtid_domain_id or @@session.gtid_seq_no inside a stored function or trigger 항목의 문구를 확인하는 문서입니다.

Cannot modify @@session.gtid_domain_id or @@session.gtid_seq_no inside a transaction

MariaDB 공식 원문에 표시된 Cannot modify @@session.gtid_domain_id or @@session.gtid_seq_no inside a transaction 항목의 문구를 확인하는 문서입니다.

Cannot modify @@session.skip_replication inside a stored function or trigger

MariaDB 공식 원문에 표시된 Cannot modify @@session.skip_replication inside a stored function or trigger 항목의 문구를 확인하는 문서입니다.

Cannot modify @@session.skip_replication inside a transaction

MariaDB 공식 원문에 표시된 Cannot modify @@session.skip_replication inside a transaction 항목의 문구를 확인하는 문서입니다.

Cannot modify @@session.sql_log_bin inside a transaction

MariaDB 공식 원문에 표시된 Cannot modify @@session.sql_log_bin inside a transaction 항목의 문구를 확인하는 문서입니다.

Cannot open table for trigger %s.%s

MariaDB 공식 원문에 표시된 Cannot open table for trigger %s.%s 항목의 문구를 확인하는 문서입니다.

Cannot remove all partitions, use DROP TABLE instead

MariaDB 공식 원문에 표시된 Cannot remove all partitions, use DROP TABLE instead 항목의 문구를 확인하는 문서입니다.

Cannot replace hidden FTS_DOC_ID with a user-visible one

MariaDB 공식 원문에 표시된 Cannot replace hidden FTS_DOC_ID with a user-visible one 항목의 문구를 확인하는 문서입니다.

Cannot revoke role '%s' from: %s.

MariaDB 공식 원문에 표시된 Cannot revoke role '%s' from: %s. 항목의 문구를 확인하는 문서입니다.

cannot silently convert NULL values, as required in this SQL_MODE

MariaDB 공식 원문에 표시된 cannot silently convert NULL values, as required in this SQL_MODE 항목의 문구를 확인하는 문서입니다.

Cannot specify more than one application-time period

MariaDB 공식 원문에 표시된 Cannot specify more than one application-time period 항목의 문구를 확인하는 문서입니다.

Cannot upgrade server earlier than 5.7 to 8.0

MySQL 공식 원문에 표시된 Cannot upgrade server earlier than 5.7 to 8.0 항목의 문구를 확인하는 문서입니다.

Cannot use MAXVALUE as value in VALUES IN

MariaDB 공식 원문에 표시된 Cannot use MAXVALUE as value in VALUES IN 항목의 문구를 확인하는 문서입니다.

Can't change dir to '%s' (errno: %d)

MariaDB 공식 원문에 표시된 Can't change dir to '%s' (errno: %d) 항목의 문구를 확인하는 문서입니다.

Can't create database '%s' (errno: %d)

MariaDB 공식 원문에 표시된 Can't create database '%s' (errno: %d) 항목의 문구를 확인하는 문서입니다.

Can't create file '%s' (errno: %d)

MariaDB 공식 원문에 표시된 Can't create file '%s' (errno: %d) 항목의 문구를 확인하는 문서입니다.

Can't create table '%s' (errno: %d)

MariaDB 공식 원문에 표시된 Can't create table '%s' (errno: %d) 항목의 문구를 확인하는 문서입니다.

Can't find file: '%s' (errno: %d)

MariaDB 공식 원문에 표시된 Can't find file: '%s' (errno: %d) 항목의 문구를 확인하는 문서입니다.

Can't find record in '%s'

MariaDB 공식 원문에 표시된 Can't find record in '%s' 항목의 문구를 확인하는 문서입니다.

Can't get hostname for your address

MariaDB 공식 원문에 표시된 Can't get hostname for your address 항목의 문구를 확인하는 문서입니다.

Can't get status of '%s' (errno: %d)

MariaDB 공식 원문에 표시된 Can't get status of '%s' (errno: %d) 항목의 문구를 확인하는 문서입니다.

Can't get working directory (errno: %d)

MariaDB 공식 원문에 표시된 Can't get working directory (errno: %d) 항목의 문구를 확인하는 문서입니다.

Can't lock file (errno: %d)

MariaDB 공식 원문에 표시된 Can't lock file (errno: %d) 항목의 문구를 확인하는 문서입니다.

Can't open file: '%s' (errno: %d)

MariaDB 공식 원문에 표시된 Can't open file: '%s' (errno: %d) 항목의 문구를 확인하는 문서입니다.

Can't read dir of '%s' (errno: %d)

MariaDB 공식 원문에 표시된 Can't read dir of '%s' (errno: %d) 항목의 문구를 확인하는 문서입니다.

Can't read record in system table

MariaDB 공식 원문에 표시된 Can't read record in system table 항목의 문구를 확인하는 문서입니다.

Case not found for CASE statement

MariaDB 공식 원문에 표시된 Case not found for CASE statement 항목의 문구를 확인하는 문서입니다.

CHANGE MASTER TO option '%s=%s' is missing requirement %s

MariaDB 공식 원문에 표시된 CHANGE MASTER TO option '%s=%s' is missing requirement %s 항목의 문구를 확인하는 문서입니다.

CHECK OPTION failed '%s.%s'

MariaDB 공식 원문에 표시된 CHECK OPTION failed '%s.%s' 항목의 문구를 확인하는 문서입니다.

Class 0A — Feature Not Supported

PostgreSQL 공식 원문에 표시된 Class 0A — Feature Not Supported 항목의 문구를 확인하는 문서입니다.

Class 0B — Invalid Transaction Initiation

PostgreSQL 공식 원문에 표시된 Class 0B — Invalid Transaction Initiation 항목의 문구를 확인하는 문서입니다.

Class 0L — Invalid Grantor

PostgreSQL 공식 원문에 표시된 Class 0L — Invalid Grantor 항목의 문구를 확인하는 문서입니다.

Class 0P — Invalid Role Specification

PostgreSQL 공식 원문에 표시된 Class 0P — Invalid Role Specification 항목의 문구를 확인하는 문서입니다.

Class 20 — Case Not Found

PostgreSQL 공식 원문에 표시된 Class 20 — Case Not Found 항목의 문구를 확인하는 문서입니다.

Class 24 — Invalid Cursor State

PostgreSQL 공식 원문에 표시된 Class 24 — Invalid Cursor State 항목의 문구를 확인하는 문서입니다.

Class 25 — Invalid Transaction State

PostgreSQL 공식 원문에 표시된 Class 25 — Invalid Transaction State 항목의 문구를 확인하는 문서입니다.

Class 26 — Invalid SQL Statement Name

PostgreSQL 공식 원문에 표시된 Class 26 — Invalid SQL Statement Name 항목의 문구를 확인하는 문서입니다.

Class 28 — Invalid Authorization Specification

PostgreSQL 공식 원문에 표시된 Class 28 — Invalid Authorization Specification 항목의 문구를 확인하는 문서입니다.

Class 2D — Invalid Transaction Termination

PostgreSQL 공식 원문에 표시된 Class 2D — Invalid Transaction Termination 항목의 문구를 확인하는 문서입니다.

Class 34 — Invalid Cursor Name

PostgreSQL 공식 원문에 표시된 Class 34 — Invalid Cursor Name 항목의 문구를 확인하는 문서입니다.

Class 3D — Invalid Catalog Name

PostgreSQL 공식 원문에 표시된 Class 3D — Invalid Catalog Name 항목의 문구를 확인하는 문서입니다.

Class 3F — Invalid Schema Name

PostgreSQL 공식 원문에 표시된 Class 3F — Invalid Schema Name 항목의 문구를 확인하는 문서입니다.

Class 54 — Program Limit Exceeded

PostgreSQL 공식 원문에 표시된 Class 54 — Program Limit Exceeded 항목의 문구를 확인하는 문서입니다.

Column '%s' cannot be part of FULLTEXT index

MariaDB 공식 원문에 표시된 Column '%s' cannot be part of FULLTEXT index 항목의 문구를 확인하는 문서입니다.

Comment for database '%-.64s' is too long (max = %u)

MariaDB 공식 원문에 표시된 Comment for database '%-.64s' is too long (max = %u) 항목의 문구를 확인하는 문서입니다.

Comment for field '%s' is too long (max = %lu)

MariaDB 공식 원문에 표시된 Comment for field '%s' is too long (max = %lu) 항목의 문구를 확인하는 문서입니다.

Comment for index '%s' is too long (max = %lu)

MariaDB 공식 원문에 표시된 Comment for index '%s' is too long (max = %lu) 항목의 문구를 확인하는 문서입니다.

Comment for table partition '%s' is too long (max = %lu

MariaDB 공식 원문에 표시된 Comment for table partition '%s' is too long (max = %lu 항목의 문구를 확인하는 문서입니다.

Comment for table '%s' is too long (max = %lu)

MariaDB 공식 원문에 표시된 Comment for table '%s' is too long (max = %lu) 항목의 문구를 확인하는 문서입니다.

CONSTRAINT %s failed for %-.192s.%`-.192s

MariaDB 공식 원문에 표시된 CONSTRAINT %s failed for %-.192s.%`-.192s 항목의 문구를 확인하는 문서입니다.

Creation context of event %s.%s is invalid

MariaDB 공식 원문에 표시된 Creation context of event %s.%s is invalid 항목의 문구를 확인하는 문서입니다.

Creation context of stored routine %s.%s is invalid

MariaDB 공식 원문에 표시된 Creation context of stored routine %s.%s is invalid 항목의 문구를 확인하는 문서입니다.

Creation context of view %s.`%s' is invalid

MariaDB 공식 원문에 표시된 Creation context of view %s.`%s' is invalid 항목의 문구를 확인하는 문서입니다.

Data for column '%s' too long

MariaDB 공식 원문에 표시된 Data for column '%s' too long 항목의 문구를 확인하는 문서입니다.

Data too long for condition item '%s'

MariaDB 공식 원문에 표시된 Data too long for condition item '%s' 항목의 문구를 확인하는 문서입니다.

Decoding of base64 string failed

MariaDB 공식 원문에 표시된 Decoding of base64 string failed 항목의 문구를 확인하는 문서입니다.

DELAYED option not supported for table '%s'

MariaDB 공식 원문에 표시된 DELAYED option not supported for table '%s' 항목의 문구를 확인하는 문서입니다.

Engine cannot be used in partitioned tables

MariaDB 공식 원문에 표시된 Engine cannot be used in partitioned tables 항목의 문구를 확인하는 문서입니다.

Engine %s failed to discover table %-.192s.%-.192s with '%s'

MariaDB 공식 원문에 표시된 Engine %s failed to discover table %-.192s.%-.192s with '%s' 항목의 문구를 확인하는 문서입니다.

"Environment variable not found: ."

Prisma 공식 원문에 표시된 "Environment variable not found: ." 항목의 문구를 확인하는 문서입니다.

Error dropping database (can't delete '%s', errno: %d)

MariaDB 공식 원문에 표시된 Error dropping database (can't delete '%s', errno: %d) 항목의 문구를 확인하는 문서입니다.

Error dropping database (can't rmdir '%s', errno: %d)

MariaDB 공식 원문에 표시된 Error dropping database (can't rmdir '%s', errno: %d) 항목의 문구를 확인하는 문서입니다.

Error on close of '%s' (errno: %d)

MariaDB 공식 원문에 표시된 Error on close of '%s' (errno: %d) 항목의 문구를 확인하는 문서입니다.

Error on delete of '%s' (errno: %d)

MariaDB 공식 원문에 표시된 Error on delete of '%s' (errno: %d) 항목의 문구를 확인하는 문서입니다.

Error on rename of '%s' to '%s' (errno: %d)

MariaDB 공식 원문에 표시된 Error on rename of '%s' to '%s' (errno: %d) 항목의 문구를 확인하는 문서입니다.

Error reading file '%s' (errno: %d)

MariaDB 공식 원문에 표시된 Error reading file '%s' (errno: %d) 항목의 문구를 확인하는 문서입니다.

Error writing file '%s' (errno: %d)

MariaDB 공식 원문에 표시된 Error writing file '%s' (errno: %d) 항목의 문구를 확인하는 문서입니다.

Failed initializing relay log position: %s

MariaDB 공식 원문에 표시된 Failed initializing relay log position: %s 항목의 문구를 확인하는 문서입니다.

Failed initializing replication GTID state

MariaDB 공식 원문에 표시된 Failed initializing replication GTID state 항목의 문구를 확인하는 문서입니다.

Failed on fseek()

MariaDB 공식 원문에 표시된 Failed on fseek() 항목의 문구를 확인하는 문서입니다.

Failed purging old relay logs: %s

MariaDB 공식 원문에 표시된 Failed purging old relay logs: %s 항목의 문구를 확인하는 문서입니다.

Failed rebuilding the index of dumped table '%s'

MariaDB 공식 원문에 표시된 Failed rebuilding the index of dumped table '%s' 항목의 문구를 확인하는 문서입니다.

Failed to add the foreign key constraint '%s' to system tables

MariaDB 공식 원문에 표시된 Failed to add the foreign key constraint '%s' to system tables 항목의 문구를 확인하는 문서입니다.

Failed to alter event '%s'

MariaDB 공식 원문에 표시된 Failed to alter event '%s' 항목의 문구를 확인하는 문서입니다.

Failed to alter: %s

MariaDB 공식 원문에 표시된 Failed to alter: %s 항목의 문구를 확인하는 문서입니다.

Failed to ALTER %s %s

MariaDB 공식 원문에 표시된 Failed to ALTER %s %s 항목의 문구를 확인하는 문서입니다.

"Failed to create database: {database_error}"

Prisma 공식 원문에 표시된 "Failed to create database: {database_error}" 항목의 문구를 확인하는 문서입니다.

Failed to create %s

MariaDB 공식 원문에 표시된 Failed to create %s 항목의 문구를 확인하는 문서입니다.

Failed to CREATE %s %s

MariaDB 공식 원문에 표시된 Failed to CREATE %s %s 항목의 문구를 확인하는 문서입니다.

Failed to create specific handler file

MariaDB 공식 원문에 표시된 Failed to create specific handler file 항목의 문구를 확인하는 문서입니다.

Failed to delete the event from mysql.event

MariaDB 공식 원문에 표시된 Failed to delete the event from mysql.event 항목의 문구를 확인하는 문서입니다.

Failed to drop %s

MariaDB 공식 원문에 표시된 Failed to drop %s 항목의 문구를 확인하는 문서입니다.

Failed to DROP %s %s

MariaDB 공식 원문에 표시된 Failed to DROP %s %s 항목의 문구를 확인하는 문서입니다.

Failed to grant EXECUTE and ALTER ROUTINE privileges

MariaDB 공식 원문에 표시된 Failed to grant EXECUTE and ALTER ROUTINE privileges 항목의 문구를 확인하는 문서입니다.

Failed to load replication slave GTID position from table %s.%s

MariaDB 공식 원문에 표시된 Failed to load replication slave GTID position from table %s.%s 항목의 문구를 확인하는 문서입니다.

Failed to open mysql.event

MariaDB 공식 원문에 표시된 Failed to open mysql.event 항목의 문구를 확인하는 문서입니다.

Failed to open %s.%s

MariaDB 공식 원문에 표시된 Failed to open %s.%s 항목의 문구를 확인하는 문서입니다.

Failed to open the referenced table '%s'

MariaDB 공식 원문에 표시된 Failed to open the referenced table '%s' 항목의 문구를 확인하는 문서입니다.

"Failed to parse the query {query_parsing_error} at {query_position}"

Prisma 공식 원문에 표시된 "Failed to parse the query {query_parsing_error} at {query_position}" 항목의 문구를 확인하는 문서입니다.

Failed to read auto-increment value from storage engine

MariaDB 공식 원문에 표시된 Failed to read auto-increment value from storage engine 항목의 문구를 확인하는 문서입니다.

Failed to revoke all privileges to dropped routine

MariaDB 공식 원문에 표시된 Failed to revoke all privileges to dropped routine 항목의 문구를 확인하는 문서입니다.

"Failed to validate the query: {query_validation_error} at {query_position}"

Prisma 공식 원문에 표시된 "Failed to validate the query: {query_validation_error} at {query_position}" 항목의 문구를 확인하는 문서입니다.

Fatal error during log purge

MariaDB 공식 원문에 표시된 Fatal error during log purge 항목의 문구를 확인하는 문서입니다.

Fatal error: %s

MariaDB 공식 원문에 표시된 Fatal error: %s 항목의 문구를 확인하는 문서입니다.

Field in list of fields for partition function not found in table

MariaDB 공식 원문에 표시된 Field in list of fields for partition function not found in table 항목의 문구를 확인하는 문서입니다.

Frame exclusion is not supported yet

MariaDB 공식 원문에 표시된 Frame exclusion is not supported yet 항목의 문구를 확인하는 문서입니다.

Got error %d from storage engine

MariaDB 공식 원문에 표시된 Got error %d from storage engine 항목의 문구를 확인하는 문서입니다.

Got timeout reading communication packets

MariaDB 공식 원문에 표시된 Got timeout reading communication packets 항목의 문구를 확인하는 문서입니다.

Got timeout writing communication packets

MariaDB 공식 원문에 표시된 Got timeout writing communication packets 항목의 문구를 확인하는 문서입니다.

Identifier name '%s' is too long

MariaDB 공식 원문에 표시된 Identifier name '%s' is too long 항목의 문구를 확인하는 문서입니다.

InnoDB: Invalid page size=%lu.

MySQL 공식 원문에 표시된 InnoDB: Invalid page size=%lu. 항목의 문구를 확인하는 문서입니다.

"Introspection operation failed to produce a schema file: {introspection_error}"

Prisma 공식 원문에 표시된 "Introspection operation failed to produce a schema file: {introspection_error}" 항목의 문구를 확인하는 문서입니다.

Invalid argument for logarithm

MariaDB 공식 원문에 표시된 Invalid argument for logarithm 항목의 문구를 확인하는 문서입니다.

Invalid column reference (%s) in LOAD DATA

MariaDB 공식 원문에 표시된 Invalid column reference (%s) in LOAD DATA 항목의 문구를 확인하는 문서입니다.

Invalid condition number

MariaDB 공식 원문에 표시된 Invalid condition number 항목의 문구를 확인하는 문서입니다.

Invalid ON UPDATE clause for '%s' column

MariaDB 공식 원문에 표시된 Invalid ON UPDATE clause for '%s' column 항목의 문구를 확인하는 문서입니다.

Invalid performance_schema usage.

MariaDB 공식 원문에 표시된 Invalid performance_schema usage. 항목의 문구를 확인하는 문서입니다.

Invalid role specification %`s.

MariaDB 공식 원문에 표시된 Invalid role specification %`s. 항목의 문구를 확인하는 문서입니다.

Invalid %s character string: '%s'

MariaDB 공식 원문에 표시된 Invalid %s character string: '%s' 항목의 문구를 확인하는 문서입니다.

Invalid size for column '%-.192s'.

MariaDB 공식 원문에 표시된 Invalid size for column '%-.192s'. 항목의 문구를 확인하는 문서입니다.

Invalid TIMESTAMP value in column '%s' at row %ld

MariaDB 공식 원문에 표시된 Invalid TIMESTAMP value in column '%s' at row %ld 항목의 문구를 확인하는 문서입니다.

Invalid use of group function

MariaDB 공식 원문에 표시된 Invalid use of group function 항목의 문구를 확인하는 문서입니다.

Invalid use of NULL value

MariaDB 공식 원문에 표시된 Invalid use of NULL value 항목의 문구를 확인하는 문서입니다.

Invalid value for keyword %s

MariaDB 공식 원문에 표시된 Invalid value for keyword %s 항목의 문구를 확인하는 문서입니다.

Invalid VCPU range %u-%u.

MySQL 공식 원문에 표시된 Invalid VCPU range %u-%u. 항목의 문구를 확인하는 문서입니다.

Key part '%s' length cannot be 0

MariaDB 공식 원문에 표시된 Key part '%s' length cannot be 0 항목의 문구를 확인하는 문서입니다.

Key %s cannot explicitly include column %s

MariaDB 공식 원문에 표시된 Key %s cannot explicitly include column %s 항목의 문구를 확인하는 문서입니다.

Key %`s cannot have WITHOUT OVERLAPS

MariaDB 공식 원문에 표시된 Key %`s cannot have WITHOUT OVERLAPS 항목의 문구를 확인하는 문서입니다.

Key value '%s' was not found in table '%s.%s'

MariaDB 공식 원문에 표시된 Key value '%s' was not found in table '%s.%s' 항목의 문구를 확인하는 문서입니다.

Cannot truncate a table referenced in a foreign key constraint (%s)

MariaDB 오류 코드 1701의 오류 메시지를 로그 또는 클라이언트 출력에서 식별하는 문서입니다.

Connection was killed

MariaDB 오류 코드 1927의 메시지를 확인하는 문서입니다.

Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space

MariaDB 오류 코드 1041(ER_OUT_OF_RESOURCES)과 오류 메시지를 대조해 메모리 부족 오류를 식별합니다.

Query execution was interrupted (max_statement_time exceeded)

MariaDB 오류 코드 1969(ER_STATEMENT_TIMEOUT)의 오류 메시지 식별 문서입니다.

Master command %s failed: %s

MariaDB 공식 원문에 표시된 Master command %s failed: %s 항목의 문구를 확인하는 문서입니다.

Maybe missing parameters: %s

MariaDB 공식 원문에 표시된 Maybe missing parameters: %s 항목의 문구를 확인하는 문서입니다.

"Missing a required value at {path}"

Prisma 공식 원문에 표시된 "Missing a required value at {path}" 항목의 문구를 확인하는 문서입니다.

"Missing the required argument {argument_name} for field {field_name} on {object_name}."

Prisma 공식 원문에 표시된 "Missing the required argument {argument_name} for field {field_name} on {object_name}." 항목의 문구를 확인하는 문서입니다.

Mixing of transactional and non-transactional tables is disabled

MariaDB 공식 원문에 표시된 Mixing of transactional and non-transactional tables is disabled 항목의 문구를 확인하는 문서입니다.

Access denied for user '%s'@'%s' to database '%s'

MySQL 오류 1044(ER_DBACCESS_DENIED_ERROR)를 화면 또는 로그의 오류 코드·SQLSTATE·메시지로 식별합니다.

The binary log file '%s' is logically corrupted: %s

MySQL 바이너리 로그 파일의 논리적 손상을 나타내는 오류 메시지 형식을 확인합니다.

Cannot add or update a child row: a foreign key constraint fails

MariaDB 또는 MySQL에서 오류 코드 1216과 함께 표시되는 외래 키 제약 조건 오류 메시지를 식별합니다.

Can't create database '%s'; database exists

MariaDB 오류 코드 1007(ER_DB_CREATE_EXISTS)의 오류 메시지와 SQLSTATE를 확인합니다.

Can't create table '%s' (errno: %d - %s)

MySQL InnoDB에서 테이블을 생성할 수 없을 때 표시되는 오류 메시지입니다.

Can't drop database '%s'; database doesn't exist

MySQL 오류 번호 1008(ER_DB_DROP_EXISTS)을 화면 또는 로그의 메시지와 대조하는 문서입니다.

Can't write; duplicate key in table '%s'

MySQL ER_DUP_KEY 오류 메시지를 오류 번호와 SQLSTATE로 대조해 식별합니다.

Column '%s' cannot be null

MariaDB/MySQL 오류 코드 1048의 오류 메시지를 식별합니다.

Column '%s' in %s is ambiguous

MySQL 오류 1052에서 열 참조가 모호할 때 표시되는 메시지의 확인 및 쿼리 수정 방법입니다.

Data too long for column '%s' at row %ld

MySQL 오류 1406(ER_DATA_TOO_LONG)을 오류 메시지 형식과 SQLSTATE로 식별합니다.

Table '%s' is read only

MySQL 오류 1036(ER_OPEN_AS_READONLY)의 메시지 형식을 확인하는 문서입니다.

'%s' isn't in GROUP BY

MySQL 오류 번호 1055와 메시지 형식을 대조해 GROUP BY 관련 오류를 식별합니다.

Invalid value for command line option admin-address: '%s'

MySQL의 admin-address 명령행 옵션 값이 유효하지 않을 때 표시되는 오류 메시지입니다.

No database selected

MySQL 오류 번호 1046(ER_NO_DB_ERROR, SQLSTATE 3D000)의 메시지를 식별합니다.

Out of range value for column '%s' at row %ld

MariaDB 오류 코드 1264와 SQLSTATE 22003의 오류 문자열을 로그 또는 클라이언트 출력에서 식별합니다.

Subquery returns more than 1 row

MySQL 오류 1242(ER_SUBQUERY_NO_1_ROW)를 화면 또는 로그의 오류 문자열로 식별합니다.

Table '%s' already exists

MySQL 오류 번호 1050(ER_TABLE_EXISTS_ERROR)의 메시지 형식을 확인합니다.

Table '%s.%s' doesn't exist

MariaDB 오류 코드 1146과 SQLSTATE 42S02에 해당하는 테이블 미존재 오류 메시지를 식별합니다.

Unknown system variable '%s'

MySQL 오류 번호 1193의 메시지와 현재 오류 문자열을 대조해 식별합니다.

You must SET PASSWORD before executing this statement

MariaDB/MySQL 오류 코드 1820의 오류 메시지를 식별합니다.

OK packet too large

MariaDB 공식 원문에 표시된 OK packet too large 항목의 문구를 확인하는 문서입니다.

Operation %s failed for %s

MariaDB 공식 원문에 표시된 Operation %s failed for %s 항목의 문구를 확인하는 문서입니다.

Optimizer hints are not supported inside view definitions

MariaDB 공식 원문에 표시된 Optimizer hints are not supported inside view definitions 항목의 문구를 확인하는 문서입니다.

Out of sort memory, consider increasing server sort buffer size

MariaDB 또는 MySQL의 오류 코드 1038(ER_OUT_OF_SORTMEMORY) 메시지를 화면이나 로그에서 식별합니다.

P5011 (Too Many Requests)

Prisma 공식 원문에 표시된 P5011 (Too Many Requests) 항목의 문구를 확인하는 문서입니다.

Partition function not supported in this version for this handler

MariaDB 공식 원문에 표시된 Partition function not supported in this version for this handler 항목의 문구를 확인하는 문서입니다.

Partition state cannot be defined from CREATE/ALTER TABLE

MariaDB 공식 원문에 표시된 Partition state cannot be defined from CREATE/ALTER TABLE 항목의 문구를 확인하는 문서입니다.

Period field %`s cannot be %s

MariaDB 공식 원문에 표시된 Period field %`s cannot be %s 항목의 문구를 확인하는 문서입니다.

Period %`s is not found in table

MariaDB 공식 원문에 표시된 Period %`s is not found in table 항목의 문구를 확인하는 문서입니다.

connection_exception

connection_exception 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

sqlclient_unable_to_establish_sqlconnection

sqlclient_unable_to_establish_sqlconnection 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

connection_does_not_exist

connection_does_not_exist 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

sqlserver_rejected_establishment_of_sqlconnection

sqlserver_rejected_establishment_of_sqlconnection 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

connection_failure

connection_failure 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

protocol_violation

protocol_violation 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

feature_not_supported

feature_not_supported 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

string_data_right_truncation

string_data_right_truncation 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

numeric_value_out_of_range

numeric_value_out_of_range 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

invalid_datetime_format

invalid_datetime_format 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

datetime_field_overflow

datetime_field_overflow 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

division_by_zero

division_by_zero 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

invalid_parameter_value

invalid_parameter_value 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

invalid_escape_sequence

invalid_escape_sequence 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

not_null_violation

not_null_violation 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

foreign_key_violation

foreign_key_violation 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

unique_violation

PostgreSQL SQLSTATE 23505는 unique_violation 조건을 나타내는 오류 코드입니다.

check_violation

check_violation 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

exclusion_violation

exclusion_violation 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

in_failed_sql_transaction

in_failed_sql_transaction 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

idle_in_transaction_session_timeout

idle_in_transaction_session_timeout 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

invalid_password

invalid_password 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

serialization_failure

serialization_failure 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

deadlock_detected

deadlock_detected 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

insufficient_privilege

insufficient_privilege 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

syntax_error

syntax_error 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

duplicate_column

duplicate_column 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

undefined_column

undefined_column 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

42883

PostgreSQL SQLSTATE 42883은 undefined_function 조건 이름에 해당합니다.

undefined_table

undefined_table 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

undefined_parameter

undefined_parameter 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

duplicate_prepared_statement

duplicate_prepared_statement 오류 원문이 표시될 때 의미와 확인 절차를 정리한 문서입니다.

53300

PostgreSQL SQLSTATE 53300은 too_many_connections 조건을 나타냅니다.

Prepared statement contains too many placeholders

MariaDB 공식 원문에 표시된 Prepared statement contains too many placeholders 항목의 문구를 확인하는 문서입니다.

Primary key cannot be defined upon a generated column

MariaDB 공식 원문에 표시된 Primary key cannot be defined upon a generated column 항목의 문구를 확인하는 문서입니다.

Prisma needs to perform transactions, which requires your MongoDB server to be run as a replica set. See details: https://pris.ly/d/mongodb-replica-set

Prisma P2031 오류 메시지로 MongoDB replica set 실행 요구를 식별합니다.

Authentication failed against database server at {database_host}, the provided database credentials for {database_user} are not valid. Please make sure to provide valid database credentials for the database server at {database_host}.

Prisma P1000 오류 메시지를 대조하여 제공된 데이터베이스 자격 증명이 유효하지 않은 경우를 식별합니다.

The database server at {database_host}:{database_port} was reached but timed out. Please try again. Please make sure your database server is running at {database_host}:{database_port}.

Prisma P1002 오류 메시지를 확인해 데이터베이스 서버에 도달한 뒤 시간 초과된 상태를 식별합니다.

Database {database_name} already exists on the database server at {database_host}:{database_port}

Prisma P1009 오류 메시지가 데이터베이스 서버에 같은 이름의 데이터베이스가 이미 있음을 나타내는지 확인합니다.

User {database_user} was denied access on the database {database_name}

Prisma P1010 오류 메시지를 화면 또는 로그에서 확인하는 문서입니다.

The provided database string is invalid. {details}

Prisma 오류 코드 P1013의 메시지를 현재 로그 또는 화면의 오류 문자열과 비교해 식별합니다.

The underlying {kind} for model {model} does not exist.

Prisma 오류 코드 P1014는 지정된 모델의 기반 {kind}가 존재하지 않음을 나타냅니다.

Your Prisma schema is using features that are not supported for the version of the database. Database version: {database_version} Errors: {errors}

Prisma P1015 오류 메시지를 현재 로그와 대조해 데이터베이스 버전에서 지원되지 않는 Prisma schema 기능이 포함되었는지 식별합니다.

Your raw query had an incorrect number of parameters. Expected: {expected}, actual: {actual}.

Prisma P1016 오류 메시지가 표시될 때 raw query의 기대 매개변수 수와 실제 매개변수 수를 확인합니다.

Server has closed the connection.

Prisma 오류 코드 P1017의 메시지를 화면 또는 로그에서 식별하는 문서입니다.

The provided value for the column is too long for the column's type. Column: {column_name}

Prisma Client Query Engine의 P2000 오류 메시지 식별 문서입니다.

The record searched for in the where condition ({model_name}.{argument_name} = {argument_value}) does not exist

Prisma Client Query Engine의 P2001 오류 메시지를 식별하는 문서입니다.

Unique constraint failed on the {constraint}

Prisma Client Query Engine의 P2002 오류 메시지를 식별하는 문서입니다.

Foreign key constraint failed on the field: {field_name}

Prisma Client의 P2003 오류 메시지를 로그 또는 화면에서 대조해 외래 키 제약 조건 실패를 식별합니다.

A constraint failed on the database: {database_error}

Prisma Client P2004 오류 메시지를 확인하고 공식 오류 참조와 대조합니다.

The value {field_value} stored in the database for the field {field_name} is invalid for the field's type

Prisma Client의 P2005 오류 메시지를 확인하는 문서입니다.

The provided value {field_value} for {model_name} field {field_name} is not valid

Prisma P2006 오류 메시지를 로그 또는 화면에서 대조해 식별합니다.

Data validation error {database_error}

Prisma Client Query Engine의 P2007 오류 메시지를 식별하는 문서입니다.

Failed to parse the query {query_parsing_error} at {query_position}

Prisma Client Query Engine의 P2008 오류 메시지를 화면 또는 로그에서 대조해 쿼리 구문 분석 실패를 식별합니다.

Failed to validate the query: {query_validation_error} at {query_position}

Prisma Client Query Engine의 P2009 오류 메시지를 식별하는 문서입니다.

Raw query failed. Code: {code}. Message: {message}

Prisma P2010 오류 메시지를 현재 로그 또는 화면의 문자열과 대조해 Raw query 실패를 식별합니다.

Missing a required value at {path}

Prisma Client Query Engine의 P2012 오류 메시지를 코드와 문자열로 식별합니다.

Missing the required argument {argument_name} for field {field_name} on {object_name}.

Prisma P2013 오류 메시지로 필수 인수가 누락된 위치를 식별합니다.

The change you are trying to make would violate the required relation '{relation_name}' between the {model_a_name} and {model_b_name} models.

Prisma Client의 P2014 오류 메시지를 로그 또는 화면의 메시지와 대조해 필수 관계 위반 오류인지 식별합니다.

A related record could not be found. {details}

Prisma Client Query Engine의 P2015 오류 메시지를 식별하는 문서입니다.

Query interpretation error. {details}

Prisma Client Query Engine에서 P2016과 함께 표시되는 쿼리 해석 오류 메시지를 식별합니다.

The records for relation {relation_name} between the {parent_name} and {child_name} models are not connected.

Prisma Client에서 관계 레코드가 연결되지 않았음을 나타내는 P2017 오류 메시지 식별 방법입니다.

The required connected records were not found. {details}

Prisma Client의 P2018 오류는 필수로 연결되어야 하는 레코드를 찾지 못했음을 나타냅니다.

Input error. {details}

Prisma P2019 오류 메시지를 원문 형식과 대조해 식별합니다.

Value out of range for the type. {details}

Prisma Client Query Engine의 P2020 오류 메시지를 식별하는 문서입니다.

The table {table} does not exist in the current database.

Prisma P2021 오류를 식별하고 실행 환경의 데이터베이스, 실제 테이블, migration 적용 상태를 확인하는 방법을 설명합니다.

The column {column} does not exist in the current database.

Prisma P2022 오류를 식별하고 실행 환경의 데이터베이스, 실제 열, migration 적용 상태를 확인하는 방법을 설명합니다.

Inconsistent column data: {message}

Prisma P2023 오류 메시지를 원문 템플릿과 대조해 식별합니다.

Timed out fetching a new connection from the connection pool. (More info: http://pris.ly/d/connection-pool (Current connection pool timeout: {timeout}, connection limit: {connection_limit})

Prisma P2024 오류 메시지를 현재 로그 또는 화면의 문자열과 대조해 연결 풀에서 새 연결을 가져오는 시간 초과인지 확인합니다.

An operation failed because it depends on one or more records that were required but not found. {cause}

Prisma Client의 P2025 오류 메시지를 식별하고 의미를 확인합니다.

The current database provider doesn't support a feature that the query used: {feature}

Prisma Client에서 현재 데이터베이스 제공자가 쿼리에 사용된 기능을 지원하지 않을 때 표시되는 P2026 오류 메시지입니다.

Multiple errors occurred on the database during query execution: {errors}

Prisma P2027 오류 메시지를 대조하여 쿼리 실행 중 데이터베이스에서 복수 오류가 발생했는지 확인합니다.

Transaction API error: {error}

Prisma Client Query Engine의 P2028 오류 메시지를 코드와 문자열로 식별합니다.

Query parameter limit exceeded error: {message}

Prisma Client에서 P2029 오류 메시지가 표시될 때 오류 코드를 식별하는 문서입니다.

Cannot find a fulltext index to use for the search, try adding a @@fulltext([Fields...]) to your schema

Prisma P2030 오류 메시지를 확인해 전체 텍스트 검색에 사용할 fulltext index를 찾지 못한 오류를 식별합니다.

A number used in the query does not fit into a 64 bit signed integer. Consider using BigInt as field type if you're trying to store large integers

Prisma P2033 오류 메시지를 원문과 대조해 쿼리에 사용한 숫자가 64비트 signed integer 범위를 벗어났는지 식별합니다.

Transaction failed due to a write conflict or a deadlock. Please retry your transaction

Prisma P2034 오류 메시지를 현재 로그 또는 화면의 문자열과 대조해 식별합니다.

Assertion violation on the database: {database_error}

Prisma 오류 코드 P2035는 데이터베이스 assertion 위반을 나타냅니다.

Too many database connections opened: {message}

Prisma Client Query Engine의 P2037 오류 메시지를 식별하는 문서입니다.

Failed to create database: {database_error}

Prisma Migrate에서 P3000 오류 메시지로 데이터베이스 생성 실패를 식별합니다.

Query cache is disabled; restart the server with query_cache_type=1 to enable it

MariaDB 공식 원문에 표시된 Query cache is disabled; restart the server with query_cache_type=1 to enable it 항목의 문구를 확인하는 문서입니다.

Query execution was interrupted, maximum statement execution time exceeded

MariaDB 공식 원문에 표시된 Query execution was interrupted, maximum statement execution time exceeded 항목의 문구를 확인하는 문서입니다.

"Query parameter limit exceeded error: {message}"

Prisma 공식 원문에 표시된 "Query parameter limit exceeded error: {message}" 항목의 문구를 확인하는 문서입니다.

"Raw query failed. Code: {code}. Message: {message}"

Prisma 공식 원문에 표시된 "Raw query failed. Code: {code}. Message: {message}" 항목의 문구를 확인하는 문서입니다.

Reference '%s' not supported (%s)

MariaDB 공식 원문에 표시된 Reference '%s' not supported (%s) 항목의 문구를 확인하는 문서입니다.

Referenced window specification '%s' cannot contain window frame

MariaDB 공식 원문에 표시된 Referenced window specification '%s' cannot contain window frame 항목의 문구를 확인하는 문서입니다.

Relay log read failure: %s

MariaDB 공식 원문에 표시된 Relay log read failure: %s 항목의 문구를 확인하는 문서입니다.

Relay log write failure: %s

MariaDB 공식 원문에 표시된 Relay log write failure: %s 항목의 문구를 확인하는 문서입니다.

Routine body for '%s' is too long

MariaDB 공식 원문에 표시된 Routine body for '%s' is too long 항목의 문구를 확인하는 문서입니다.

%s command denied to user '%s'@'%s' for column '%s' in table '%s'

MariaDB 공식 원문에 표시된 %s command denied to user '%s'@'%s' for column '%s' in table '%s' 항목의 문구를 확인하는 문서입니다.

%s command denied to user '%s'@'%s' for routine '%s'

MariaDB 공식 원문에 표시된 %s command denied to user '%s'@'%s' for routine '%s' 항목의 문구를 확인하는 문서입니다.

%s command denied to user '%s'@'%s' for table '%s'

MariaDB 공식 원문에 표시된 %s command denied to user '%s'@'%s' for table '%s' 항목의 문구를 확인하는 문서입니다.

%s is not supported in multi-threaded slave mode. %s

MariaDB 공식 원문에 표시된 %s is not supported in multi-threaded slave mode. %s 항목의 문구를 확인하는 문서입니다.

%s keyword is not supported

MariaDB 공식 원문에 표시된 %s keyword is not supported 항목의 문구를 확인하는 문서입니다.

Sequence '%-.64s.%-.64s' table structure is invalid (%s)

MariaDB 공식 원문에 표시된 Sequence '%-.64s.%-.64s' table structure is invalid (%s) 항목의 문구를 확인하는 문서입니다.

Sequence tables cannot have any constraints

MariaDB 공식 원문에 표시된 Sequence tables cannot have any constraints 항목의 문구를 확인하는 문서입니다.

Sequence tables cannot have any keys

MariaDB 공식 원문에 표시된 Sequence tables cannot have any keys 항목의 문구를 확인하는 문서입니다.

Slave log event execution was interrupted (slave_max_statement_time exceeded)

MariaDB 공식 원문에 표시된 Slave log event execution was interrupted (slave_max_statement_time exceeded) 항목의 문구를 확인하는 문서입니다.

slave_preserve_commit_order is not supported %s.

MariaDB 공식 원문에 표시된 slave_preserve_commit_order is not supported %s. 항목의 문구를 확인하는 문서입니다.

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use

MariaDB 공식 원문에 표시된 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use 항목의 문구를 확인하는 문서입니다.

Storage engine %s is disabled

MariaDB 공식 원문에 표시된 Storage engine %s is disabled 항목의 문구를 확인하는 문서입니다.

Subquery value not supported

MariaDB 공식 원문에 표시된 Subquery value not supported 항목의 문구를 확인하는 문서입니다.

new row violates row-level security policy

Supabase Storage 업로드에서 403과 new row violates row-level security policy가 함께 표시되는지 확인하고 저장소 객체의 RLS 범위를 식별합니다.

Table '%s' from one of the SELECTs cannot be used in %s

MariaDB 공식 원문에 표시된 Table '%s' from one of the SELECTs cannot be used in %s 항목의 문구를 확인하는 문서입니다.

Table '%s' is marked as crashed and last (automatic?) repair failed

MariaDB 공식 원문에 표시된 Table '%s' is marked as crashed and last (automatic?) repair failed 항목의 문구를 확인하는 문서입니다.

Table storage engine '%-.64s' found required create option missing

MariaDB 공식 원문에 표시된 Table storage engine '%-.64s' found required create option missing 항목의 문구를 확인하는 문서입니다.

Tablespace is missing for table '%s'

MariaDB 공식 원문에 표시된 Tablespace is missing for table '%s' 항목의 문구를 확인하는 문서입니다.

Target log not found in binlog index

MariaDB 공식 원문에 표시된 Target log not found in binlog index 항목의 문구를 확인하는 문서입니다.

Temporary file write failure.

MariaDB 공식 원문에 표시된 Temporary file write failure. 항목의 문구를 확인하는 문서입니다.

"The provided database string is invalid. {details}"

Prisma 공식 원문에 표시된 "The provided database string is invalid. {details}" 항목의 문구를 확인하는 문서입니다.

"The required connected records were not found. {details}"

Prisma 공식 원문에 표시된 "The required connected records were not found. {details}" 항목의 문구를 확인하는 문서입니다.

Too many active concurrent transactions

MariaDB 공식 원문에 표시된 Too many active concurrent transactions 항목의 문구를 확인하는 문서입니다.

Too many columns

MariaDB 공식 원문에 표시된 Too many columns 항목의 문구를 확인하는 문서입니다.

"Too many database connections opened: {message}"

Prisma 공식 원문에 표시된 "Too many database connections opened: {message}" 항목의 문구를 확인하는 문서입니다.

Too many delayed threads in use

MariaDB 공식 원문에 표시된 Too many delayed threads in use 항목의 문구를 확인하는 문서입니다.

Too many fields in '%s'

MariaDB 공식 원문에 표시된 Too many fields in '%s' 항목의 문구를 확인하는 문서입니다.

Too many files opened, please execute the command again

MariaDB 공식 원문에 표시된 Too many files opened, please execute the command again 항목의 문구를 확인하는 문서입니다.

Too many key parts specified; max %d parts allowed

MariaDB 공식 원문에 표시된 Too many key parts specified; max %d parts allowed 항목의 문구를 확인하는 문서입니다.

Too many keys specified; max %d keys allowed

MariaDB 공식 원문에 표시된 Too many keys specified; max %d keys allowed 항목의 문구를 확인하는 문서입니다.

Too many partitions (including subpartitions) were defined

MariaDB 공식 원문에 표시된 Too many partitions (including subpartitions) were defined 항목의 문구를 확인하는 문서입니다.

Too many strings for column %s and SET

MariaDB 공식 원문에 표시된 Too many strings for column %s and SET 항목의 문구를 확인하는 문서입니다.

Too many WITH elements in WITH clause

MariaDB 공식 원문에 표시된 Too many WITH elements in WITH clause 항목의 문구를 확인하는 문서입니다.

Transaction-precise system versioning for %`s is not supported

MariaDB 공식 원문에 표시된 Transaction-precise system versioning for %`s is not supported 항목의 문구를 확인하는 문서입니다.

Transaction registry is disabled

MariaDB 공식 원문에 표시된 Transaction registry is disabled 항목의 문구를 확인하는 문서입니다.

Trigger creation context of table %s.%s is invalid

MariaDB 공식 원문에 표시된 Trigger creation context of table %s.%s is invalid 항목의 문구를 확인하는 문서입니다.

TRX_ID %llu not found in mysql.transaction_registry

MariaDB 공식 원문에 표시된 TRX_ID %llu not found in mysql.transaction_registry 항목의 문구를 확인하는 문서입니다.

Uncompress the compressed binlog failed

MariaDB 공식 원문에 표시된 Uncompress the compressed binlog failed 항목의 문구를 확인하는 문서입니다.

Unhandled user-defined not found condition

MariaDB 공식 원문에 표시된 Unhandled user-defined not found condition 항목의 문구를 확인하는 문서입니다.

Unknown character set: '%s'

MariaDB 공식 원문에 표시된 Unknown character set: '%s' 항목의 문구를 확인하는 문서입니다.

Unknown command

MariaDB 공식 원문에 표시된 Unknown command 항목의 문구를 확인하는 문서입니다.

Unknown network namespace '%s'

MySQL 공식 원문에 표시된 Unknown network namespace '%s' 항목의 문구를 확인하는 문서입니다.

Unknown or incorrect time zone: '%s'

MariaDB 공식 원문에 표시된 Unknown or incorrect time zone: '%s' 항목의 문구를 확인하는 문서입니다.

Unknown storage engine '%s'

MariaDB 공식 원문에 표시된 Unknown storage engine '%s' 항목의 문구를 확인하는 문서입니다.

Unknown table '%s'

MariaDB 공식 원문에 표시된 Unknown table '%s' 항목의 문구를 확인하는 문서입니다.

Update locks cannot be acquired during a READ UNCOMMITTED transaction

MariaDB 공식 원문에 표시된 Update locks cannot be acquired during a READ UNCOMMITTED transaction 항목의 문구를 확인하는 문서입니다.

User '%s' has exceeded the '%s' resource (current value: %ld)

MariaDB 공식 원문에 표시된 User '%s' has exceeded the '%s' resource (current value: %ld) 항목의 문구를 확인하는 문서입니다.

Variable '%s' can't be set to the value of '%s'

MariaDB 공식 원문에 표시된 Variable '%s' can't be set to the value of '%s' 항목의 문구를 확인하는 문서입니다.

Variable schema is not supported.

MariaDB 공식 원문에 표시된 Variable schema is not supported. 항목의 문구를 확인하는 문서입니다.

Versioned table %s.%s: adding HISTORY partition(s) failed

MariaDB 공식 원문에 표시된 Versioned table %s.%s: adding HISTORY partition(s) failed 항목의 문구를 확인하는 문서입니다.

View text checksum failed

MariaDB 공식 원문에 표시된 View text checksum failed 항목의 문구를 확인하는 문서입니다.

Window specification referencing another one '%s' cannot contain partition list

MariaDB 공식 원문에 표시된 Window specification referencing another one '%s' cannot contain partition list 항목의 문구를 확인하는 문서입니다.

Write to exceptions table failed. Message: %s"

MariaDB 공식 원문에 표시된 Write to exceptions table failed. Message: %s" 항목의 문구를 확인하는 문서입니다.

Wrong parameters for %`s: missing '%s'

MariaDB 공식 원문에 표시된 Wrong parameters for %`s: missing '%s' 항목의 문구를 확인하는 문서입니다.

WSAStartup Failed

MariaDB 공식 원문에 표시된 WSAStartup Failed 항목의 문구를 확인하는 문서입니다.

XA_RBTIMEOUT: Transaction branch was rolled back: took too long

MariaDB 공식 원문에 표시된 XA_RBTIMEOUT: Transaction branch was rolled back: took too long 항목의 문구를 확인하는 문서입니다.

XAER_INVAL: Invalid arguments (or unsupported command)

MariaDB 공식 원문에 표시된 XAER_INVAL: Invalid arguments (or unsupported command) 항목의 문구를 확인하는 문서입니다.

You cannot '%s' a log table if logging is enabled

MariaDB 공식 원문에 표시된 You cannot '%s' a log table if logging is enabled 항목의 문구를 확인하는 문서입니다.

참고 자료

PostgreSQL · 공식 자료 (새 창에서 열림)

확인 범위: sqlstate-error-codes, condition-identification · 확인일: 2026-07-24

MySQL · 공식 자료 (새 창에서 열림)

확인 범위: server-error-code, message-identification · 확인일: 2026-07-24