{"id":26472809,"url":"https://github.com/danisec/backup-mysql-laragon","last_synced_at":"2025-03-19T21:49:53.345Z","repository":{"id":255116154,"uuid":"848566689","full_name":"danisec/backup-mysql-laragon","owner":"danisec","description":"Backup Database MySQL Laragon for Windows Task Scheduler","archived":false,"fork":false,"pushed_at":"2024-08-28T02:24:45.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-28T04:36:06.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danisec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-28T02:05:05.000Z","updated_at":"2024-08-28T02:25:38.000Z","dependencies_parsed_at":"2024-08-28T04:53:38.878Z","dependency_job_id":null,"html_url":"https://github.com/danisec/backup-mysql-laragon","commit_stats":null,"previous_names":["danisec/backup-mysql-laragon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danisec%2Fbackup-mysql-laragon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danisec%2Fbackup-mysql-laragon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danisec%2Fbackup-mysql-laragon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danisec%2Fbackup-mysql-laragon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danisec","download_url":"https://codeload.github.com/danisec/backup-mysql-laragon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244513918,"owners_count":20464600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-19T21:49:52.758Z","updated_at":"2025-03-19T21:49:53.333Z","avatar_url":"https://github.com/danisec.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Backup MySQL Database Laragon for Windows Task Scheduler\n\n### Step By Step\n1. Download file backup_database_mysql.bat\n\n2. You can modify file backup_database_mysql.bat\n\nIf you have DB_USER and DB_PASS, you can use the command below:\n```bash\n%MYSQL_DIR%\\mysqldump -u %DB_USER% -p%DB_PASS% %DB_NAME% \u003e %BACKUP_DIR%\\%DB_NAME%_%TIMESTAMP%.sql\n```\n\nIf you only have DB_USER without DB_PASS or DB_PASS is empty, you can use the command below:\n```bash\n%MYSQL_DIR%\\mysqldump -u %DB_USER% %DB_NAME% \u003e %BACKUP_DIR%\\%DB_NAME%_%TIMESTAMP%.sql\n```\n\n3. Create a new task in Task Scheduler.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanisec%2Fbackup-mysql-laragon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanisec%2Fbackup-mysql-laragon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanisec%2Fbackup-mysql-laragon/lists"}