You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is no 'native' way to do it in safe, but if you know little ruby you should remember that 'safe' config file is just a ruby file. so you have all the ruby power. smth like this should work: echo 'show databases' | mysql -u root.split("\n")[1..-1].each { |dbname| ... }
we'll think about adding a cleaner way of doing it to safe.
Is this possible? Rather than explicitly listing them?
The text was updated successfully, but these errors were encountered: