Top "Database-backups" questions

database-backups are intended to preserve data by serializing database tables to a text format or exporting them to a binary format

Export and Import all MySQL databases at one time

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-backup
How to import a bak file into SQL Server Express

I 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-restore
How to take MySQL database backup using MySQL Workbench?

How to take database backup using MySQL Workbench? Can we take backup in the following ways- Backup file(.sql) contains …

mysql database mysql-workbench database-backups
How to solve privileges issues when restore PostgreSQL Database

I have dumped a clean, no owner backup for Postgres Database with the command pg_dump sample_database -O -c …

postgresql database-backups rails-postgresql
Backup Permissions

I 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-backups
Minimum GRANTs needed by mysqldump for dumping a full schema? (TRIGGERs are missing!!)

I have a MySQL user called dump with the following perms: GRANT USAGE ON *.* TO 'dump'@'%' IDENTIFIED BY ... …

mysql database mysqldump database-backups grant
Postgresql - backup database and restore on different owner?

I 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 owner
Restoring SQL Server backup to Azure SQL Database

Is 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-backups
SQL Server tells me database is in use but it isn't

SQL Server keeps telling me a database is in use when I try to drop it or restore it, but …

sql-server database-connection database-backups
How to use Oracle DMP files?

I have some files of an Oracle database with username and password. How do I connect to all files and …

oracle database-backups