Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


install_apache_mysql_php_linux_ubuntu_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
install_apache_mysql_php_linux_ubuntu_server [2020/06/08 16:52] – [Install MySQL Database Server] wikiadmininstall_apache_mysql_php_linux_ubuntu_server [2020/06/08 18:42] – [Install MySQL Database Server] wikiadmin
Line 165: Line 165:
  
 <QUOTE> <QUOTE>
-//Securing the MySQL server deployment.+//Securing the MySQL server deployment.//
  
-Connecting to MySQL using a blank password.+//Connecting to MySQL using a blank password.//
  
-VALIDATE PASSWORD COMPONENT can be used to test passwords+//VALIDATE PASSWORD COMPONENT can be used to test passwords
 and improve security. It checks the strength of password and improve security. It checks the strength of password
 and allows the users to set only those passwords which are and allows the users to set only those passwords which are
Line 176: Line 176:
 **Press y|Y for Yes, any other key for No: y** **Press y|Y for Yes, any other key for No: y**
  
-//There are three levels of password validation policy:+//There are three levels of password validation policy://
  
-LOW    Length >= 8 +//LOW    Length >= 8// 
-MEDIUM Length >= 8, numeric, mixed case, and special characters + 
-STRONG Length >= 8, numeric, mixed case, special characters and dictionary file//+//MEDIUM Length >= 8, numeric, mixed case, and special characters// 
 + 
 +//STRONG Length >= 8, numeric, mixed case, special characters and dictionary file//
  
 **Please enter 0 = LOW, 1 = MEDIUM and 2 = STRONG: 2** **Please enter 0 = LOW, 1 = MEDIUM and 2 = STRONG: 2**
Line 203: Line 205:
  
  
-Normally, root should only be allowed to connect from+//Normally, root should only be allowed to connect from
 'localhost'. This ensures that someone cannot guess at 'localhost'. This ensures that someone cannot guess at
-the root password from the network.+the root password from the network.//
  
 **Disallow root login remotely? (Press y|Y for Yes, any other key for No) : y** //(n should be considered)// **Disallow root login remotely? (Press y|Y for Yes, any other key for No) : y** //(n should be considered)//
Line 211: Line 213:
 //Success.// //Success.//
  
-By default, MySQL comes with a database named 'test' that+//By default, MySQL comes with a database named 'test' that
 anyone can access. This is also intended only for testing, anyone can access. This is also intended only for testing,
 and should be removed before moving into a production and should be removed before moving into a production
-environment.+environment.//
  
  
Line 224: Line 226:
  - Removing privileges on test database...  - Removing privileges on test database...
  
-**Success.**+//Success.//
  
-Reloading the privilege tables will ensure that all changes +//Reloading the privilege tables will ensure that all changes 
-made so far will take effect immediately.+made so far will take effect immediately.//
  
 **Reload privilege tables now? (Press y|Y for Yes, any other key for No) : y** **Reload privilege tables now? (Press y|Y for Yes, any other key for No) : y**
install_apache_mysql_php_linux_ubuntu_server.txt · Last modified: 2020/06/08 23:20 by wikiadmin