Search



Search Results
Displaying 241 to 250 of 2852 total results
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-roles.html
Many websites feature the facility for the user to create a user account. This requires that the developer creates database tables to store user information, along with code to gather and process this data. This system is designed around the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-roles.html
Many websites feature the facility for the user to create a user account. This requires that the developer creates database tables to store user information, along with code to gather and process this data. This system is designed around the ...
https://dev.mysql.com/doc/refman/8.4/en/kerberos-pluggable-authentication.html
Using GSSAPI, the client application creates a Kerberos client-side authentication session and exchanges Kerberos messages with the Kerberos KDC: The client obtains a ticket-granting ticket from the authentication server. Using GSSAPI, the MySQL ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-partial-options.html
The option can also be used with the backup-dir-to-image and image-to-backup-dir commands to select tables when creating or unpacking a backup image. The option can also be used with the backup-dir-to-image and image-to-backup-dir commands to select ... To select specific data to be backed up or restored, use the partial backup and restore options described in this ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-files-backed-up-summary.html
The backup_history and backup_progress tables created by mysqlbackup use the CSV format, so the backup always includes some files with this extension. The backup_history and backup_progress tables created by mysqlbackup use the CSV format, so the ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-how-to-import-onnx.html
The following example converts the /Users/user1/iris.onnx file and creates the output file iris_base64.onnx. For example: mysql> CREATE DATABASE onnx_model; mysql> USE onnx_model; Create a table with only one column to store the string. The ... This ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-byo-embedding-tables.html
OutputTableName: the name of the table where you want to create a new column to store the generated outputs. If the specified table doesn't exist, a new table is created. It allows you to create tables which point to external data sources and ...
https://dev.mysql.com/doc/refman/8.4/en/backup-strategy-example.html
You should include such options as necessary to enable client programs to connect to the MySQL server. Assume that data is stored in the InnoDB storage engine, which has support for transactions and automatic crash recovery. Assume also that the ...
https://dev.mysql.com/doc/workbench/en/wb-create-schema-objects.html
Additional objects such as views or routines can be added in the same way as tables. To view these schema objects, select the Catalog tab in the middle palette on the right. View all the objects by clicking the + button to the left of the schema ...
https://dev.mysql.com/doc/workbench/en/wb-creating-views.html
You can add views to a database either from the Physical Schemas section of the MySQL Model page or from the EER Diagram.
Displaying 241 to 250 of 2852 total results