Current time: 04-24-2024, 03:28 PM Hello There, Guest! (LoginRegister)


Post Reply 
Vftp
Author Message
scoutsniper Offline
Junior Member
*

Posts: 95
Joined: Jul 2007
Reputation: -3
Post: #1
Vftp
Hi,where can i see the vftp password because i forgot it
11-27-2007 04:29 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: Vftp
/etc/proftpd/proftd.conf
line SQLConnectInfo

/J
11-27-2007 07:05 AM
Visit this user's website Find all posts by this user Quote this message in a reply
scoutsniper Offline
Junior Member
*

Posts: 95
Joined: Jul 2007
Reputation: -3
Post: #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?
11-27-2007 07:10 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
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
11-27-2007 07:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply
scoutsniper Offline
Junior Member
*

Posts: 95
Joined: Jul 2007
Reputation: -3
Post: #5
RE: Vftp
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
11-27-2007 07:29 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #6
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
11-27-2007 07:33 AM
Visit this user's website Find all posts by this user Quote this message in a reply
scoutsniper Offline
Junior Member
*

Posts: 95
Joined: Jul 2007
Reputation: -3
Post: #7
RE: Vftp
Huh,Thanks joximu can del my acc?
11-27-2007 07:36 AM
Find all posts by this user Quote this message in a reply
scoutsniper Offline
Junior Member
*

Posts: 95
Joined: Jul 2007
Reputation: -3
Post: #8
RE: Vftp
No this is only example... i change good.
11-27-2007 07:38 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #9
RE: Vftp
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
11-27-2007 09:11 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)