Projects

Step 2 — Configure the database server

By now you should know how to install and configure a MySQL DBMS to work with remote Web Server

  1. Install MySQL server
  2. Create a database and name it tooling
  3. Create a database user and name it webaccess
  4. Grant permission to webaccess user on tooling database to do anything only from the webservers subnet cidr

Step 3 — Prepare the Web Servers

We need to make sure that our Web Servers can serve the same content from shared storage solutions, in our case – NFS Ser...
Learn More