Search



Search Results
Displaying 1831 to 1840 of 4072 total results
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-web-personalization-provider.html
<webParts> <personalization defaultProvider="MySQLPersonalizationProvider"> <providers> <clear/> <add name="MySQLPersonalizationProvider" type="MySql.Web.Personalization.MySqlPersonalizationProvider, MySql.Web, Version=6.9.3.0, Culture=neutral, ...
https://dev.mysql.com/doc/connectors/en/connector-python-example-cursor-transaction.html
Note The following example uses tables created in the example Section 6.5.2, “Creating Tables Using Connector/Python”. The second INSERT depends on the value of the newly created primary key of the first. The AUTO_INCREMENT column option for the ... Inserting or updating data is also done using the handler structure known as a ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-web-personalization-provider.html
<webParts> <personalization defaultProvider="MySQLPersonalizationProvider"> <providers> <clear/> <add name="MySQLPersonalizationProvider" type="MySql.Web.Personalization.MySqlPersonalizationProvider, MySql.Web, Version=6.9.3.0, Culture=neutral, ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-net-vb.html
The following sample creates a table my_vb_net and demonstrates the use in VB.
https://dev.mysql.com/doc/connector-python/en/connector-python-example-cursor-transaction.html
Note The following example uses tables created in the example Section 5.2, “Creating Tables Using Connector/Python”. The second INSERT depends on the value of the newly created primary key of the first. The AUTO_INCREMENT column option for the ... Inserting or updating data is also done using the handler structure known as a ...
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"). (Reminder: This does not refer to BDB and InnoDB tables, which do use pages). "Filler Bits" = 1 The length of the record header is thus: (1 + ...These files will be in the directory: /<datadir>/<database>/ For example, if you use Linux, you might find the files in the /usr/local/var/test directory (assuming your database name is ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactory.html
Table 4.73 getSession() Parameter Description return the session 4.3.1.23.8 getSession(Map) public abstract Session getSession(Map properties); Create a session to use with the cluster, overriding some default properties with the properties supplied ...Since 7.5.7 4.3.1.23.7 getSession() public abstract Session getSession(); Create a Session to use with the cluster, using all the properties of the SessionFactory, including the default ...Actual ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configure-authentication.html
When a client connects to the MySQL server, the server uses the user name provided by the client and the client host to select the account row from the mysql.user table. If the names do not match, the plugin also checks whether the socket user name ...The server authenticates the client, determining from the account row which authentication plugin applies to the ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
group_replication_advertise_recovery_endpoints specifies how a joining member can establish a connection to an existing member for state transfer for distributed recovery. The Performance Schema table replication_group_members shows this ... This ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-server-side.html
auth_string: The value of the authentication_string column of the row in the mysql.user system table for the matching account name (that is, the row that matches the client user name and host name and that the server uses to determine how to ...
Displaying 1831 to 1840 of 4072 total results