heidi - sql viewer

User, date Message
Written by westmatrix
1 year ago
Category: General
82 posts since Wed, 11 Apr 07
Is there a way to just view the .sql data without connecting to a mysql server?

Basically open a .sql file just to view the contents.
In my experience, heidisql needs a mySQL server.
Written by jfalch
1 year ago
241 posts since Sat, 17 Oct 09
open .sql file with notepad.exe ? .sql is normal text;
this will show you the sql statements within the file.

viewing the current >data< that would be returned from executing these sql statements is not possible without accessing the mysql server via a client program.
Written by westmatrix
1 year ago
82 posts since Wed, 11 Apr 07
Thanks!
 

Please login to leave a reply, or register at first.