Jorge Rodriguez (A.K.A. Tiriel)

Results 58 comments of Jorge Rodriguez (A.K.A. Tiriel)

Related to #62 #99 #89 According to the [docs](https://dev.mysql.com/doc/refman/8.0/en/show-grants.html) MySQL 8 no longer reports `ALL` privileges as `ALL` but as the explicit list of granted privileges. This causes the privilege...

If I understood the PR correctly, the actual modification checks weren't updated, so I'd say the behaviour remains unchanged

@Andersson007 let's prioritize this, @tchernomax issue is quite serious.

> @tchernomax thanks for reporting this! > > > @Andersson007 let's prioritize this, @tchernomax issue is quite serious. > > @Jorge-Rodriguez agreed! Would you like to pick it up? I...

Ping @bmildren The change to pass already hashed passwords seems to apply to "newer' servers. What was the rationale behind it?

@bmalynovytch #9 is my change. Can you elaborate on how it's related? Mind that while blame shows changes on that line in #9, the actual hashing code is older than...

@Andersson007 sure, I'll give this a go

**Note:** this is supported only by MySQL >= 8.0.19 MariaDB does **not** support this feature. MariaDB can offer similar functionality via the `max_password_errors` server variable. This collection's variables module should...

> @ziegenberg @bmalynovytch @Jorge-Rodriguez what do you think of ^ ? I agree, but we shouldn't further to follow the usual procedure of warnings about the connector no longer being...

@ziegenberg PR #163 has been superseded by #246