简体   繁体   English

如何查看cPanel上的MySQL数据库架构?

[英]How do I look at the schema of a MySQL database on cPanel?

My question isn't so much programming specific, I guess, but more interface-specific. 我想我的问题不是很多特定于编程的,而是更多特定于接口的。 My problem is that I need to look at the schema of some MySQL databases which are stored on a server that uses cPanel. 我的问题是我需要查看存储在使用cPanel的服务器上的一些MySQL数据库的架构。 How do I just simply look at their table and column names remotely? 我如何简单地远程查看它们的表名和列名?

You will probably have "phpMyAdmin", installed in the "databases" section of your cPanel. 您可能已经在cPanel的“数据库”部分中安装了“ phpMyAdmin”。 This will allow you to look at the schema of all databases the user you log in as can see. 这将使您可以查看登录用户的所有数据库的架构。

In addition, this is probably more of a fitting question for http://serverfault.com 此外,这可能更适合http://serverfault.com的问题

登录到cpanel并使用phpmyadmin Web应用程序查看您的数据库。

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

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