2 - PythonAnywhere Account and create MySQL database

Поделиться
HTML-код
  • Опубликовано: 26 авг 2020
  • Signing up for a free PythonAnywhere beginner account. Creating an initial MySQL database. Using bash console to initially connect to the database and start the MySQL console and then dropping the database before re-creating it for continued use in upcoming videos.
  • НаукаНаука

Комментарии • 17

  • @nuwairaabdullahi7146
    @nuwairaabdullahi7146 Год назад +1

    well explained and easy to follow. Thank you.

  • @akshaymagdum3126
    @akshaymagdum3126 3 года назад

    thank you for making this video because this very helpful to me

  • @cynthiawaceke6397
    @cynthiawaceke6397 3 года назад +1

    Thank you for this tutorial. It is well explained and very easy to follow.

    • @homastudio45
      @homastudio45  3 года назад

      Thanks Cynthia. I appreciate the feedback.

  • @joeywong2452
    @joeywong2452 Год назад

    really good tutorial, thank you!

  • @3dgiftz
    @3dgiftz 2 года назад +1

    Thanks Thanks Thanks a lot

  • @nachomno
    @nachomno Год назад

    thanks

  • @niranjandinagaran3870
    @niranjandinagaran3870 2 года назад

    Nice smile there :)

  • @trangluong5456
    @trangluong5456 3 года назад

    do you just press Enter and it execute a command such as pip install mysql-connector in the database bash console? for mine, it won't execute.

    • @homastudio45
      @homastudio45  3 года назад +2

      You should be able to use: pip install --user mysql-connector in the main Bash (not MySQL) console.

  • @fromdjangoimport__help__3585
    @fromdjangoimport__help__3585 3 года назад

    so is the file name dbsqlit3 will be changed or the pythonanywhere will use MySql database ?? i am not actually getting it !

    • @homastudio45
      @homastudio45  3 года назад +1

      The full filename of the database is username$databasename. It's always your username + a $ sign + whatever you named your database when you created it. Where are you seeing dbssqlit3? If that's what you named it, it would be: yourusername$dbsqlit3. You can't access the db outside of PA without a paid version, but you can run queries in the console or use a Python driver like mysql.connector to connect and communicate with it using Python.

  • @jacobidoko3924
    @jacobidoko3924 Год назад

    I am getting ERROR 2026 (HY000): SSL connection error: unknown error number. Any Idea how to resolve this?

  • @amaangigani9372
    @amaangigani9372 2 года назад

    How to use this with local machine?

    • @homastudio45
      @homastudio45  2 года назад

      You could certainly use Terminal on the Mac or Powershell or Command Prompt on Windows (I believe) and install MySQL and run your BASH commands just like in the PythonAnywhere console.

  • @Adanjakub
    @Adanjakub 3 года назад

    thanks