Setting page:
http://localhost:8888/MAMP/
Install phpmyadmin:
I removed phpmyadmin with
then installed it again with
This time I pressed space to select the apache2 option..
Run the following command and you'll have a folder called "phpmyadmin" in your localhost.
Now you can access phpMyAdmin at http://localhost/phpmyadmin/
http://localhost:8888/MAMP/
Install phpmyadmin:
I removed phpmyadmin with
Code:
sudo apt-get remove phpmyadmin
Code:
sudo apt-get install phpmyadmin
Run the following command and you'll have a folder called "phpmyadmin" in your localhost.
Code:
sudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin
Comments