Search Results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-drop-db.html
int mysql_drop_db(MYSQL *mysql, const char *db) Description Drops the database named by the db parameter. Use mysql_real_query() or mysql_query() to issue an SQL DROP DATABASE statement instead. Example if(mysql_drop_db(&mysql, "my_database")) ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-scanning-basic.html
This example illustrates how to use the NDB scanning API. It shows how to perform a scan, how to scan for an update, and how to scan for a delete, making use of the NdbScanFilter and NdbScanOperation classes. You should have received a copy of the ...The source code for this example may found in the NDB Cluster source tree, in the file ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-roles.html
This can be achieved using SHOW DATABASES; and SHOW TABLES; the mysql command interpreter. This requires that the developer creates database tables to store user information, along with code to gather and process this data. This tutorial shows you ... Many websites feature the facility for the user to create a user ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-roles.html
This can be achieved using SHOW DATABASES; and SHOW TABLES; the mysql command interpreter. This requires that the developer creates database tables to store user information, along with code to gather and process this data. This tutorial shows you ... Many websites feature the facility for the user to create a user ...
https://dev.mysql.com/doc/workbench/en/wb-reverse-engineer-live.html
The figure that follows shows an example of the Reverse Engineer Database wizard. To reverse-engineer a live database, click Database and then Reverse Engineer from the menu. Figure 9.49 Reverse Engineer Database Wizard The first step of the wizard ...You can set up a new connection or select a previously created stored ...
https://dev.mysql.com/doc/internals/en/x-protocol-messages-messages.html
Topics in this section: Message Structure Message Sequence Common Messages Connection Session Expectations CRUD SQL Result Sets Expressions Data Types This section provides detailed information about how X Protocol defines messages. Message ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-post-install.html
$> cd /usr/local/mysql $> bin/mysqlshow -u root -p Enter password: (enter root password here) +--------------------+ | Databases | +--------------------+ | information_schema | | mysql | | performance_schema | | sys | +--------------------+ Use ...
https://dev.mysql.com/doc/internals/en/com-drop-db.html
COM_DROP_DB: drop a schema Payload 1 [06] COM_DROP_DB string[EOF] schema name Returns OK_Packet or ERR_Packet Example 05 00 00 00 06 74 65 73 74 .....test .
https://dev.mysql.com/doc/refman/8.4/en/sys-list-drop.html
Removes a value from a comma-separated list of values and returns the result. For more information, see the description of list_add() Parameters in_list TEXT: The list to be modified.
https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html
skip_show_database Command-Line Format --skip-show-database System Variable skip_show_database Scope Global Dynamic No SET_VAR Hint Applies No Type Boolean Default Value OFF This prevents people from using the SHOW DATABASES statement if they do not ...Some variables are read-only, and their values are determined by the system environment, by how MySQL is installed on the system, or possibly by the options used to compile ...