phpMyAdmin 不会保留一些用于配置存储的表
phpMyAdmin won't keep some of the tables for config storage
当我登录到我的本地 phpMyAdmin 安装时,我不断收到此错误:
The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Find out why.
Or alternately go to 'Operations' tab of any database to set it up there.
我每次都点击link添加表格,但仍然出现错误。任何人都可以阐明这一点吗?
您使用的 Zeroconf 机制并不适用于所有情况。涵盖的场景在 http://docs.phpmyadmin.net/en/latest/setup.html#zero-configuration but if you have multiple databases, you should probably do a manual configuration as explained at http://docs.phpmyadmin.net/en/latest/setup.html#manual-configuration.
中进行了解释
当我登录到我的本地 phpMyAdmin 安装时,我不断收到此错误:
The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Find out why.
Or alternately go to 'Operations' tab of any database to set it up there.
我每次都点击link添加表格,但仍然出现错误。任何人都可以阐明这一点吗?
您使用的 Zeroconf 机制并不适用于所有情况。涵盖的场景在 http://docs.phpmyadmin.net/en/latest/setup.html#zero-configuration but if you have multiple databases, you should probably do a manual configuration as explained at http://docs.phpmyadmin.net/en/latest/setup.html#manual-configuration.
中进行了解释