Regardless of how you found your way to this post, your end goal must be to set or reset the root user password for your MySQL installation on Mac OS. This is another post I’m adding mostly for my own reference but if it can help someone else as a result that’s awesome. First you’ll need to stop the MySQL…
Month: December 2018
How to install Apache, PHP 7.1 and MySQL on CentOS 7.3 (LAMP)
In this quick tutorial I will show you how to install an Apache web server on CentOS 7 server with PHP and MySQL support. LAMP stands for Linux Apache MySQL PHP. There are also Windows and Mac variations of this named WAMP and MAMP respectively. To start, we will have to add the EPEL repo to install the latest phpMyAdmin:…