Current time: 02-17-2025, 04:00 PM Hello There, Guest! (LoginRegister)


Post Reply 
Vftp
Author Message
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
Post Reply 


Messages In This Thread
Vftp - scoutsniper - 11-27-2007, 04:29 AM
RE: Vftp - joximu - 11-27-2007, 07:05 AM
RE: Vftp - scoutsniper - 11-27-2007, 07:10 AM
RE: Vftp - joximu - 11-27-2007, 07:27 AM
RE: Vftp - scoutsniper - 11-27-2007 07:29 AM
RE: Vftp - joximu - 11-27-2007, 07:33 AM
RE: Vftp - scoutsniper - 11-27-2007, 07:36 AM
RE: Vftp - joximu - 11-27-2007, 09:11 AM
RE: Vftp - scoutsniper - 11-27-2007, 07:38 AM

Forum Jump:


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