I've been trying to use a script on php to export data from a csv file to my database but I always get the error: Access denied for user 'tstingr5_admin'@'localhost' (using password: YES), I think could be the FILE privileged that I don't have activated and I can't activate it.
I'd like a solution for this issue or at least an advice, I've made a backup from my database on localhost and exported it directly from phpmyadmin to my domain, it's one of solutions for now.
P.D. The password is correct in the php script, I've read the MySQL documentation.
I'd like a solution for this issue or at least an advice, I've made a backup from my database on localhost and exported it directly from phpmyadmin to my domain, it's one of solutions for now.
P.D. The password is correct in the php script, I've read the MySQL documentation.