Atlantis95
Verified User
- Joined
- Feb 7, 2005
- Messages
- 24
I have a problem with running a special select command.
When I try to do a:
"select user_id into into OUTFILE '-directory-test.bsql' from user"
in a .php script, I get the following error:
Access denied for user: 'mike_2005@localhost' (Using password: YES)
This looks like a user permission problem inside the mysql environment. However for the particular MySql alle possible permissions are set (permission set from 'Select' till 'Lock Tables'). Permission from the target directory a+rwx .
When I try to do a:
"select user_id into into OUTFILE '-directory-test.bsql' from user"
in a .php script, I get the following error:
Access denied for user: 'mike_2005@localhost' (Using password: YES)
This looks like a user permission problem inside the mysql environment. However for the particular MySql alle possible permissions are set (permission set from 'Select' till 'Lock Tables'). Permission from the target directory a+rwx .