Try going to : http://www.dbtools.com.br/
This is a reasonably good tool and if you like an MS Access type interface to bulid your queries, it has that as well.
I have found this GUI to be very useful indeed although I do keep MySQLAdmin handy for some bits and pieces.
I am trying to extract information from two seperate tables from 2 different MySQL databases on the same server. Is this possible, and if so what would be the best way to go about it.
Hi all
I am having a problem trying to find out if php has a variable that recognizes the referring page as in javascript which is document.referrer.
Does any one have any suggestions.
I have a query with a number of LEFT JOIN's in it - SELECT DISTINCT equip.*,CONCAT_WS (' ',firstname,lastname) as name,rooms.rmdesc FROM equip LEFT JOIN stfeqlink ON stfeqlink.equipid = equip.autoid AND stfeqlink.datereturned IS NULL AND equip.dept = 'SW'LEFT JOIN staff ON...
Hi
Can anyone help me with this problem.
Whenever I create a query with a number of left joins they can take up to 30 seconds to run on a web based MySQL database running through Apache.
The latest query to cause me grief is shown below:
SELECT DISTINCT equip.*,CONCAT_WS('...
I have a table which stores meeting times and want to remove the most recent double entries where they match the same time,date and place. I have created a temporarary table with the data that matches what I want to remove from the main table but when I run the DELETE queries it won't recognize...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.