database-backups are intended to preserve data by serializing database tables to a text format or exporting them to a binary format
I want to keep a backup of all my MySQL databases. I have more than 100 MySQL databases. I want to …
mysql database-backups mysql-backupI have a .bak file, and I want to use this file to recreate the database in a fresh install …
sql-server sql-server-2008 database-backups database-restoreHow to take database backup using MySQL Workbench? Can we take backup in the following ways- Backup file(.sql) contains …
mysql database mysql-workbench database-backupsI have dumped a clean, no owner backup for Postgres Database with the command pg_dump sample_database -O -c …
postgresql database-backups rails-postgresqlI created a new user on the server that will access certain databases. But when I go to backup or …
sql-server sql-server-2008 database-backupsI have a MySQL user called dump with the following perms: GRANT USAGE ON *.* TO 'dump'@'%' IDENTIFIED BY ... …
mysql database mysqldump database-backups grantI did backup on database on different server and that has different role than I need, with this command: pg_…
database postgresql database-backups database-restore ownerIs there a way to simply take a SQL backup .bak file, and using that as a restore point to …
sql-server azure azure-sql-database database-backupsSQL Server keeps telling me a database is in use when I try to drop it or restore it, but …
sql-server database-connection database-backupsI have some files of an Oracle database with username and password. How do I connect to all files and …
oracle database-backups