I have a small, yet serious issue. Since I have installed MySQL on my server, I have not been able to use any other user that 'root' to interact with my databases via PHP on the web. Whenever I grant priveledges to any user (including ALL) they just do not work when I try to access the database from PHP. This means that I cannot add, or delete users from my databases via the web. Does anybody know what might be wrong?
I have been told that I should just add PHPMyAdmin to the server and use that rather than the command line, but I would rather not do that.
I have been told that I should just add PHPMyAdmin to the server and use that rather than the command line, but I would rather not do that.