Viewing mySQL Files

texas_amy

Registered Member
Joined
Jun 24, 2008
Messages
60
Reaction score
8
who knows a free viewer to inspect the content of a mysql database?
 
If it is a .sql file backup on your harddisc you can right click open it with notepad. However you won't get a clean view and if the size is too big notepad will hang.

If it is already on your server, use phpMyAdmin to view and edit the database.
 
I believe youre looking for phpmysql. its an opensource web based package allows you to view, delete and manipulate your databases.

Be careful it is a very powerfull tool. logging in with your admin rights and clicking hte wrong button can cause you to permenantly loose youre data
 
navicat is what you are looking for.
 
phpmyadmin, navicat or SQL Maestro.

I have these so let me know what you need

jinx
 
Back
Top