I recently did my first mySQL installation (the OS is Linux). How can
I set up users so that they do not need to supply a password to use
mysql?
I want to be able to issue commands like
mysql -e "select host,db,user from db" mysql
instead of having to do something like
mysql -e "select
I've been reading the documentation for the last 3 hours in search for
the answer to this question, to no avail. To preserve the little
eyesight I have left, I've decided to post it.
I've been trying to install mysql-max-3.23.39 on a Linux system
(pc-linux-gnu-i686). The daemon runs fine, bu