MySql language update

Was there mysql update? id no longer need to be entered?

Hey there,
What do you mean?

Yesterday the forms did not work and I looked at the database and read that you had a mysql update.
In this update you no longer need to specify the id in INSERT INTO …, see example:
$ INSERT = mysql_query ("INSERT INTO user (id, date, pag) …
now it just works like this:
$ INSERT = mysql_query ("INSERT INTO user (date, pag) …

atualiza%C3%A7%C3%A3o

The update message has been there a while don’t worry about it our developers update with their own timescales.

1 Like