MySQL connection - Access denied for user 'username'@'localhost' (using password: YES)
I have a user that I use from my php pages to make queries to mysql db, and now I´m trying to use the same user in eclipse/BIRT in order to build some reports but I get the error
Access denied for user 'username'@'localhost' (using password: YES)
Does anyone know what I´m missing?
Top Answer/Comment:
You have to add username@% record where "%" is the wildcard meaning "from anywhere". Or, more securely, you can add record like [email protected] or [email protected]
상단 광고의 [X] 버튼을 누르면 내용이 보입니다