[DiscordArchive] What version of mysql do you use?
[DiscordArchive] What version of mysql do you use?
Archived author: Shin • Posted: 2019-08-16T21:26:25.389000+00:00
Original source
<@!295970375571865600> please report the error on github
Archived author: stevej • Posted: 2019-08-16T21:27:11.747000+00:00
Original source
Archived author: stevej • Posted: 2019-08-16T21:28:26.770000+00:00
Original source
Now I'm going to do the report, but for example, you can no longer use a password as easy as in previous versions. Anyway, maybe you should add a creation script for versions older than 8.0 and one for the current versions. But I'm going to investigate and make the report.
Archived author: stevej • Posted: 2019-08-16T21:28:40.558000+00:00
Original source
```sql
mysql> CREATE USER 'acore'@'localhost' IDENTIFIED WITH mysql_native_password BY 'acore' WITH MAX_QUERIES_PER_HOUR 0;
ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
```
Archived author: stevej • Posted: 2019-08-16T21:29:15.553000+00:00
Original source
It no longer supports that the password is so simple for example, before there were no problems.
Archived author: stevej • Posted: 2019-08-16T21:29:28.092000+00:00
Original source
I investigate well and make the report.
Archived author: Shin • Posted: 2019-08-16T21:30:15.833000+00:00
Original source
thanks!
Archived author: Shin • Posted: 2019-08-16T21:30:37.688000+00:00
Original source
more in general, I would be curious to know why in Ubuntu the default MysQL version is 5.7 and not 8.0
Archived author: Shin • Posted: 2019-08-16T21:31:03.687000+00:00
Original source
https://packages.ubuntu.com/search?keywo...sql-server
Archived author: Shin • Posted: 2019-08-16T21:31:12.854000+00:00
Original source
and no plans to introduce 8.0 in the newer releases