[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-general
Subject:    Re: [PHP] Funky permission issue...
From:       Don Wieland <donw () dwdataconcepts ! com>
Date:       2014-08-20 20:16:23
Message-ID: E3A0A2FD-2CA0-46E0-96D5-A57701779E5F () dwdataconcepts ! com
[Download RAW message or body]


On Aug 20, 2014, at 12:42 PM, Aziz Saleh wrote:

> Forgot to mention, borrowed the answer from this link:
> 
> http://stackoverflow.com/a/6091447

Okay I ran this separately:

grant all privileges 
  on dwdc_pps.* 
  to 'dwdc_pps'@'localhost' 
  identified by 'my_password';
flush privileges;

ERROR: Access denied for user 'dwdc_pps'@'%' to database 'dwdc_pps'

ERROR: [ERROR in query 1] Access denied for user 'dwdc_pps'@'%' to database \
'dwdc_pps' [ERROR in query 2] Access denied; you need (at least one of) the RELOAD \
privilege(s) for this operation

Then I ran this separately:

GRANT FILE ON *.* TO 'dwdc_pps'@'localhost';

ERROR: 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 'TO \
'dwdc_pps'@'localhost'' at line 1

Sigh…  Are you are I am going down the right path - heehee ;oP

Don Wieland
D W   D a t a   C o n c e p t s



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic