Heap troubles with MySQL ConnectorJ
Just a quick note about a problem i had to face few days ago. After updating a System from mm.mysql version 2.0.14 to the current Connector/J, i recognized 'sudden death' by OOM of the JVM After a few days ... Other labels:
connectorj, connector, jdbc, memleak, jprofiler
MySQL esoteric DELETE FROM Syntax
I had a little problem today using DELETE statement in MySQL. I wanted to delete those rows, unreferenced by another table. So what comes to ones mind is using a subselect like DELETE FROM table1 WHERE table1.primaryKey ... Other labels:
sql