In my MySQL database I have my regular tables, and a couple of VIEWS.
Everything runs like clockwork, until I remove Remote Access to the database.
I cannot access any of my VIEWS. Accessing any regular tables still work 100%.
The thing is, the PHP script accessing the VIEW is on LOCALHOST. So no remote connection needed.
The error I get is "Access denied for user 'some_username'@'localhost' (using password: YES)
Any insight will be greatly appreciated.