1.

What Are Server Sql Modes?

Answer»

Server SQL MODES define what SQL syntax MYSQL should support and what kind of data validation checks it should perform. This MAKES it easier to use MySQL in different environments and to use MySQL together with other database servers. The MySQL Server apply these modes INDIVIDUALLY to different clients.

Server SQL modes define what SQL syntax MySQL should support and what kind of data validation checks it should perform. This makes it easier to use MySQL in different environments and to use MySQL together with other database servers. The MySQL Server apply these modes individually to different clients.



Discussion

No Comment Found