Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $cfg['Servers'][$i]['user'] = 'root';
  2. $cfg['Servers'][$i]['AllowNoPassword'] = true;
  3.  
  4. /etc/init.d/apache stop
  5.  
  6. $cfg['Servers'][$i]['user'] = 'root';# add this line
  7. $cfg['Servers'][$i]['AllowNoPasswordRoot'] = true;
  8.  
  9. /etc/init.d/apache start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement