You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the ability to call INSERT IGNORE ... ON DUPLICATE KEY UPDATE ...
This will allow you to insert or update data, but ignore data where a foreign key constraint fails.
You can now change the host, user, password, port, ... and all the other connection variables and the next time you make a database call the the connection will have been updated.