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 revisionBoth sides next revision
install_apache_mysql_php_linux_ubuntu_server [2020/06/08 22:49] – [Installing phpMyAdmin] wikiadmininstall_apache_mysql_php_linux_ubuntu_server [2020/06/08 22:54] – [Create a new admin user or new root user and password with access from any IP remotely] wikiadmin
Line 282: Line 282:
 </code> </code>
  
 +Now, let's grant the new rootuser user all privileges including with Grant Option, like this:
 +
 +<code>
 +GRANT ALL PRIVILEGES ON *.* TO 'rootuser'@'%' WITH GRANT OPTION;
 +
 +FLUSH PRIVILEGES;
 +</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. 
    
install_apache_mysql_php_linux_ubuntu_server.txt · Last modified: 2020/06/08 23:20 by wikiadmin