PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.4Kb
Man Pages (Zip)
- 378.4Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
https://dev.mysql.com/doc/refman/9.7/en/srjsapi-schema.html
Schema supports the methods listed here: existsInDatabase(): Returns true if the schema exists, otherwise false. You can obtain an instance of Schema by calling the Session object's getSchema() method; you can also obtain a list of all available ...
https://dev.mysql.com/doc/refman/9.7/en/srjsapi-session.html
Returns a string or a true-false value depending on the option type. The Session object is always available as the session property of the global object. Session has the methods listed here: createSchema(String name): Creates a database having the ...
https://dev.mysql.com/doc/refman/9.7/en/srjsapi-sqlexecute.html
Returns a string or true/false value, depending on the option's type. SqlExecute has the following methods: execute(): Executes the SQL statement and returns an SqlResult. getOption(String optionName): Gets the value for the named option to this ...
https://dev.mysql.com/doc/refman/9.7/en/stored-objects-security.html
This remains true if the privileges needed to create the object are revoked from the account of the user who created it. Stored programs (procedures, functions, triggers, and events) and views are defined prior to use and, when referenced, execute ...
https://dev.mysql.com/doc/refman/9.7/en/string-literals.html
This is true even for strings that are preceded by an introducer that indicates a different character set, as discussed in Section 12.3.6, “Character String Literal Character Set and Collation”. A string is a sequence of bytes or characters, ...
https://dev.mysql.com/doc/refman/9.7/en/structured-system-variables.html
If this were not true (that is, if two different types of structured variables could share component member names), it would not be clear which default structured variable to use for references to member names that are not qualified by an instance ... A structured variable differs from a regular system variable in two respects: Its value is a structure with components that specify server parameters considered to be closely ...
https://dev.mysql.com/doc/refman/9.7/en/symbolic-links-to-tables.html
The same is true for the ALTER TABLE, OPTIMIZE TABLE, and REPAIR TABLE statements. Note Symbolic link support as described here, along with the --symbolic-links option that controls it, and is deprecated; expect these to be removed in a future ...
https://dev.mysql.com/doc/refman/9.7/en/sys-ps-setup-reset-to-default.html
Parameters in_verbose BOOLEAN: Whether to display information about each setup stage during procedure execution. row *************************** status: Resetting: setup_actors DELETE FROM performance_schema.setup_actors WHERE NOT (HOST = '%' AND ...
https://dev.mysql.com/doc/refman/9.7/en/sys-schema-prerequisites.html
Also, remember that if you enable additional configuration, you can easily restore the default configuration like this: CALL sys.ps_setup_reset_to_default(TRUE); . Before using the sys schema, the prerequisites described in this section must be ...
https://dev.mysql.com/doc/refman/9.7/en/testing-server.html
If that is not true, adjust the command path names accordingly. After the data directory is initialized and you have started the server, perform some simple tests to make sure that it works satisfactorily. This section assumes that your current ...