|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hello all,
Is there a simple way to backup only the structure of the database. If I now run a backup, the data is also backuped. Regards, John Kuiper |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On 16 Apr, 14:01, jkuiper <jkui...@thematec.nl> wrote:
> Hello all, > > Is there a simple way to backup only the structure of the database. I think so > If I now run a backup, the data is also backuped. I guess that totally depends on how you are actually doing he backup |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
>Is there a simple way to backup only the structure of the database.
>If I now run a backup, the data is also backuped. mysqldump -d (or --no-data) omits the data. |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Thanks, that was exactly what I needed.
John Gordon Burditt wrote: >> Is there a simple way to backup only the structure of the database. >> If I now run a backup, the data is also backuped. > > mysqldump -d (or --no-data) omits the data. > > |
|
![]() |
| Outils de la discussion | |
|
|