MySQL for Visual Studio 1.2.1 beta has been released_MySQL
Dear MySQL users,
MySQL for Visual Studio is a product including all of the Visual Studio integration previously available as part of Connector/Net. The 1.2.1 version is a beta release of this product which is feature complete but still can contain minor bugs and is not suitable for production environments.
This version is appropriate for use with MySQL Server versions 5.5-5.6.
MySQL Server 5.7 is also compatible but not fully supported yet.
As this is a beta version the MySQL for Visual Studio product can be downloaded only by using the product standalone installer at this link http://dev.mysql.com/downloads/windows/visualstudio/
The 1.2.1 version includes the following new features:
- A new MySQL Project Wizard for creating Windows Forms applications.
- A new MySQL Project Wizard for creating ASP.NET MVC 3/4 web applications.
- A new option in web configuration tool for the ASP.NET Personalization Provider (this feature requires Connector/Net 6.9).
- A new option in web configuration tool for the ASP.NET Site Map Provider (this feature requires Connector/Net 6.9).
MySQL Project Wizard for Windows Forms
--------------------------------------
This wizard automates the generation of a .NET Windows Forms Application that is connected to a MySQL data source and supports CRUD operations. A Typed DataSet or an Entity Framework Model can also be generated to link the Application to the MySQL Database. In this version only one table can be selected in the wizard. This limitation will be replaced with a multiple tables wizard in the 1.2.2 upcoming version.
Within the Wizard the user can select one of three options for the view type:
Single Layout: A form that contains one control by each existing column in the table with navigation controls and that allows CRUD operations.
All controls can include data typed validations for Numeric types and Datetime types.
Grid layout: A form with a Grid that contains navigation controls.
Master-Detail: A form with a single controls layout for the Parent table and a grid to navigate in the child table.
Supported with C# or Visual Basic language.
This feature requires Connector/Net 6.7.5, 6.8.3 or 6.9.x.
For more details on the features included check the documentation at :
http://dev.mysql.com/doc/connector-net/en/connector-net-windows-forms.html
MySQL Project Wizard for ASP.NET MVC 3
--------------------------------------
The ASP.NET MVC Project Wizard is available at the Visual Studio New Project dialog, either at the MySql category or by filtering by name. It also can be accessed by using the MySQL Toolbar inside Visual Studio.
This wizard automates the generation of an ASP.NET MVC 3/4 application that includes the MySQL Membership configuration to manage ASP.NET authentication. The login and create user views are generated by the wizard and it also includes the generation of multiple browsable views for each one of the tables selected for the application generation.
The generation of the MVC items is done also with the creation of an Entity Framework data model either with Entity Framework version 5 or 6 depending on the user's selection.
Supported with C# or Visual Basic language.
This feature requires Connector/Net 6.7.5, 6.8.3 or 6.9.x.
For more details on the features included check the documentation at :
http://dev.mysql.com/doc/connector-net/en/connector-net-windows-mvc-template.html
New option in web configuration tool for the ASP.NET Personalization Provider
-----------------------------------------------------------------------------
Personalization provider allows to store personalization state-state data regarding the content and layout of Web Parts pages-generated by the Web Parts personalization service using MySQL as a data source. This feature requires Connector/Net 6.9.x.
http://dev.mysql.com/doc/connector-net/en/connector-net-website-config.html
New option in web configuration tool for the ASP.NET Site Map Provider
----------------------------------------------------------------------
Site Map provider allows to show a hierarchical list of links that describe the structure of a site. This feature requires Connector/Net 6.9.x.
http://dev.mysql.com/doc/connector-net/en/connector-net-website-config.html
For discussion, join the MySQL for Visual Studio forums:
http://forums.mysql.com/list.php?174
Download MySQL for Visual Studio 1.2.1 beta from:
http://dev.mysql.com/downloads/windows/visualstudio/
Quick links
- MySQL for Visual Studio documentationhttp://dev.mysql.com/doc/connector-net/en/connector-net-visual-studio.html
- Bugs:http://bugs.mysql.com
- Forums:http://forums.mysql.com/index.php?174
- Blog:http://blogs.oracle.com/MySqlOnWindows/
Enjoy and thanks for the support!
MySQL for Visual Studio Team.

ホットAIツール

Undresser.AI Undress
リアルなヌード写真を作成する AI 搭載アプリ

AI Clothes Remover
写真から衣服を削除するオンライン AI ツール。

Undress AI Tool
脱衣画像を無料で

Clothoff.io
AI衣類リムーバー

Video Face Swap
完全無料の AI 顔交換ツールを使用して、あらゆるビデオの顔を簡単に交換できます。

人気の記事

ホットツール

メモ帳++7.3.1
使いやすく無料のコードエディター

SublimeText3 中国語版
中国語版、とても使いやすい

ゼンドスタジオ 13.0.1
強力な PHP 統合開発環境

ドリームウィーバー CS6
ビジュアル Web 開発ツール

SublimeText3 Mac版
神レベルのコード編集ソフト(SublimeText3)

ホットトピック









完全なテーブルスキャンは、MySQLでインデックスを使用するよりも速い場合があります。特定のケースには以下が含まれます。1)データボリュームは小さい。 2)クエリが大量のデータを返すとき。 3)インデックス列が高度に選択的でない場合。 4)複雑なクエリの場合。クエリプランを分析し、インデックスを最適化し、オーバーインデックスを回避し、テーブルを定期的にメンテナンスすることにより、実際のアプリケーションで最良の選択をすることができます。

はい、MySQLはWindows 7にインストールできます。MicrosoftはWindows 7のサポートを停止しましたが、MySQLは引き続き互換性があります。ただし、インストールプロセス中に次のポイントに注意する必要があります。WindowsのMySQLインストーラーをダウンロードしてください。 MySQL(コミュニティまたはエンタープライズ)の適切なバージョンを選択します。インストールプロセス中に適切なインストールディレクトリと文字セットを選択します。ルートユーザーパスワードを設定し、適切に保ちます。テストのためにデータベースに接続します。 Windows 7の互換性とセキュリティの問題に注意してください。サポートされているオペレーティングシステムにアップグレードすることをお勧めします。

INNODBのフルテキスト検索機能は非常に強力であり、データベースクエリの効率と大量のテキストデータを処理する能力を大幅に改善できます。 1)INNODBは、倒立インデックスを介してフルテキスト検索を実装し、基本的および高度な検索クエリをサポートします。 2)一致を使用してキーワードを使用して、ブールモードとフレーズ検索を検索、サポートします。 3)最適化方法には、単語セグメンテーションテクノロジーの使用、インデックスの定期的な再構築、およびパフォーマンスと精度を改善するためのキャッシュサイズの調整が含まれます。

クラスター化されたインデックスと非クラスター化されたインデックスの違いは次のとおりです。1。クラスター化されたインデックスは、インデックス構造にデータを保存します。これは、プライマリキーと範囲でクエリするのに適しています。 2.非クラスター化されたインデックスストアは、インデックスキー値とデータの行へのポインターであり、非プリマリーキー列クエリに適しています。

記事では、MySQLワークベンチやPHPMyAdminなどの人気のあるMySQL GUIツールについて説明し、初心者と上級ユーザーの機能と適合性を比較します。[159文字]

記事では、MySQLで大規模なデータセットを処理するための戦略について説明します。これには、パーティション化、シャード、インデックス作成、クエリ最適化などがあります。

MySQLは、オープンソースのリレーショナルデータベース管理システムです。 1)データベースとテーブルの作成:createdatabaseおよびcreateTableコマンドを使用します。 2)基本操作:挿入、更新、削除、選択。 3)高度な操作:参加、サブクエリ、トランザクション処理。 4)デバッグスキル:構文、データ型、およびアクセス許可を確認します。 5)最適化の提案:インデックスを使用し、選択*を避け、トランザクションを使用します。

MySQLデータベースでは、ユーザーとデータベースの関係は、アクセス許可と表によって定義されます。ユーザーには、データベースにアクセスするためのユーザー名とパスワードがあります。許可は助成金コマンドを通じて付与され、テーブルはCreate Tableコマンドによって作成されます。ユーザーとデータベースの関係を確立するには、データベースを作成し、ユーザーを作成してから許可を付与する必要があります。
