Quantcast
Channel: VBForums - Database Development
Viewing all articles
Browse latest Browse all 2918

err log and fix mysql native password deprecated error, may have fixed now

$
0
0
2024-03-17T11:36:36.089388Z 0 [System] [MY-010116] [Server] C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe (mysqld 8.0.36) starting as process 20776
2024-03-17T11:36:36.139301Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2024-03-17T11:36:36.885510Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2024-03-17T11:36:37.525016Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2024-03-17T11:36:37.527127Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2024-03-17T11:36:37.594544Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060
2024-03-17T11:36:37.594707Z 0 [System] [MY-010931] [Server] C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe: ready for connections. Version: '8.0.36' socket: '' port: 3307 MySQL Community Server - GPL.
2024-03-17T11:36:39.540612Z 8 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'

following this here https://repost.aws/questions/QUNe4_o...-is-deprecated

the err log in the data folder was filling up with hundreds of these entries in red


by running this on the USER logged into databse on 8.0.36
ALTER USER 'user'@'%' IDENTIFIED WITH caching_sha2_password BY 'password';

Viewing all articles
Browse latest Browse all 2918

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>