Is it possible to "combine" two inserts somehow? Ill explain my problem. I first insert to one table and then the primary key of that table is incremented and a new row is inserted. I need that pkey f
How do I execute a MySQL query without cache? I want to test the speed of my queries but it keeps getting cached and returning trivial execute times like 0.00011. I know the first execution was 0.456.
How do I view all triggers? I have two triggers setup but I have no idea how to view them. I'm using phpMyAdmin and would like to view them in there but I can execute SQL as well.