Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I want to make my MySQL DB accessible from outside the localhost. I tried changing the Host for my username to % through phpMyAdmin but it didn't work. Also portforwarded, that works for sure.

I get this error: ERROR 1045 (28000): Access denied for user 'myusername'@'myhostname' (using password: YES)

I granted all privileges and stuff like that.

I checked all duplicates' answers, but they don't work for me.

share|improve this question
Solved, it was something permissions-related, fixed it now. – Sydcul Jan 18 at 16:54
If you can provide more detail (preferably enough help someone else in the future if they have the same problem) please post an answer. Otherwise please consider deleting this question... – voretaq7 Jan 18 at 19:12

closed as too localized by RolandoMySQLDBA, Alex, Michael Hampton, mdpc, Ward Jan 19 at 3:20

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.