0% found this document useful (0 votes)
54 views1 page

Install On Ubuntu 16.04: Ubuntu16.04-Installing Mysql 5/mariadb

This document provides instructions for installing LAMP (Linux Apache MySQL PHP) software and OpenCATS on an Ubuntu 16.04 machine. It notes that the instructions will work for a VPS or home/office machine, but additional security measures would be needed for a production server accessible from outside the network. The steps include updating packages, installing MariaDB or MySQL, and running the mysql_secure_installation script. It warns that software versions may differ on other Ubuntu versions, requiring a different install process.

Uploaded by

Arun m
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views1 page

Install On Ubuntu 16.04: Ubuntu16.04-Installing Mysql 5/mariadb

This document provides instructions for installing LAMP (Linux Apache MySQL PHP) software and OpenCATS on an Ubuntu 16.04 machine. It notes that the instructions will work for a VPS or home/office machine, but additional security measures would be needed for a production server accessible from outside the network. The steps include updating packages, installing MariaDB or MySQL, and running the mysql_secure_installation script. It warns that software versions may differ on other Ubuntu versions, requiring a different install process.

Uploaded by

Arun m
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Install on Ubuntu 16.04 — OpenCATS 0.9.

3 documentation Page 1 of 1

Docs » Install on Ubuntu 16.04

Install on Ubuntu 16.04


These instructions will walk you through setting up LAMP (Linux Apache Mysql
PHP) software and install OpenCATS on a Ubuntu 16.04 machine. These
instructions will work with a VPS, or a home/office machine.

Note

If this is a production machine, that is accessible by people outside your


network, this walk-through doesn’t address additional server security. You
would definitely want to make sure things are secured correctly.

Warning

If you are running a different version of Ubuntu (other than 16.04) the default
software versions will be different, which means the install process will be
different.

Ubuntu16.04-Installing MySQL 5/Mariadb


Note

mysql and mariadb are basically the same software with different names.
You can use either, just change the commands to the appropriate name.

• $ sudo apt-get update

• $ sudo apt-get install mariadb-server mariadb-client

• $ sudo mysql_secure_installation

Note

https://opencats-documentation.readthedocs.io/en/latest/Install-Ubuntu-16.04.html 10/15/2020

You might also like