Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-fractional-seconds.html
However, when Connector/J inserted a java.sql.TIME into the server as a MySQL TIME value, the fractional seconds were always truncated. To allow the fractional seconds to be sent to the server, a connection property, sendFractionalSecondsForTime, ...
https://dev.mysql.com/doc/internals/en/guided-tour-flow.html
Along the way, the sql routines will be calling the low level mysys routines frequently. The flow works like this: First, the client routines get an SQL statement from a user, allowing edit, performing initial checks, and so on. Then, via the vio ...
https://dev.mysql.com/doc/connector-j/en/connector-j-fractional-seconds.html
However, when Connector/J inserted a java.sql.TIME into the server as a MySQL TIME value, the fractional seconds were always truncated. To allow the fractional seconds to be sent to the server, a connection property, sendFractionalSecondsForTime, ...
https://dev.mysql.com/doc/refman/8.4/en/precision-math.html
Precision math is based on these two features: SQL modes that control how strict the server is about accepting or rejecting invalid data. The choice of which approach to take is determined by the setting of the server SQL mode. For information about ... MySQL provides support for precision math: numeric value handling that results in extremely accurate results and a high degree control over invalid ...Well-defined ...
https://dev.mysql.com/doc/internals/en/overview.html
The MySQL protocol is used between MySQL Clients and a MySQL Server.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndb-api-statistics.html
mysqld exposes these counters as system status variables; their values can be read in the output of SHOW STATUS, or by querying the Performance Schema session_status or global_status table. Server (Global) counters (global) This set of counters ...
https://dev.mysql.com/doc/refman/8.4/en/show-create-view.html
MySQL lets you use different sql_mode settings to tell the server the type of SQL syntax to support. For example, you might use the ANSI SQL mode to ensure MySQL correctly interprets the standard SQL concatenation operator, the double bar (||), in ...row *************************** View: v Create View: CREATE ALGORITHM=UNDEFINED DEFINER=`bob`@`localhost` SQL SECURITY DEFINER VIEW `v` AS select 1 AS `a`,2 AS `b` character_set_client: utf8mb4 collation_connection: utf8mb4_0900_ai_ci character_set_client is the session value of the character_set_client system variable when the view was ...
https://dev.mysql.com/doc/refman/8.4/en/windows-restrictions.html
If this happens, the MySQL server appears to be unresponsive even though it is running. Directory and file names On Windows, MySQL Server supports only directory and file names that are compatible with the current ANSI code pages. The following ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-mcmd.html
This account is created with all privileges on the MySQL server including the granting of privileges. Invoking this executable starts the MySQL Cluster Manager Agent, to which you can connect using the mcm client (see Section 4.3, “Starting the ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-microsoft.html
For more information about how to access MySQL through ASP using Connector/ODBC, refer to the following articles: Using MyODBC To Access Your MySQL Database Via ASP ASP and MySQL at DWAM.NT A Frequently Asked Questions list for ASP can be found at ...You can fix this by selecting "Query|SQLSpecific|Pass-Through" from the Access ...5.8.2.1.1 Microsoft Access To improve the integration between Microsoft Access and MySQL through ... The majority of Microsoft ...