Import SQL script dump using DBeaver

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

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

  • @user-bk8zy7hc9p
    @user-bk8zy7hc9p 8 месяцев назад +1

    Very nice, helped a lot🎉

  • @chinnaratthuengklin2179
    @chinnaratthuengklin2179 5 месяцев назад

    Very cool, Thanks a lot.

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

    i want to know how to export or take dump of my existing database

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

      If you want to export your MySQL database, do these instructions from the SQL command line.
      $ mysqldump -u YourUser -p YourDatabaseName > wantedsqlfile.sql