Search Results
https://dev.mysql.com/doc/workbench/en/wb-reverse-engineer-live.html
If you plan to import an object with the same name as an existing object, rename the existing object before reverse engineering. To reuse a schema name, you must first rename the existing schema. To reverse-engineer a live database, click Database ...
https://dev.mysql.com/doc/workbench/en/wb-routines.html
Right-clicking a routine opens a pop-up menu with the following items: Rename Cut 'routine_name' Copy 'routine_name' Paste Edit Routine Edit in New Window Copy SQL to Clipboard Delete 'routine_name' The Edit Routine item opens the routine editor.
https://dev.mysql.com/doc/connectors/en/connector-j-reference-using-ssl.html
Notes Since Connector/J 8.0.28, the connection property enabledTLSProtocols has been renamed to tlsVersions, and enabledSSLCipherSuites has been renamed to tlsCiphersuites; the original names remain as aliases. Connector/J can encrypt all data ...
https://dev.mysql.com/doc/connectors/en/connector-j-upgrading-to-8.0.html
Properties that have been removed (do not use them during connection): useDynamicCharsetInfo useBlobToStoreUTF8OutsideBMP , utf8OutsideBmpExcludedColumnNamePattern, and utf8OutsideBmpIncludedColumnNamePattern: MySQL 5.6 and later supports the ...
https://dev.mysql.com/doc/internals/en/event-class-archaeological-notes.html
Later, when v3 was developed, type code 1 was reused and the symbol associated with it was renamed from START_EVENT to START_EVENT_V3. Despite the "V3" in the type code name, START_EVENT_V3 currently is used as the type code not only for v3 start ...
https://dev.mysql.com/doc/internals/en/mysys-directory.html
There are 125 *.c programs in this directory: array.c --- Dynamic array handling charset.c --- Using dynamic character sets, set default character set, ... For example, the main functions in my_getwd.c are described thus: "int my_getwd _A((string ...
https://dev.mysql.com/doc/internals/en/mysys-functions.html
int my_rename _A((const char *from, const char *to, myf MyFlags)); Rename file from from to to. int my_redel _A((const char *from, const char *to, int MyFlags)); Delete from before rename of to to from. Functions in mysys: (For flags see my_sys.h) ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-30.html
Character Set Support Packaging Notes Functionality Added or Changed Bugs Fixed Character Set Support The renaming of the utf8 character set to utf8mb3 in MySQL 8.0.30—together with new utf8mb4 collations—generated errors related to collation ...To support the character-set name change and the new collations, several API changes now are ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-30.html
(WL #15159) Functionality Added or Changed Connector/NET collation support now aligns with the collations that were either renamed or newly added by the server starting with MySQL 8.0.30. Deprecation and Removal Notes Functionality Added or Changed ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-30.html
(WL #14815) Added or renamed collations to align with MySQL Server 8.0.30. This includes adding support for language-specific utf8mb4 collations and renaming all existing utf8_ collations to utf8mb3_. (Bug #106632, Bug #33923516) For Django, added ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for OpenSSL ...