Looking directly in the database?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
AaronSmith
Forum Commoner
Posts: 32
Joined: Fri Mar 28, 2003 3:14 pm

Looking directly in the database?

Post by AaronSmith »

How can I open, say Putty, and go to the MYSQL database in question, and view if the information is being stored in there? I’m really not looking for a PHP file to return any information; rather, I want to look at all the raw information stored in specific tables.

Any help is appreciated.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

AaronSmith
Forum Commoner
Posts: 32
Joined: Fri Mar 28, 2003 3:14 pm

Post by AaronSmith »

That was exactly what I was looking for Volka. Thank you very much for responding.
Post Reply