This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
change_my_vps_password [2019/01/31 23:18] admin created |
change_my_vps_password [2019/02/01 01:15] (current) admin |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| == Change ssh password == | == Change ssh password == | ||
| - | - connect via ssh with putty | + | - connect via ssh with putty on port given at installation |
| - | - introduce the login, enter | + | - introduce the login, enter |
| - | - introduce the password, enter | + | - introduce the password, enter |
| - | - introduce "passwd", enter | + | - introduce "passwd", enter |
| - | - introduce the new password, enter | + | - introduce the new password, enter |
| + | == Change mysql password == | ||
| + | - connect on mysql with phpMyAdmin url give at installation | ||
| + | - go to privilege/user | ||
| + | - select "phpmyadmin" | ||
| + | - change the password | ||
| + | |||
| + | == Change ftp password == | ||
| + | - connect via ssh with putty on port given at installation | ||
| + | - introduce the login, enter | ||
| + | - introduce the password, enter | ||
| + | - introduce "ftpasswd --hash", enter | ||
| + | - introduce the new password, enter | ||
| + | - change the old hash with new hash into /etc/proftpd/user.conf | ||