Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンド ラインからの ODBC 接続のインストール
こんにちは、odbc 接続をインストールしたいのですが、cmd 行をスローしました。以下のこのコマンドで は、使用したいデータベースの名前とドライバーのみを開くことができます。IP、ユーザー、パスワード、説明も追加する必要があります。
odbcconf configsysdsn "MySQL ODBC 5.2w Driver" "DSN=test1|SERVER=(local)"
わかりました! odbcconf configsysdsn "MySQL ODBC 5.2w Driver" "DSN=test;SERVER=127.0.0.1;PORT=3306;DATABASE=mdb;UID=root"