Search



Search Results
Displaying 2641 to 2650 of 5414 total 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-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.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/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 ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-connection-concepts.html
Code examples for connecting to a MySQL Document Store (see Using MySQL as a Document Store) and using sessions are provided. An X DevAPI session is a high-level database session concept that is different from working with traditional low-level ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-sql-result-sets.html
When you execute an SQL operation on a Session using the sql() method, an SqlResult is returned. Iterating over an SqlResult is identical to working with results from CRUD operations. An SqlResult combines a result set produced by, for example, ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advisors-intro-advisor-page-ref.html
Advisor Categories The following types of Advisor are provided: Administration: Checks the MySQL instance installation and configuration. Availability: Checks the availability of the MySQL process and the connection load. Backup: Checks whether ...
Displaying 2641 to 2650 of 5414 total results