Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-3-0.html
Version 8.3.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.3.0 supersedes 8.2 and is recommended for use on production systems. This release can be used against MySQL Server version 8.0 and later. It supports the Java Database ...
https://dev.mysql.com/doc/workbench/en/wb-configuring-files.html
Note To find these text files, select Show Log Files from the Help menu. They are stored as plain text files that are separated one per day (such as 2015-12-15) and they contain your MySQL Workbench SQL statement history for all MySQL connections.
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-secure-auth.html
This is because MySQL does not store passwords as plain text, so regenerating password hashes requires user intervention. If using the old password format, you will see text beginning with "This account is using the pre-mysql-4.1.1 password hashing ... MySQL 4.1 extended password hashes from 16 to 41 ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-snippets.html
Table 8.1 Default Local Snippet File Location Operating System File Path Windows %AppData%\MySQL\Workbench\User Snippets.txt macOS ~username/Library/Application Support/MySQL/Workbench/snippets/User Snippets.txt Linux ... The Snippets secondary tab ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor.html
Together the editors and panels enable you to: Build, edit, and run queries Create and edit data View and export results Perform basic RDBMS administrative tasks Color syntax highlighting, context help, and code completion assist you in writing and ... The visual SQL editor consists of a set of specialized editors (query, schema, table, and so on) and three panels: sidebar, secondary sidebar, and output ...
https://dev.mysql.com/doc/workbench/en/wb-view-editor.html
The View Tab Use the View tab to perform the following tasks: Rename the view using the Name text box. To invoke the view editor, double-click a view object on the EER Diagram canvas or double-click a view in the Physical Schemas section on the ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
All text types including char and varchar are allowed; and blob is not considered a text type. This chapter describes the full set of MySQL Connector/NET 8.0 connection options. The protocol you use to make a connection to the server (classic MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-authentication-user-plugin.html
Design the main C# program as follows: using System; using System.Collections.Generic; using System.Linq; using System.Text; using MySql.Data.MySqlClient; namespace AuthPluginTest { class Program { static void Main(string[] args) { // Customize the ... Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-mysqlscript.html
This tutorial teaches you how to use the MySqlScript class. Depending on the circumstances, this can be more convenient than using the MySqlCommand approach. Further details of the MySqlScript class can be found in the reference documentation ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
This error occurs only with MySQL tables using the TEXT or VARCHAR data types. Hebrew/CJK Characters I can correctly store extended characters in the database (Hebrew/CJK) using Connector/ODBC 5.1, but when I retrieve the data, the text is not ...