Search



Search Results
Displaying 1041 to 1050 of 1802 total results
https://dev.mysql.com/doc/refman/8.4/en/what-is-mysql.html
The database structures are organized into physical files optimized for speed. Depending on your programming environment, you might enter SQL directly (for example, to generate reports), embed SQL statements into code written in another language, or ... MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Oracle ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-commands-single-file.html
The resulting file or directory goes into the current directory, or into the backup directory, if specified with --backup-dir; in either case, the destination directory must be empty. The --dst-entry=path option, along with --src-entry=path option, ... Besides the commands for creating and restoring single-file backups (namely, backup-to-image and copy-back-and-apply-log), mysqlbackup provides a number of other commands for you to work with single-file ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-create-cluster.html
See also Section 4.5, “Importing MySQL NDB Clusters into MySQL Cluster Manager”. Caution While it is possible to import into a cluster that was created without this option, it is not advisable, since the cluster is not protected against ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-explanations-ml-explain-row.html
The following example enters a row of data to explain into a session variable. mysql> SET @variable = (JSON_OBJECT("column_name", value, "column_name", value, ...), model_handle, options); In the following example, assign the data to analyze into ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-predictions-ml-predict-row.html
Inputting Data to Generate a Row Prediction One way to generate predictions on row data is to manually enter the row data into a session variable, and then generate a prediction by specifying the session variable. mysql> SET @variable = ...
https://dev.mysql.com/doc/workbench/en/wb-admin-export-import-results.html
Export or Import data directly from or into the result set. Figure 6.23 Exporting a Result Set Import into a Result Set Records from a CSV file can be imported into the result set of the visual SQL editor. The export and import operations shown in ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-steps.html
Only one schema: Catalog.Schema.Table -> Catalog.Table: Merges each schema into a single database. Figure 10.8 MySQL Workbench migration: Source Objects Migration The migration process now converts the selected objects into MySQL compatible objects ... This example migrates a Microsoft SQL Server database to MySQL and includes an image for each ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-roles.html
They can then log into the website and enjoy a personalized experience. This represents a burden on the developer, and there is the possibility for security issues to creep into the developed code. Many websites feature the facility for the user to ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-web-personalization-provider.html
Include a Connector/NET personalization provider into the system.web section in the web.config file. From the WebParts Toolbox, drag and drop a WebPartZone control into both the first and second columns. From the WebParts Toolbox, drag and drop a ...
https://dev.mysql.com/doc/connectors/en/connector-python-installation-source.html
Installing Connector/Python from Source Code Using pip Note We recommend leveraging python virtual environments to encapsulate the package installation instead of installing packages directly into the Python system environment. Source distributions ...
Displaying 1041 to 1050 of 1802 total results