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.
Access Denied 550 error
Access Denied 550 error
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.
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.