You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,10 @@ For example (assuming 10.110.12.17 is the IP address of the target server):
70
70
1. User Accounts and Privileges: Both MySQL instances on the target and online servers must have identical user accounts and privileges, though passwords can differ.
71
71
2. Session Replay: Only complete sessions can be replayed.
72
72
3. OpenSSL Support: OpenSSL 1.1.0+ is not currently supported.
73
-
4. Password Plugin Compatibility: MySQL 8.0’s caching_sha2_password is not supported. To test MySQL 8.0 using MySQL 5.7 production flows, use mysql_native_password and ensure that all users involved in the test are configured with the mysql_native_password plugin.
73
+
4. Password Plugin Compatibility: MySQL 8.0’s **caching_sha2_password** is not supported. To test MySQL 8.0 using MySQL 5.7 production flows, use **mysql_native_password** and ensure that all users involved in the test are configured with the **mysql_native_password** plugin.
74
74
5. The `./configure --with-resp-payload` option for `intercept` cannot be used together with the `./configure` option for `tcpcopy`.
75
-
6. For additional assistance, visit [tcpcopy](https://github.com/session-replay-tools/tcpcopy).
75
+
6.**tcpcopy with mysql-replay-module** only supports the MySQL protocol.
76
+
7. For additional assistance, visit [tcpcopy](https://github.com/session-replay-tools/tcpcopy).
0 commit comments