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 18:39] – [Install MySQL Database Server] wikiadmininstall_apache_mysql_php_linux_ubuntu_server [2020/06/08 19:42] – [Install MySQL Database Server] wikiadmin
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**
 +
 //Please set the password for root here.// //Please set the password for root here.//
  
Line 189: Line 192:
 **Re-enter new password:** **Re-enter new password:**
  
-//Estimated strength of the password: 100 +//Estimated strength of the password: 100// 
-Do you wish to continue with the password provided?(Press y|Y for Yes, any other key for No) : y + 
-By default, a MySQL installation has an anonymous user,+**Do you wish to continue with the password provided?(Press y|Y for Yes, any other key for No) : y** 
 + 
 +//By default, a MySQL installation has an anonymous user,
 allowing anyone to log into MySQL without having to have allowing anyone to log into MySQL without having to have
 a user account created for them. This is intended only for a user account created for them. This is intended only for
Line 218: Line 223:
  
 **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.//
  
- - Removing privileges on test database...+** - Removing privileges on test database...**
  
 //Success.// //Success.//
Line 232: Line 238:
  
 //Success.// //Success.//
 +
 +//All done!//
  
 </QUOTE> </QUOTE>
 +
 +===== Installing phpMyAdmin =====
 +
 +phpMyAdmin is a web interface to manage MySQL databases and user privileges.  Install phpMyAdmin on Ubuntu 20.04 LTS as follows:
 +
 +<code>sudo apt install phpmyadmin</code>
 +
 +When prompted during installation, select "Apache" as the web server running phpMyAdmin.
 +
 +When prompted to create the phpMyAdmin database, provide your admin user access details and take the remaining steps to complete the installation.
  
  
install_apache_mysql_php_linux_ubuntu_server.txt · Last modified: 2020/06/08 23:20 by wikiadmin