I ran into this and it looks really cool.
http://www.sqlbuddy.com/
Hell, I’ll give it a try.
phpadmin and phpmyedit can be a little overkill at times.
Content Creator and Copywriter
This is vary handy for doing support or freelance work since you can just upload it and log in, no configuration, all you need is the db login info. Then when you are finished you can simply delete it.
Just for the sake of this conversation: How would you turn it into a module?
I’ve tried the few ways I know (which isn’t many) but I keep getting error messages.
Content Creator and Copywriter
I have not considered how to make it into a module. Did you try simply including it as an iFrame?
I tried this:
include_once $modx->config['base_path'] . "assets/modules/sqlbuddy/index.php";
I also tried it in the manager folder.
I also tried copying the php from the both the sqlbuddy login and the index php pages into a new module.
I either got parsing errors or server errors.
Not being a coder I just copy what’s worked before, then hope it works.
Content Creator and Copywriter
Content Creator and Copywriter
If it works without any problems (as it seems to be working so far) this is by far the easiest way to get a mysql editor in a module.