How to install Full Webserver ( Apache, PHP, MySQL, phpMyAdmin) | Mac OS X El Capitan
У вашего броузера проблема в совместимости с HTML5
[Updated Tutorial] https://youtu.be/hVHFPzjp064
Do you want to start creating websites on your mac?
Let's install a Full Web server with Apache, PHP, MySQL and phpMyAdmin and get everything running to start coding!
- - Steps - -
- sudo apachectl start
- sudo nano /etc/apache2/httpd.conf
- sudo apachectl restart
- http://dev.mysql.com/downloads/mysql/
- cd /usr/local/mysql/bin
- ./mysql -u root -p
- alter user “root”@“localhost” identified by “password”;
- cd /library/webserver/documents
- sudo chmod o+x phpmyadmin/
- sudo mkdir /var/mysql
- sudo ln -s /tmp/ /var/mysql/mysql.sock
-- More Tutorials At --
https://www.sts-tutorial.com