Posts by Edenilton Michael • 53 points
3 posts
-
1
votes2
answers521
viewsA: Mysqli with access denied even with correct settings
Problem solved! Well, noting such error, I tried to connect in different ways. My problem was always the direct connection, IE, whenever I instantiated a mysqli object passing all parameters(…
-
1
votes2
answers521
viewsQ: Mysqli with access denied even with correct settings
I’m making an unusual mistake for myself. Next: when I try to connect via mysqli I get error return on authentication ( access denied ), and the parameters are all correct! To confirm this access…
-
3
votes1
answer6183
viewsQ: How to transform JSON into object array of a specific class, where this class has composite attributes?
I found the following problem when trying to transform a String JSON in object list. I have the following situation: I have a class Response which has some attributes, among them a list of "Post",…