Having problems here... :S
I followed this tutorial
http://www.developmentwall.com/install- ... in-ubuntu/
and added
sudo apt-get install php5-gd
1st - installed everything without setting a password and now I'm trying to connect to localhost/phpmyadmin and can't login without a password :S
2nd - all installation process went smoothly but how do I change permission in Mint?
the installation file went to file:///var/www/index.html I tried to create a php file in www folder and it says I have no permissions to do that.
EDIT1: Found the solution.
for the phpmyadmin password problem
sudo mysqladmin -u root password 'password'
for the permission to create files/folders
sudo chmod 777 /var/www
Thanks
EDIT1: Even though I tried
sudo chmod 777 /var/www
and
sudo chmod 775 -R /var/www
It didn't work out :s