简体   繁体   English

如何更改 phpMyAdmin 中的表前缀?

[英]How to change table prefixes in phpMyAdmin?

So I have a host which provides me with phpMyAdmin.所以我有一台主机为我提供 phpMyAdmin。 I run phpBB and would like to change some of the table prefixes.我运行 phpBB 并想更改一些表前缀。

How can I do this without phpMyAdmin?如果没有 phpMyAdmin,我该怎么做?

I messaged my host and they said I couldn't do it in there.我给我的主人发了消息,他们说我不能在那里做。 Is there a sql client I can do it with and, if so, how?是否有一个 sql 客户端我可以使用它,如果有,怎么做?

You can do this with phpMyAdmin. 您可以使用phpMyAdmin执行此操作。

Go to Structure page of the database that contains these tables. 转到包含这些表的数据库的“ Structure页面。
Check the checkboxes in front of each of the tables you want to rename. 选中要重命名的每个表前面的复选框。 From With selected dropdown chose Replace table prefix . With selected下拉列表”中选择“ Replace table prefix
Enter current prefix in From field and new prefix in To field and press submit. 在输入当前前缀From现场和新前缀To字段,然后按提交。

guide is correct.指南是正确的。 but still my table prefix wont change.但我的表前缀仍然不会改变。 its PHPMyadmin in laragon.它在 laragon 的 PHPMyadmin。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM