MySQL Licensing1150 (9/23/2012 6:02:55 PM) Hello,
I have some question about mysql licensing: one of our supplier is
selling us an application server using Mysql. I've asked them about
licensing, but they stated that MySQL is GPL so no license is r... LC5487(2)
Multiple INSERT INTO... ON DUPLICATE in a single query740 (9/24/2012 2:43:33 AM) I'm currently updating 3 columns with one query, like so:
UPDATE table SET col=col+1 WHERE id=%s OR id=%s OR id=%s
I'm changing the structure of the database, though, and now need to use something more li... jwcarlton(271)
Join limit of 61 tables3480 (9/17/2012 11:31:31 AM) Hi all,
does anybody know if it is planned to raise the limit of 61
tables in a join? Or is there a fork (e.g. MariaDB) that does
not habe this limit?
Thanks,
Jens
... dalmon(6)