reset password
Author Message
jingchao
Posts: 25
Posted 22:57 Nov 14, 2019 |

when i insert the url username and password into the servlet and run, it gives me an error says access denied for user "cs3220stu11" @ "75.142.102.136" (using password: YES)

dtang9
Posts: 52
Posted 23:08 Nov 14, 2019 |

What was your url string?

jingchao
Posts: 25
Posted 23:12 Nov 14, 2019 |
dtang9 wrote:

What was your url string?

i push

"jdbc:mysql://cs3.calstatela.edu:3306/cs3220stu11"

dtang9
Posts: 52
Posted 23:16 Nov 14, 2019 |

Did you pass your actual cs3 username and password into the servlet?

For me, I passed my cs3 login information with the cs3.calstatela.edu url into the servlet and it worked for me.

Last edited by dtang9 at 23:17 Nov 14, 2019.
jingchao
Posts: 25
Posted 23:21 Nov 14, 2019 |
dtang9 wrote:

Did you pass your actual cs3 username and password into the servlet?

For me, I passed my cs3 login information with the cs3.calstatela.edu url into the servlet and it worked for me.

i think i found my silly problem.... got any extra character inbetween my password... I did copy and paste, i dont know how this happen! thanks