Exporting your database to PythonAnywhere

Поделиться
HTML-код
  • Опубликовано: 12 авг 2019
  • Recorded with screencast-o-matic.com

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

  • @kylecunningham7094
    @kylecunningham7094 4 года назад +1

    Great video- thanks Charlie. Tables imported just fine. Still having trouble importing my views though. Anyone else have similar problems? Will post here if I figure it out :)

  •  Год назад

    great video, I couldn't find the solution anywhere else

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

    Tip: After you copy the exported code paste it into a code editor like Notepad++ and use search/replace to change all of the character sets to utf8 and all of the collations to utf8_swedish_ci This is faster than going back and altering all of the tables/columns.

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

      Thanks, saved a lot of time :)

  • @andro92meda
    @andro92meda 4 года назад

    Thank you for the tutorial

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

    Thank You Charlie

  • @avishekdattaray2065
    @avishekdattaray2065 4 года назад

    Triggers are not getting imported
    I've a database with triggers, I followed your process it only dumped the tables.

  • @justfortry2457
    @justfortry2457 4 года назад

    Does it support postegresql?

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

      Yes, but with a price. MySQL is free.