lasasjohn.blogg.se

Install mysql on mac tutorial
Install mysql on mac tutorial











  1. #INSTALL MYSQL ON MAC TUTORIAL INSTALL#
  2. #INSTALL MYSQL ON MAC TUTORIAL PASSWORD#
  3. #INSTALL MYSQL ON MAC TUTORIAL DOWNLOAD#

Where, username is your username that you have set earlier. If not, then use the following command to change its permission. The permission of this file should be the following. And to save the file and exit type the following :wq and hit Enter. Now, to come out of the INSERT mode press the Esc key. Here is what I have written in my nf file. Options Indexes MultiViews FollowSymLinksĭon't forget to replace YOUR_USER_NAME with your username. Press the i key to enter into INSERT mode. You can use other editors like vim or nano.

install mysql on mac tutorial

In the following example I am using vi editor. Now create the configuration file nf inside the users directory. Open terminal and go to the following directory. Type the whoami command in the terminal and it will tell you your username. Note! Replace the username with your username.įor example, my username is yusufshakeel so, my file is nf. Now, its time to create a nf file which will help in configuring our document root. Now, run the following command to create the Sites directory.įor me the user document root path is the following.

install mysql on mac tutorial

Run the following command to switch to the user home directory. The system level document root in macOS Mojave is located in the following directory.įor the user level we can create a directory called Sites in user directory. One is at the system level and the other is at the user level. This is the location in the computer file system from where the files are accessed when we visit the localhost in a browser.ĭocument Root is a directory where we put our website files. In case you don't get to see the above output then run the following command to check the error. If you want to stop the Apache server then run the following command.Īnd to restart Apache server run the following command.Īfter starting Apache server go ahead and test it by opening a browser like Safari or Chrome and visit You will get to see the following output in your browser.

#INSTALL MYSQL ON MAC TUTORIAL PASSWORD#

When you use sudo in the terminal then you will be prompted to enter your admin password to proceed. To start Apache web server run the following command. To check the version of Apache installed run the following command in the Terminal. Open Terminal using macOS Spotlight or go to /Applications/Utilities and open Terminal.

install mysql on mac tutorial

The new macOS Mojave comes with Apache pre-installed. Lets go ahead and configure our LAMP stack development environment on macOS Mojave.

#INSTALL MYSQL ON MAC TUTORIAL DOWNLOAD#

We will be using the pre-installed Apache and PHP and we will download and setup MySQL database.

#INSTALL MYSQL ON MAC TUTORIAL INSTALL#

In this tutorial we will learn to install Apache, MySQL, PHP on macOS Mojave 10.14.Īpple released the new macOS Mojave 10.14 on 24th September 2018 and it includes Apache and PHP.













Install mysql on mac tutorial