Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-roles.html
They can then log into the website and enjoy a personalized experience. This represents a burden on the developer, and there is the possibility for security issues to creep into the developed code. Many websites feature the facility for the user to ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-web-personalization-provider.html
Include a Connector/NET personalization provider into the system.web section in the web.config file. From the WebParts Toolbox, drag and drop a WebPartZone control into both the first and second columns. From the WebParts Toolbox, drag and drop a ...
https://dev.mysql.com/doc/connectors/en/connector-python-installation-source.html
Installing Connector/Python from Source Code Using pip Note We recommend leveraging python virtual environments to encapsulate the package installation instead of installing packages directly into the Python system environment. Source distributions ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-roles.html
They can then log into the website and enjoy a personalized experience. This represents a burden on the developer, and there is the possibility for security issues to creep into the developed code. Many websites feature the facility for the user to ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-web-personalization-provider.html
Include a Connector/NET personalization provider into the system.web section in the web.config file. From the WebParts Toolbox, drag and drop a WebPartZone control into both the first and second columns. From the WebParts Toolbox, drag and drop a ...
https://dev.mysql.com/doc/internals/en/com-query-response.html
NULL is sent as 0xfb everything else is converted into a string and is sent as Protocol::LengthEncodedString. Image description If it is not a valid Protocol::LengthEncodedInteger it is either a ERR_Packet or a Protocol::LOCAL_INFILE_Request. Image ...
https://dev.mysql.com/doc/internals/en/nicely-displaying-trace.html
An alternative can be to send the trace to a file: SELECT TRACE INTO DUMPFILE <filename> FROM INFORMATION_SCHEMA.OPTIMIZER_TRACE; Then pass this file to some JSON viewer. Use INTO DUMPFILE and not INTO OUTFILE because the latter escapes newlines.
https://dev.mysql.com/doc/internals/en/optimizer-index-merge-join-type.html
OR t_n) where each of t_i stands for a SEL_TREE object, and no pair (t_i, t_j) of distinct SEL_TREE objects can be combined into single SEL_TREE object. 7.2.2.5.1 Overview Index Merge is used when table condition can be converted to form: cond_1 OR ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-converter.html
fromDB(val): Convert a value val read from the database into application object format. If the user supplies a JavaScript converter, it used to read and write to the database. Converter invocations are chained in the following ways: When writing to ...
https://dev.mysql.com/doc/heatwave/en/heatwave-system-variables.html
rapid_compression System Variable rapid_compression Scope Session Dynamic Yes SET_VAR Hint Applies No Type Enumeration Default Value AUTO Valid Values ON OFF Whether to enable or disable data compression before loading data into MySQL HeatWave. By ...Most MySQL HeatWave variable settings are managed by OCI and cannot be modified ...