Skip to content

Commit 482e1d9

Browse files
committed
Add notes to prevent users from mixing things up
1 parent 2c01dfb commit 482e1d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ For example (assuming 10.110.12.17 is the IP address of the target server):
7070
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.
7171
2. Session Replay: Only complete sessions can be replayed.
7272
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.
7474
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).
7677

7778
## Release History
7879

0 commit comments

Comments
 (0)