I'd like to start learning WWW-programming in my Linux Mint. I have installed PHP and now I'd like to install MySQL. I tried to follow instructions on http://www.cyberciti.biz/faq/install-mysql-server-5-on-ubuntu-linux/ but I got the following error message:
sudo /etc/init.d/apache2 restart
* Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting .apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
What am I doing wrong? And how can I install Smarty on my computer?