1. As root, edit the sshd_config file in /etc/ssh/sshd_config: nano /etc/ssh/sshd_config 2. Add a line in the Authentication section of the file that says PermitRootLogin yes...
Continue reading...root
MYSQL ADD remote user
mysql -u root -p GRANT ALL PRIVILEGES ON *.* TO ‘root’@’192.168.71.20’ IDENTIFIED BY ‘root_password_here’ WITH GRANT OPTION;
Continue reading...
Naujausi komentarai