-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function encrypt not supported #4025
Comments
See https://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html#function_encrypt |
resolved the issue will use cgo, will make TiDB rely on specific platform, so the better way is port crypt function in golang, but the function is deprecated and will be removed in a future of MySQL, so it isn't a high priority issue now. |
A followup to @winkyao's comment: this function was removed from MySQL 8.0.3. |
This function was removed from MySQL 8.0 to prevent users from using weak crypto. I am going to close this issue for now, but we can re-consider if it becomes a blocking issue for someone. |
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
tidb-server -V
)?The text was updated successfully, but these errors were encountered: