0

mysql データベースの変数 bdb キャッシュ サイズ (bdb_cache_size) を変更して、より大きな SQL ファイルをインポートできるようにしたいと考えています (はい、php.ini などの他のすべての変数をより高い値に設定しましたが、機能しません)。 phpmyadmin.

どうやってやるの?

4

1 に答える 1

3

If you're really using BDB in your MySQL database, check you don't have skip-bdb in your my.cnf. Most installations disable it (and disable it this way) by default.

Berkeley DB is going away very soon in MySQL, so if you're using it, I'd recommend you shift to InnoDB (or at the very least MyISAM).

于 2009-03-18T04:48:22.180 に答える