MySQL Query Analyser, free version

So MySQL released there Enterprise monitor system which includes a Query Analyser.. I spent 30 minutes today and hacked together a lua script for MySQL proxy that pushes the query and timing stats into a database table for every query run.

Typekey is now Typepad

And for those of using the Solar framework or any other framework that uses the following url format your typekey login system is now broke..

Luckly its an easy fix!

Typekey is now Typepad and there new system currently pukes on the link generated by the Solar_View_Helper_Typekey link generator.

To fix change your link change the config for href from

"https://www.typekey.com:443/t/typekey/login"

to

"https://www.typekey.com/t/typekey/login"

Yes, shouldn't make a diffrence but it does.. One gives you a blank white screen, the other a new login box.

Getting xmlsec to work on Mac OS X

Having a problem getting http://www.aleksey.com/xmlsec/ to work? try using the below configuration string change the openssl path as needed.

./configure --with-openssl=/usr/local/php5 --disable-apps-crypto-dl --disable-crypto-dl

This is mainly for those who dislike Darwin ports and/or prefer to do there own compiling.. you will need the openssl library for this use case.

Solar Articles around the Web

Here is a quick reference list to a ton of Solar Framework Articles around the web.

Solar Tips #1

With my new job I have been using Solar a lot and learning something new at every corner. This is my attempt to document some of those things I run into that may not be in the manual yet, may not be clear or may just be useful to all.

Syndicate content (C01 _th3me_)