Category Archives: SQL
Second Life on Linux
Someone should do something with these, or I’m going to do it myself. libsecondlife GtkGLAreaSharp Tao
New release of DBD::mysql (v3.0004)
Patrick released a new version of the perl MySQL connector. This .pm was my introduction to the mysql world, way back in the day. If you can program your way out of a perl brown paper bag and you haven’t … Continue reading
Posted in DBD::mysql, mysql, perl, release announcements, SQL, work
Leave a comment
Useful MaxDB commands
To find a list of tables in a schema: $ sqlcli -u TEST,TEST -d SYNCMANA “SELECT * FROM TABLES WHERE SCHEMANAME = ‘TEST'” To find a list of triggers on a table: $ sqlcli -u DBSERVICE,SECRET -d SYNCMANA “SELECT * … Continue reading
Posted in maxdb, SQL, sync manager, work
Leave a comment