Search Results
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-firewall.html
This helps harden MySQL against attacks such as SQL injection or attempts to exploit applications by using them outside of their legitimate query workload characteristics. By default, this variable is enabled when the firewall is installed. MySQL ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-a-session-object.html
For example: schema = mysqlx.getSession(...).getSchema(); This object chain is equivalent to the following, with the difference that the intermediate step is omitted: session = mysqlx.getSession(); schema = session.getSchema(). In this example the ... All previous examples used the getSchema() or getDefaultSchema() methods of the Session object, which return a Schema ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-a-session-object.html
For example: schema = mysqlx.getSession(...).getSchema(); This object chain is equivalent to the following, with the difference that the intermediate step is omitted: session = mysqlx.getSession(); schema = session.getSchema(). In this example the ... All previous examples used the getSchema() or getDefaultSchema() methods of the Session object, which return a Schema ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-new.html
This opens the Setup New Connection form, as the following figure shows. Manually changing the client character set, such as using SET NAMES ..., may cause MySQL Workbench to not correctly display the characters. For a more detailed overview of this ... To add a connection, click the [+] icon to the right of the MySQL Connections title on the home ...
https://dev.mysql.com/doc/internals/en/coding-style.html
Write SQL statements in the style of the MySQL Reference Manual SQL keywords and reserved words: uppercase Identifiers (table names, column names, etc.): lowercase Ignore this guideline if your intent is to check the processing of mixed lettercases ... Please have a look at the C/C++ coding guidelines and apply them when they make ...
https://dev.mysql.com/doc/internals/en/good-tests.html
There are a lot of strict rules and rules of thumb which may increase the quality of tests written for the tool pair mysqltest/mysqltest-run.pl (MTR). See the Writing Test Cases section of the MySQL Server Doxygen documentation, available at ...
https://dev.mysql.com/doc/internals/en/guided-tour-osdir.html
But we acknowledge with thanks that they're the products of other projects, and other people's labor, and we only regret that we won't have time to note all the contributed or publicly available components of MySQL, in this manual. This list is, in ... We're now getting into the directories which aren't “major.” Starting with: dbug pstack regex strings zlib Now it's time to reveal a startling fact, which is we didn't write all of the source code in all of the source code directories all by ...
MySQL Enterprise Monitor 8.0 Release Notes :: Changes in MySQL Enterprise Monitor 8.0.2 (2018-09-13)
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-2.html
As of this release, the default agent heap size, defined by the MEM_AGENT_JAVA_OPTS parameter in the setenv.sh/bat file, has been increased to 128MB. If you are upgrading from a previous version, you must edit the setenv.sh/bat manually. If you have ... Security Notes Bugs Fixed Security Notes MySQL Enterprise Service Manager has been updated to use Apache Struts 2.3.35, which has been publicly reported as not vulnerable to ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-supported.html
When a supported RDBMS product is being migrated, the MySQL Workbench Migration Wizard will automatically convert as much information as it can, but you may still be required to manually edit the automatically migrated schema for difficult cases, ...Generally speaking, only table information and its data are automatically converted to ...
https://dev.mysql.com/doc/connectors/en/connector-j-logging-slf4j.html
This often consists of setting up appenders or handlers for log messages using a configuration file; see your logging framework's documentation for details. See the SLF4J user manual for more details about using SLF4J, including discussions on Maven ... Besides its default logger com.mysql.cj.log.StandardLogger, which logs to stderr, Connector/J supports the SLF4J logging facade, allowing end users of applications using Connector/J to plug in logging frameworks of their own choices at deployment ...