View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 09:48 AM
Mike Lischke
 
Posts: n/a
Default Re: MySQL Query Browser URL Handler for Windows

tgmayfield@gmail.com wrote:

> If you have need of other features (I was thinking about maybe adding
> a mysqladmin:// handler for MySQL Administrator) or encounter bugs,
> let me know The code assumes you have MySQL GUI Tools installed so
> that it can find the location of MySQL Query Browser in the registry,
> and it assumes you have access to write a registry key to
> HKEY_CLASSES_ROOT.


Nice project, indeed. But please not that we recently switched to HKCU,
for security reasons and you also should not write to HKCR. For
compatibility to older versions it would be good, though, if you also
could check HKCR (but not write).

Note: there are several command line options you can use with MA and
QB, e.g. give QB a file name and it will open that file in the script
editor without opening a connection.

Mike
--
www.mysql.com
Reply With Quote