Access Denied 550 error

Core FTP Server questions and answers
Post Reply
cliffw
Posts: 1
Joined: Sun Sep 13, 2015 12:14 am

Access Denied 550 error

Post by cliffw »

New coreftp server setup. Used only for testing purposes. setup IP address as localhost.

Created on my laptop with base directory as c:\coreftpserver\root.

Created user/password and setup directory as c:\coreftpserver\root\username. Provide all permissions but execute and selected inherit to subfolders.

I connect and login find but get the following messages when trying to get a directory listing.

550 access is denied
server failed to connect to data port
error loading directory.

What do I need to change to get this to work. It appears very easy to setup but I must be doing something wrong. Doing standard FTP access, not ftps.
cp
Posts: 124
Joined: Sun Sep 11, 2011 5:18 am

Post by cp »

Make sure the directory exists, and don't use the "base dir + username" option.
Jokerjar
Posts: 2
Joined: Mon Jan 07, 2013 5:19 pm

Access Denied 550 error

Post by Jokerjar »

Hello.
Regarding of your error code:
perror 1044
MySQL error code 1044 ER_DBACCESS_DENIED_ERROR:

Access denied for user localhost to database mydatabase
Can you see=> <=
so, this means your are trying to login to that mysql server using anonym mysql user which is not allowed on shared hostson production serversobviously it has no grant to your mydatabase
Where are you experiencing that problem? On your localhost your PC or in that internet server?
Are you trying to import that database using phpmyadmin?
Can you Print screen that exact operation when you get this error?If possible
IMHO: You have incorrect credentials mysql user/password or you have no proper grants for access that database called mydatabase.
Post Reply