1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
0
If anyone else needs this I was able to get a backup using the syntax:
mysqldump --single-transaction --column-statitstics=0 -h insert-your-endpoint -u username -P 3306 -p"your password" database-name > database-backup.sql
I can't confirm that it will definitely work for you but did for me.
respondido hace 7 años
Contenido relevante
- preguntada hace 6 meses
- preguntada hace 3 meses
- preguntada hace 10 meses
- preguntada hace 2 meses
