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
已提問 6 個月前檢視次數 244 次
2 個答案
1
已接受的答案

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
已回答 5 個月前
profile picture
專家
已審閱 23 天前
profile picture
專家
已審閱 2 個月前
0
profile picture
專家
已回答 6 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南