I'm setting up a LAMP server on a Pi for PHP development, and I'm trying to get MySQL installed. PHP works fine, but today I downloaded phpMyAdmin and it complained about the MySQLi extension being missing. I purged all packages relating to MySQL that I could find in Aptitude, then reinstalled "mysql-common", "libmysqlclient18:armhf" and "php5-mysql" (these are the only packages which show up with dpkg --list | grep mysql. My problem now is, that although phpMyAdmin seems satisfied that the MySQLi extension is present, I'm not sure if the mysql binary is. Running the command mysql to use the command line interface gives the error -bash: mysql: command not found and a search for whereis mysql gives only /etc/mysql which contains a config file but no binary.
How can I get MySQL working?
Thanks,
yttriuszzerbus