Michael M. Adkins
Michael M. Adkins

Reputation: 175

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. How do I just simply look at their table and column names remotely?

Upvotes: 0

Views: 970

Answers (2)

rahim asgari
rahim asgari

Reputation: 12437

login to the cpanel and use phpmyadmin web application to view your database.

Upvotes: 0

sleepynate
sleepynate

Reputation: 8036

You will probably have "phpMyAdmin", installed in the "databases" section of your cPanel. 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

Upvotes: 2

Related Questions