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 23:08] – [Create a new admin user or new root user and password with access from any IP remotely] wikiadmininstall_apache_mysql_php_linux_ubuntu_server [2020/06/08 23:13] – [Create a new admin user or new root user and password with access from any IP remotely] wikiadmin
Line 298: Line 298:
  
 <code> <code>
-CREATE USER 'rootuser'@'%' IDENTIFIED BY 'MyComplex54321Pwd!';+CREATE USER 'rootuser'@'%' IDENTIFIED BY 'YourComplex#54321Pwd!';
  
 </code> </code>
  
-Now, let's grant the new rootuser user all privileges including with Grant Option, like this:+Now, let's grant the new user named 'rootuser' all privileges including the Grant Option, like this:
  
 <code> <code>
Line 308: Line 308:
 </code> </code>
  
-And, then run this command:+And lastly, run this command:
  
 <code> <code>
Line 314: Line 314:
 </code> </code>
  
-Now, go log into phpmyadmin through a webpage on a remote device with the username rootuser and the password you installed for rootuser. You should have success now. +Exit the MySQL console and return to the SSH user prompt, with the exit command: 
 + 
 +<BLOCK>mysql> exit</BLOCK> 
 + 
 +Now, open your web browser and log into PhpMyAdmin through a webpage on a remote device with the username 'rootuserand the password you installed for rootuser. You should have success now. 
    
install_apache_mysql_php_linux_ubuntu_server.txt · Last modified: 2020/06/08 23:20 by wikiadmin