1

I was having a website at a hosting while taking the backup I took the backup of whole mysql by mistake which includes databases of all my other websites also.

So now the problem is I want to extract that particular database from complete sql file? Is there any procedure to do it or can we import that complete dump file into a mysql. So that later I can export that particular database after importing it to MySQL.

Please help me or suggest me how to do it.

Thank You.

4

2 に答える 2

0

http://fragments.turtlemeat.com/mysql-database-backup-restore-phpmyadmin.php

これは役立つはずです。

于 2012-08-17T07:28:21.273 に答える
0

復元したくないバックアップ ファイル内のスキーマのサイズがそれほど大きくなく、そこに他のスキーマがそれほど多くない場合は、バックアップ全体を復元してからバックアップを実行することをお勧めします。あなたのスキーマだけです。スキーマのみをバックアップする簡単な方法の 1 つは、MySQL Workbenchを使用することです。セットアップやバックアップの実行で問題が発生した場合は、インストールとバックアップの実行を順を追って説明するこの小さな記事を確認してください。

于 2012-08-17T08:08:10.500 に答える