MariaDB

MariaDB is a community-developed, commercially supported fork of MySQL.

Vendor MariaDB Foundation
Category Relational Databases
Platforms windows linux macos
📊
873
Total Errors
Browse All Errors →
1064 Error

%s near '%s' at line %d

MariaDB Error 1064: SQL Syntax Error

MariaDB Error 1064 indicates a fundamental problem with the syntax of your SQL statement. The server's parser encount...

1149 Error

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ve...

MariaDB Error 1149: SQL Syntax Error Encountered

Error 1149 indicates that the MariaDB server has encountered an invalid SQL statement. This means the query or comman...

1586 Error

Duplicate entry '%s' for key '%s'

MariaDB Error 1586: Duplicate Key Entry

This error indicates an attempt to insert or update data that violates a unique constraint in your MariaDB database. ...

1698 Error

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

MariaDB Error 1698: Access Denied No Password

MariaDB Error 1698 indicates that a connection attempt was denied because the server expected a password for the spec...

1859 Error

Duplicate entry for key '%s'

MariaDB Error 1859: Duplicate Key Entry Detected

MariaDB Error 1859 indicates an attempt to insert or update a row that would result in a duplicate value in a column ...

1045 Error

Access denied for user '%s'@'%s' (using password: %s)

MariaDB Error 1045: Access Denied for User

This error indicates that the MariaDB server has rejected a connection attempt due to an authentication failure. It t...

1054 Error

Unknown column '%s' in '%s'

MariaDB Error 1054: Unknown Column Reference

This error indicates that a SQL query attempted to reference a column name that does not exist within the specified t...

1062 Error

Duplicate entry '%s' for key %d

MariaDB Error 1062: Duplicate Entry for Key

MariaDB Error 1062, also known as `ER_DUP_ENTRY` with SQLSTATE `23000`, indicates that an attempt was made to insert ...

1265 Warning

Data truncated for column '%s' at row %ld

MariaDB Error 1265: Data Truncation Warning

MariaDB Error 1265 indicates that data provided for a column was too long and has been truncated. Instead of failing ...

1364 Error

Field '%s' doesn't have a default value

MariaDB Error 1364: Missing Default Field Value

This error occurs when an `INSERT` or `UPDATE` statement attempts to add or modify a row in a table, but a specific c...