Problem related to How-to Pureftpd-mysql
I followed all the steps and most of them are ok, but I've got an error when I input a new virtual user in mysql.
When I insert a new virtual user:
INSERT INTO `ftpd` ( `User` , `status` , `Password` , `Uid` , `Gid` , `Dir` , `ULBandwidth` , `DLBandwidth` , `comment` , `ipaccess` , `QuotaSize` , `QuotaFiles` ) VALUES ( 'test' , '1' , MD5 ( 'testtest' ) , '2001' , '2001' , '/home/test' , '100' , '100' , '' , '*' , '50' , '0' ) ;
It appears on my screen
ERROR 1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '( 'testtest' ) , '2001' , '2001' , '/home/test' , '100' , '100'
Anyone would be able to help??
Thanks in advance
|
Recent comments
21 hours 40 min ago
1 day 2 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 23 hours ago
1 day 23 hours ago
2 days 4 hours ago
2 days 10 hours ago
2 days 11 hours ago
2 days 12 hours ago