I am using
whereis mysql
in my terminal to get exact location of my MySQL installation, but it's showing too many locations:
mysql: /usr/bin/mysql /etc/mysql /usr/lib/mysql /usr/bin/X11/mysql /usr/share/mysql /opt/lampp/bin/mysql /opt/lampp/bin/mysql.server /usr/share/man/man1/mysql.1.gz
Does it mean that I have installed MySQL more than once?
type
instead ofwhereis
(and yes, it would appear that you have at least two installations ofmysql
) – Stéphane Chazelas Aug 14 '13 at 15:19