ispCP - Board - Support
Vftp - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Vftp (/thread-1873.html)



Vftp - scoutsniper - 11-27-2007 04:29 AM

Hi,where can i see the vftp password because i forgot it


RE: Vftp - joximu - 11-27-2007 07:05 AM

/etc/proftpd/proftd.conf
line SQLConnectInfo

/J


RE: Vftp - scoutsniper - 11-27-2007 07:10 AM

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?


RE: Vftp - joximu - 11-27-2007 07:27 AM

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


RE: Vftp - scoutsniper - 11-27-2007 07:29 AM

joximu Wrote: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


RE: Vftp - joximu - 11-27-2007 07:33 AM

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


RE: Vftp - scoutsniper - 11-27-2007 07:36 AM

Huh,Thanks joximu can del my acc?


RE: Vftp - scoutsniper - 11-27-2007 07:38 AM

No this is only example... i change good.


RE: Vftp - joximu - 11-27-2007 09:11 AM

scoutsniper Wrote: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