Up and Running with MySQL and NodeJS

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 9

  • @yarcxxhassan4242
    @yarcxxhassan4242 Před 2 měsíci

    This came in at the right time!!

  • @kumekster
    @kumekster Před 2 měsíci

    That's why you have to test your code :)

  • @marcelmeyer8027
    @marcelmeyer8027 Před 6 dny

    Thank you so much! Just a question. I don't consider myself a real developer, it's more a humble hobby-kind approach. But still, I'd like to take on a project which includes setting up a MySQL DB combined with a Webserver which I would Like to Develop in node for customisation purposes.
    This Project is scarcely a serious Hobby at the Moment, but I hope with time and perseverance it will reach production state in an at least semi-professional measure.
    For that purpose, the Backend should be as scalable as possible from all I gather from Tutorials, Blog Posts and so on.
    I keep on Hearing and reading that Express js, although being a de-facto Standard, is not the Future when IT comes to webserver Frameworks.
    Obviously, I absolutely cannot judge these Statements due to my lack of development experience.
    Is there anybody more experienced here willing to share his or her thoughts on that matter?

  • @shahinza
    @shahinza Před 2 měsíci

    Thank you professor

  • @mitchell4217
    @mitchell4217 Před měsícem

    Anybody else getting this error on PC?
    *ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO)*

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  Před měsícem

      @mitchell4217 if the user you created is called ODBC it should also have a password

    • @mitchell4217
      @mitchell4217 Před měsícem

      @@SteveGriffith-Prof3ssorSt3v3 I don't remember creating any user. I came back in today and now I'm getting the same issue, but with 'root@localhost' (using password: YES). `root` does not work. Just clicking `ENTER` doesn't work.

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  Před měsícem

      @@mitchell4217 you need a valid username, host, and password.