Kamil Tekiela
Kamil Tekiela
@Vedprakash19 "Try MD5 for storing password ( hash )". No! Please do not use MD5 for hashing password.
@Vedprakash19 Because it is not much better than plain text passwords. You can Google that https://www.google.com/search?q=md5+for+passwords&rlz=1C1CHBF_enIE798IE798&oq=md5+for+passwords&aqs=chrome..69i57.3047j0j1&sourceid=chrome&ie=UTF-8 Why would you want to use MD5 if you have proper PHP functions for...
Can you share the user that you used? Which privileges does it have?
I cannot reproduce this. I created a user with no privileges and I can see the message on both servers.
I think the solution would be to introduce a new setting that would limit the number of tables (e.g. 1000). If DB has more tables than the setting allows, the...
The autocomplete reads all columns from all tables. It reads all metadata, not just the name. It can be optimized a little bit, but at the end of the day,...
This is done on purpose. I don't what the initial thought behind this was, but I think this behaviour should be changed now. I think that this behaviour was introduced...
Could you please explain these changes? How do they fix the issue? What exactly did you change in the program behaviour? At first sight, the changes look good, but I...
Would you be able to provide some benchmarks or some way to test the performance improvement for ourselves?
Thanks for the script. I have reviewed it and I can't really find anything wrong with this PR. However, the description is a little misleading because it doesn't fix the...