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:31] – [Installing Apache2 web server, MySQL database server, and PHP language interpreter, on Ubuntu Server] wikiadmininstall_apache_mysql_php_linux_ubuntu_server [2020/06/08 16:47] – [Install MySQL Database Server] wikiadmin
Line 164: Line 164:
 <code>sudo mysql_secure_installation</code> <code>sudo mysql_secure_installation</code>
  
-<code>+<QUOTE>
 Securing the MySQL server deployment. Securing the MySQL server deployment.
  
Line 174: Line 174:
 secure enough. Would you like to setup VALIDATE PASSWORD component?  secure enough. Would you like to setup VALIDATE PASSWORD component? 
  
-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:
Line 182: Line 182:
 STRONG Length >= 8, numeric, mixed case, special characters and dictionary  file 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**
 Please set the password for root here. Please set the password for root here.
  
-New password:+**New password:**
  
-Re-enter new password:+**Re-enter new password:**
  
 Estimated strength of the password: 100 Estimated strength of the password: 100
Line 198: Line 198:
 environment. environment.
  
-Remove anonymous users? (Press y|Y for Yes, any other key for No) : y+**Remove anonymous users? (Press y|Y for Yes, any other key for No) : y**
 Success. Success.
  
Line 206: Line 206:
 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+**Disallow root login remotely? (Press y|Y for Yes, any other key for No) : y** //(n should be considered)//
 Success. Success.
  
Line 215: Line 215:
  
  
-Remove test database and access to it? (Press y|Y for Yes, any other key for No) : y+**Remove test database and access to it? (Press y|Y for Yes, any other key for No) : y**
  - Dropping test database...  - Dropping test database...
 Success. Success.
Line 225: Line 225:
 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**
 Success. Success.
  
-All done! +</QUOTE>
-</code>+
  
  
install_apache_mysql_php_linux_ubuntu_server.txt · Last modified: 2020/06/08 23:20 by wikiadmin