How To Migrate Sqlite To MySql Database In Django On PythonAnyWhere

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

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

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

    Thanks a lot. As of now, this guide is still relevant.

  • @SomeOne-rx2xw
    @SomeOne-rx2xw Год назад +1

    Thank you very much sir very clear and precise, god bless you

  • @Beaupa76
    @Beaupa76 2 года назад +1

    Thank you for taking the time to do this buddy. Very helpful and very clear. Helped my studies. -mike

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

    Thanks! that's been a great help, good job explaining

  • @ABMA79
    @ABMA79 Год назад +2

    Your steps in explaining how it the process can be done is so smooth and hits the target every single second.
    Thank you so much and I hope your RUclips channel grows big to benefit and assist as many people seeking knowledge as possible, and get you wealth as well ;).
    Thanks again brother for this amazing explanation.
    But I do have a question about mysql, is what you did free and storage is open or limited. In case of sqlite3, it is a file I now, but can grow freely to reach the maximum permitted size on your storage. can you please elaborate on this if you have time.
    Thanks again for the video

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

    Great stuff, very precise.

  • @honutse
    @honutse 2 года назад +1

    Thanks for this video

  • @reginahshikanda6478
    @reginahshikanda6478 11 месяцев назад

    This is so helpful

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

    best man, thank you very much!

  • @crazy-kk4zg
    @crazy-kk4zg Год назад

    Love you sir❤️🥰❤️🥰❤️

  • @crazy-kk4zg
    @crazy-kk4zg Год назад

    Sir thank you so much❤️❤️❤️❤️❤️

  • @jaythu500
    @jaythu500 2 года назад +1

    Sir i have question. Migrate time "access denied for user ...to database....

  • @komeelali3832
    @komeelali3832 9 месяцев назад

    impressive

  • @DoggerProgger
    @DoggerProgger 8 месяцев назад

    thx guy

  • @Pradeep_prasad
    @Pradeep_prasad 4 месяца назад

    How to add my existing mysql database?

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

    What to put for user

  • @sarathkumar-gq8be
    @sarathkumar-gq8be Год назад

    sir , i have this error can u help me . [ ERROR 2026 (HY000): SSL connection error: unknown error number ]

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

    Thank you!

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

    I set up mysql database in pythonanywhere with a django project and its test it in bash console everything is working correctly, but when I visit the site its given me an error "There was an error loading your PythonAnywhere-hosted site. There may be a bug in your code." if I take it back to sqlite3 it working perfect No error. what should be the possible cause of the error and what are the possible solutions?

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

      The best approach is to check the logs. In the web app Page there should be links for logs through that. It will tell us the error and which line has the error.

  • @ShivamKumar-iv4rk
    @ShivamKumar-iv4rk Год назад

    how to check mysql data in pythonanywhere

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

      The best method would be to use admin console if you are using django web app or if you have CLI knowledge, you can open console page and click on MySQL and from there you can execute database-specific commands to see the data.