Changes

Jump to: navigation, search

OPS235 Assignment 2 OLD

604 bytes added, 08:28, 21 July 2017
Ready to show
= OPS235 Assignment 2 =
'''Weight: ''' 5% of the overall grade
'''Due Date: ''' Week 13 <br />Refer to your instructor for submission instructions  {{Admon/important|It is YOUR responsibility to Backup your centos3 VM for this Assignment!|You are required to frequently backup your VM prior to exiting a work session during this assignment. Your instructor will NOT accept the fact that your hard disk crashed and lost all of your work. If you properly backed up your VM images and xml configuration files to a USB, then you can purchase a new hard-disk or wipe and recreate your hard disk and restore your VMs.}}<br>
== Introduction and Purpose ==
# Start the MySQL service (mysqld or mariadb) using '''systemctl'''.
# Do not ignore the messages that are printed the first time you start the service, it will print a message telling you how to set a password and take other basic steps to secure the the MySQL server. Follow those instructions to set a password, recording the detail of what you do for later use.
# Ensure that the mysqld/mariadb service starts automatically during boot.
# You may get messages after starting the MySQL service for the first time. Do not ignore these messages, it will tell you how to set a password and take other basic steps to secure the the MySQL server. Follow those instructions to set a password, recording the detail of what you do for later use.
#* If you do not see any messages, research how you can secure the MySQL installation and set the MySQL-root password.
#* Read those messages carefully, you are setting up a production MySQL server and there shouldn't be any "test" databases or anonymous users or users without a password.
# Set your MySQL root password to your learn ID (without the @senecac.on.ca part).
=== Ready to show ===
Open one or more terminals in f19hostc7host, SSH to fedora3 centos3 from those terminals, and have the following ready:
* The correct RPMs are installed
* Output of chkconfig --list mysqld
* Output of head -30 /var/www/html/wodpress/wp-config.php
* Open a firefox with http://centos3/wordpress/
 
=== Rubric ===

Navigation menu