Search



Search Results
Displaying 1781 to 1790 of 4072 total results
https://dev.mysql.com/doc/refman/8.4/en/alter-event.html
The syntax for each of the DEFINER, ON SCHEDULE, ON COMPLETION, COMMENT, ENABLE / DISABLE, and DO clauses is exactly the same as when used with CREATE EVENT. (See Section 15.1.13, “CREATE EVENT Statement”.) Any user can alter an event defined on ...When a user executes a successful ALTER EVENT statement, that user becomes the definer for the affected ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-component-installation.html
For example, the InnoDB storage engine uses the keyring for tablespace encryption, so a keyring component or plugin must be loaded and available prior to InnoDB initialization. The database administrator has the responsibility for creating any ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-snippets.html
SQL DDL (SQL Data Definition Language): Syntax examples include creating, altering, and dropping tables, indexes, views, and procedures. By default, the My Snippets SQL snippets are stored as indicated in the following table. Table 8.1 Default Local ... The Snippets secondary tab includes built-in, local, and shared custom ...
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 ...
Displaying 1781 to 1790 of 4072 total results