i am trying to find if auto rehash is enabled or not basically trying to find -no-auto-rehash is applied to DB or not. how can i check that.
I tried looking in all system variables but can't find that
i am trying to find if auto rehash is enabled or not basically trying to find -no-auto-rehash is applied to DB or not. how can i check that.
I tried looking in all system variables but can't find that
Copyright © 2021 Jogjafile Inc.
auto-rehashis not a server variable or a database property. It's a client option.https://dev.mysql.com/doc/refman/8.0/en/mysql-command-options.html#option_mysql_auto-rehash
If you want to disable it, start the mysql client like this: