i got 1045 error if i write this:
GRANT ALL PRIVILEGES ON *.* TO '%'@127.0.0.1 IDENTIFIED BY '%' WITH GRANT OPTION;
error 1045: acces denied for user: '@localhost' <using password:NO>
and i got 1044 error if i write this other:
GRANT ALL PRIVILEGES ON eq.* TO danipunk@127.0.0.1 IDENTIFIED BY '%' WITH GRANT OPTION;
error 1044: acces denied for user: '@localhost' to database 'eq'
__________________
I will dance on your tomb!
|