- 积分
- 38
- 威望
-
- 金钱
-
- 注册时间
- 2016-6-29
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
说好的,1.3版本的ftp不用mysql数据库支持了,我想给网站下面一个目录增加一个ftp访问,进行如下操作,提示错误:
[root@i-vs2qrm6l ~]# lnmp ftp add
+-------------------------------------------+
| Manager for LNMP, Written by Licess |
+-------------------------------------------+
| http://lnmp.org |
+-------------------------------------------+
verify your current MySQL root password:
Warning: Using a password on the command line interface can be insecure.
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
MySQL root password incorrect!Please check!
verify your current MySQL root password:
Warning: Using a password on the command line interface can be insecure.
MySQL root password correct.
Enter ftp account name: bbctheme
Enter password for ftp account bbctheme: ..
Enter directory for ftp account kzbbctheme: /home/wwwroot/bbc.my.com/public/themes/luckymall/images/
Warning: Using a password on the command line interface can be insecure.
ERROR 1146 (42S02) at line 1: Table 'ftpusers.users' doesn't exist
FTP User: bbctheme already exists!
[root@i-vs2qrm6l ~]# lnmp ftp list
+-------------------------------------------+
| Manager for LNMP, Written by Licess |
+-------------------------------------------+
| http://lnmp.org |
+-------------------------------------------+
verify your current MySQL root password: 123456
Warning: Using a password on the command line interface can be insecure.
MySQL root password correct.
Warning: Using a password on the command line interface can be insecure.
ERROR 1146 (42S02) at line 1: Table 'ftpusers.users' doesn't exist
Read database failed.
[root@i-vs2qrm6l ~]# lnmp ftp list
+-------------------------------------------+
| Manager for LNMP, Written by Licess |
+-------------------------------------------+
| http://lnmp.org |
+-------------------------------------------+
verify your current MySQL root password: ^C
[root@i-vs2qrm6l ~]# service mysql restart
Shutting down MySQL.. SUCCESS!
Starting MySQL.. SUCCESS!
[root@i-vs2qrm6l ~]# lnmp ftp add
+-------------------------------------------+
| Manager for LNMP, Written by Licess |
+-------------------------------------------+
| http://lnmp.org |
+-------------------------------------------+
verify your current MySQL root password:
Warning: Using a password on the command line interface can be insecure.
MySQL root password correct.
Enter ftp account name: bbcthemes
Enter password for ftp account bbcthemes:
Enter directory for ftp account kzbbcthemes: /home/wwwroot/bbc.my.com/public/themes/luckymall/images/
Warning: Using a password on the command line interface can be insecure.
ERROR 1146 (42S02) at line 1: Table 'ftpusers.users' doesn't exist
FTP User: bbcthemes already exists! |
|