User Tools

Site Tools


lemp-install

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
lemp-install [2021/08/11 15:45] – [Add new SQL user] gwsadminlemp-install [2023/05/17 22:52] (current) – external edit 127.0.0.1
Line 267: Line 267:
 create user 'phpadmin'@'localhost' identified by 'yourpassword'; create user 'phpadmin'@'localhost' identified by 'yourpassword';
  
-grant all privileges on *.* to admin@localhost with grant option;+grant all privileges on *.* to 'phpadmin'@'localhostwith grant option;
  
 flush privileges; flush privileges;
lemp-install.1628696737.txt.gz · Last modified: 2023/05/17 22:52 (external edit)