What does the last digit of aws RDS server_audit.log mean?

0

In the log, the last digit, and then ",," what the previous number represents, is usually 0,, I also found other ones, such as

DD-Boom
asked 5 months ago232 views
2 Answers
1
Accepted Answer

Amazon RDS (Relational Database Service) is a managed relational database service provided by Amazon that supports multiple database engines, including MySQL, PostgreSQL, MariaDB, Oracle, and Microsoft SQL Server. Each database engine has its own set of error codes and status codes. The following are some common Amazon RDS error codes, which may include errors related to logging operations:

MySQL:

1213: Deadlock found when trying to get lock

1227:Access denied; you need (at least one of) the SUPER privilege(s) for this operation

1235: This version of MySQL doesn't yet support 'multiple triggers with the same action time and event for one table'

2003: Can't connect to MySQL server on 'hostname' (10060)

2005: Unknown MySQL server host 'hostname' (11001)

PostgreSQL:

23505: duplicate key value violates unique constraint

23503:referential integrity violation

25P02:current transaction is aborted, commands ignored until end of transaction block

58030: I/O error occurred while reading from or writing to a file

Oracle:

00060: deadlock detected while waiting for resource

01017: invalid username/password; logon denied

03113:end-of-file on communication channel

03114:not connected to ORACLE

SQL Server:

4060: cannot open database requested in login 'database'. Login fails

18456: login failed for user 'username'

1205: transaction (process ID %d) was deadlocked on %.*ls resources with another process and has been chosen as the deadlock victim. Rerun the transaction

DD-Boom
answered 5 months ago
profile picture
EXPERT
reviewed 2 days ago
profile picture
EXPERT
reviewed 2 months ago
0
profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions