phpMyAdmin创建表时自动递增复选框选项在哪里?
我一直在我的 XAMPP 本地服务器上工作,并且在创建自动增量表时检查了 A_I 列。现在我正在尝试上传一个网站,在我的godaddy的phpMyAdmin上,我找不到自动增量按钮。我什至在页面的源代码上尝试了搜索功能,所以我现在有点困惑。如何在最新版本的 phpMyAdmin 中使列自动递增?
I've been working on my XAMPP local server and I've been just checking off the A_I column when creating a table for auto-increment. Now I'm trying to upload a website and on my godaddy's phpMyAdmin, I can't find the auto-increment button. I even tried the search function while on the page's source code, so I'm a bit confused now. How do I make a column auto-increment in the more recent versions of phpMyAdmin?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,它位于“附加”选项卡下。考虑到他们只有“自动增量”这一选项,我很困惑为什么他们会把它隐藏在选项卡下并将其标记为“额外”,而不是仅仅将其保留为复选标记,除非“额外”下有更多选项' 在 phpMyAdmin 的不同 config.php 设置下。
As it turns out, it's under the 'extras' tab. Considering they only have the one option of 'auto-increment' under it, it boggles my mind why they would hide it under a tab and label it extras rather than just leaving it as a check mark, unless there are more options under 'extras' under different config.php settings for phpMyAdmin.