Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 phpmyadmin 上,当我浏览表格时,所有表格都并排(以水平方式)。我希望它们垂直显示。我更改了我的配置 $cfg['DefaultDisplay'] = 'vertical'; 但这并没有做任何事情。我错过了什么吗?
我解决了这个问题。通过设置 $cfg['DefaultDisplay'] = 'horizontal'; 在 config.inc.php 中,一旦您重新启动 apache 服务器并刷新缓存,视图就会发生变化(最好的方法是注销并重新登录)。