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 个月前249 查看次数
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
已回答 6 个月前
profile picture
专家
已审核 1 个月前
profile picture
专家
已审核 3 个月前
0
profile picture
专家
已回答 6 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容