投稿

9月, 2023の投稿を表示しています

DataSource.MissingClientLibrary] 固定名 'MySql.Data.MySqlClient' を持つデータベースプロバイダーが見つかりません。

イメージ
ある日Excelでパワークエリを利用しようとしたらこんなエラーが。 エラーの原因ですが、MySQL Connectorのインストーラーのバグのようです。 https://bugs.mysql.com/bug.php?id=69760 解消方法は以下の通りです。 ①MySQL Connector Net 8.0.29をインストール ②下記のパスに"machine.config"(正常な設定ファイル)を上書き C:\Windows\Microsoft.NET\Framework\v4.0.30319 正常なmachine.config <?xml version= "1.0" ?> <!--     Please refer to machine.config.comments for a description and     the default values of each configuration section.       For a full documentation of the schema please refer to     http: //go.microsoft.com/fwlink/?LinkId=42127       To improve performance, machine.config should contain only those     settings that differ from their defaults. --> <configuration>   <configSections>     <section name= "appSettings" type= "System.Configuration.AppSettingsSection, System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" restartOnExternalChanges= "false" requirePermiss