
- #SETUP MYSQL FOR WORDPRESS MAC OSX INSTALL#
- #SETUP MYSQL FOR WORDPRESS MAC OSX WINDOWS 10#
- #SETUP MYSQL FOR WORDPRESS MAC OSX DOWNLOAD#
A database server is where WordPress content get stored.Ī true open source database server that you can use with WordPress is MariaDB database server. You’ll also need a database server to run WordPress. If you see the above page in your browser, then Nginx is working as expected. To test whether Nginx is installed and functioning, open your web browser and browse to the server’s IP address or hostname.
#SETUP MYSQL FOR WORDPRESS MAC OSX INSTALL#
To install Nginx on Ubuntu, run the commands below: sudo apt updateĪfter installing Nginx, the commands below can be used to stop and start Nginx services. WordPress requires a web server to function, and Nginx is one of the most popular opensource web server available today.
#SETUP MYSQL FOR WORDPRESS MAC OSX WINDOWS 10#
Now that Windows 10 WSL environment is ready, continue below to install Nginx, MariaDB, PHP and configure WordPress to run. wsl -set-default-version 1īcdedit /set hypervisorlaunchtype auto start These run below and try to launch Ubuntu image again.

Some troubleshooting commands to run when you run into issues above. To see these additional updates run: apt list -upgradable Memory usage: 26% IPv4 address for eth0: 10.0.2.15 Usage of /home: unknown Users logged in: 0 System information as of Mon Apr 12 17:57: To run a command as administrator (user "root"), use "sudo ". The username does not need to match your Windows username. Please create a default UNIX user account. After installing Ubuntu, you’ll want the option to launch Ubuntu from Windows WSL environment.Īfter launching Ubuntu, it should install and prompt to create your account. Ubuntu 20.04 LTS on Windows allows you to use Ubuntu Terminal and run Ubuntu command line utilities including bash, ssh, git, apt and many more.Ĭlick the Get button and install.
#SETUP MYSQL FOR WORDPRESS MAC OSX DOWNLOAD#
Now that WSL 2 is installed and ready to be used, open the link below to download and install a copy of Ubuntu 20.04 from Windows store. wsl -set-default-version 2 Install Ubuntu in Windows 10

Then run the commands below to configure WSL 2 as the default version of WSL. If you don’t restart, the below command might not be recognized.Īfter restarting your computer, login back in and launch PowerShell as administrator.

When you’re done running the commands above, restart your computer for all the configuration changes to apply. If you’re using Windows 10 version lower than 2004, then use the commands below: Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform -NoRestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart To enable the VM platform feature in Windows, run the commands below from the same PowerShell administrator’s console. WSL 2 requires Windows 10 Virtual Machine Platform to be enabled. Dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestartĪfter installing, you should get a success message similar to the lines below: Deployment Image Servicing and Management tool
