search

Home  >  Q&A  >  body text

Prompt user name or password is wrong

XAMPP self-built database, enter the correct username and password, but always prompt an error, what's going on? The downloaded source code doesn't work either

P粉573063426P粉5730634261026 days ago1125

reply all(3)I'll reply

  • autoload

    autoload2022-03-23 09:31:23

    image.png

    The password has been encrypted by md5. The password entered directly in the database must be encrypted. You can remove the md5, or directly encrypt it with md5 through a website and then fill it in the database

    reply
    1
  • P粉573063426

    Thank you, got it

    P粉573063426 · 2022-03-23 10:08:38
  • P粉573063426

    P粉5730634262022-03-22 11:27:29

    Jade Girl Heart Sutra Student Information Management System

    reply
    0
  • Cancelreply