Automatic database backup daily | How to take database backup using laravel command | Laravel 8

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

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

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

    Sir, can we run command on clicking button?

  • @alal-jy4xs
    @alal-jy4xs 21 день назад

    how to export only 1 table ?

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

    How about the import one?

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

    Hello....i follow step by step your instructions bit this error coming 'mysqldump' is not recognized as an internal or external command ,operable program or batch file

    • @sandipdas4765
      @sandipdas4765 9 месяцев назад +1

      Grant permission to your user then it will remove the error.

  • @atgs-geraldterencio8607
    @atgs-geraldterencio8607 Год назад

    Is it possible to delete the related file of the previous month?

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

    hi sir i getting an error when execute the app saying that the mysqldump is not reconized as an. internal or external command

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

      Have you checked mysqldump.exe present in your server configuration?

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

    sir i got an error 'mysqldump' is not recognized as an internal or external command,
    operable program or batch file. for database backup ... i already add to path of \mysql\bin find the mysqldump.exe inside a system variable but still not working... do you have any solution ?

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

      No need to provide mysql path.
      You need to provide the path where you want to export.

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

      @@LearningPointsCourses Actually mysqldump command is not recognized, even when I had set the environment variable for the same.

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

      @@LearningPointsCourses It's create an empty backup for us, because mysqldump command not being recognized.

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

      just use the full path instead of ''mysqldump' like:
      C:/xampp/mysql/bin/mysqldump.exe