Reputation: 175
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
Reputation: 12437
login to the cpanel and use phpmyadmin web application to view your database.
Upvotes: 0
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