Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-simple-membership-tutorial.html
Figure 6.7 Simple Membership: Choose Template and Engine Add references to the MySql.Data, MySql.Data.Entities, and MySql.Web assemblies. Add a valid MySQL connection string to the web.config file, similar to the following example. <add ... This ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-web-personalization-provider.html
MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization data. Minimum Requirements An ASP.NET website or web application with a membership provider .NET Framework 3.0 MySQL ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-functionality-catalog-schema.html
Many relational databases reference CATALOG and SCHEMA in ways that do not directly correspond to what MySQL refers to as a database. Historically with MySQL ODBC Driver, CATALOG and DATABASE were two names used for the same thing. At the same time ...Generally, catalogs are collections of schemas, so the fully qualified name would look like ...
MySQL Connector/Python Developer Guide :: 4.5 Installing Connector/Python from a Source Distribution
https://dev.mysql.com/doc/connector-python/en/connector-python-installation-source.html
Prerequisites for Compiling Connector/Python with the C Extension Source distributions include the C Extension that interfaces with the MySQL C client library. For installing the classic interface only: MySQL Server binaries (server may be installed ... The Connector/Python source distribution is platform independent, and is packaged in the compressed tar archive format (.tar.gz ...
https://dev.mysql.com/doc/internals/en/binlog-version.html
Depending on the MySQL Version that created the binlog the format is slightly different.
https://dev.mysql.com/doc/internals/en/myisam-introduction.html
MySQL creates files named Table1.MYD ("MySQL Data"), Table1.MYI ("MySQL Index"), and Table1.frm ("Format"). if you use Windows, you might find the files in the \mysql\data\test\ directory. Page Size Unlike most DBMSs, MySQL doesn't store on disk ...
https://dev.mysql.com/doc/internals/en/x-protocol-messages-messages.html
Message Structure Messages have a: 4 byte length (little endian) 1 byte message type a message_payload of length .length - 1 Mysqlx.Message Container of all messages that are exchanged between client and server. In C++ they are exposed in ... Topics ...
https://dev.mysql.com/doc/internals/en/x-protocol.html
Figure 15.1 X Protocol Overview The documentation is based on the source files such as: sql/sql_parse.cc for the protocol basics mysqlx.proto mysqlx_connection.proto mysqlx_session.proto mysqlx_crud.proto mysqlx_sql.proto mysqlx_resultset.proto ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-requirements.html
The software requirements for running the examples found in the next few sections are as follows: A working Node.js installation Working installations of the ndb and mysql-js adapters The mysql-js adapter also requires a working installation of the ...Section 5.2, “Installing the JavaScript Connector”, describes the installation process for all three of these ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-dns-srv.html
X DevAPI supports the use of DNS SRV records for connecting to MySQL servers. A client that receives a DNS SRV lookup result attempts to connect to the MySQL server on each of the listed hosts in order of preference, based on the priority and ...A ...