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:54] – [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 22:56] – [Create a new admin user or new root user and password with access from any IP remotely] wikiadmin
Line 286: Line 286:
 <code> <code>
 GRANT ALL PRIVILEGES ON *.* TO 'rootuser'@'%' WITH GRANT OPTION; GRANT ALL PRIVILEGES ON *.* TO 'rootuser'@'%' WITH GRANT OPTION;
 +</code>
  
 +And, then run this command:
 +
 +<code>
 FLUSH PRIVILEGES; FLUSH PRIVILEGES;
 </code> </code>
install_apache_mysql_php_linux_ubuntu_server.txt · Last modified: 2020/06/08 23:20 by wikiadmin