|
Vftp
|
| Author |
Message |
scoutsniper
Junior Member

Posts: 95
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: -3
|
Vftp
Hi,where can i see the vftp password because i forgot it
ISPCP Is Open Source!!! And it's very nice if u want u can make donations for ISPCP :-) I will do it soon :-)
Ако си Булгарин драскай...
|
|
| 11-27-2007 04:29 AM |
|
 |
joximu
Moderator
    
Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
RE: Vftp
/etc/proftpd/proftd.conf
line SQLConnectInfo
/J
2008-03-16 ispCP RC4 released!!!
|
|
| 11-27-2007 07:05 AM |
|
 |
scoutsniper
Junior Member

Posts: 95
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: -3
|
RE: Vftp
No,look in new installation of ispcp i dont uninstall proftpd i type auto generate and in proftpd conf is old ispcp vftp password where can i see the new password or with command in terminal to view the ispcp install history?
ISPCP Is Open Source!!! And it's very nice if u want u can make donations for ISPCP :-) I will do it soon :-)
Ако си Булгарин драскай...
|
|
| 11-27-2007 07:10 AM |
|
 |
joximu
Moderator
    
Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
RE: Vftp
There are only two places: the already given, in cleartext and the database with a crypted version of the password.
So, you need to change the password in the mysql database for the vftp user and then set write this password in the proftpd.conf
2008-03-16 ispCP RC4 released!!!
|
|
| 11-27-2007 07:27 AM |
|
 |
scoutsniper
Junior Member

Posts: 95
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: -3
|
RE: Vftp
There are only two places: the already given, in cleartext and the database with a crypted version of the password.
So, you need to change the password in the mysql database for the vftp user and then set write this password in the proftpd.conf
But how to change with this ?
# killall mysqld
# mysqld_safe --skip-grant-tables -u root &
# mysql -u root
mysql> UPDATE mysql.user SET Password=PASSWORD('newpasswod') WHERE User='root';
mysql> FLUSH PRIVILEGES;
mysql> quit
ISPCP Is Open Source!!! And it's very nice if u want u can make donations for ISPCP :-) I will do it soon :-)
Ако си Булгарин драскай...
|
|
| 11-27-2007 07:29 AM |
|
 |
joximu
Moderator
    
Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
RE: Vftp
heieieieieiei
you want to change the mysql root password???? i thought it's the mysql vftp password!
I would not use killall with mysql - there is an init script with a "stop" part.
/J
2008-03-16 ispCP RC4 released!!!
|
|
| 11-27-2007 07:33 AM |
|
 |
scoutsniper
Junior Member

Posts: 95
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: -3
|
RE: Vftp
Huh,Thanks joximu can del my acc?
ISPCP Is Open Source!!! And it's very nice if u want u can make donations for ISPCP :-) I will do it soon :-)
Ако си Булгарин драскай...
|
|
| 11-27-2007 07:36 AM |
|
 |
scoutsniper
Junior Member

Posts: 95
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: -3
|
RE: Vftp
No this is only example... i change good.
ISPCP Is Open Source!!! And it's very nice if u want u can make donations for ISPCP :-) I will do it soon :-)
Ако си Булгарин драскай...
|
|
| 11-27-2007 07:38 AM |
|
 |
joximu
Moderator
    
Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
RE: Vftp
Huh,Thanks joximu can del my acc?
no I cannot - I can ask the Admin to do it but you can tooo.
Send a pm to ephigenie
/J
2008-03-16 ispCP RC4 released!!!
|
|
| 11-27-2007 09:11 AM |
|
 |