<?xml version='1.0' encoding="utf-8"?>
      <rss version='2.0'>
      <channel>
      <title>Форум на Исходниках.RU</title>
      <link>https://forum.sources.ru</link>
      <description>Форум на Исходниках.RU</description>
      <generator>Форум на Исходниках.RU</generator>
  	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3937253</guid>
        <pubDate>Sun, 08 Mar 2026 16:52:07 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3937253</link>
        <description><![CDATA[DDim1000: Вот так заработало.<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">db.setConnectOptions(&quot;MYSQL_OPT_SSL_VERIFY_SERVER_CERT=FALSE&quot;);</div></ol></div></div></div></div><script>preloadCodeButtons('1');</script>]]></description>
        <author>DDim1000</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936553</guid>
        <pubDate>Sat, 21 Feb 2026 18:22:31 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936553</link>
        <description><![CDATA[Majestio: Попробуй что-то типа:<br>
<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">&nbsp;&nbsp; &nbsp;QSqlDatabase db = QSqlDatabase::addDatabase(&quot;QMYSQL&quot;);</div><div class="code_line">&nbsp;</div><div class="code_line">&nbsp;&nbsp; &nbsp;db.setHostName(&quot;your-mysql.example.com&quot;);</div><div class="code_line">&nbsp;&nbsp; &nbsp;db.setPort(3306);</div><div class="code_line">&nbsp;&nbsp; &nbsp;db.setDatabaseName(&quot;your_database&quot;);</div><div class="code_line">&nbsp;&nbsp; &nbsp;db.setUserName(&quot;your_user&quot;);</div><div class="code_line">&nbsp;&nbsp; &nbsp;db.setPassword(&quot;your_password&quot;);</div><div class="code_line">&nbsp;</div><div class="code_line">&nbsp;&nbsp; &nbsp;QString options = </div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&quot;MYSQL_OPT_SSL_MODE=REQUIRED;&quot; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// или VERIFY_CA / VERIFY_IDENTITY</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&quot;SSL_CA=/path/to/ca-cert.pem;&quot;; &nbsp; &nbsp; &nbsp; &nbsp; // обязательно указать, если сервер требует проверки</div><div class="code_line">&nbsp;</div><div class="code_line">&nbsp;&nbsp; &nbsp;// Может потребоваться иногда</div><div class="code_line">&nbsp;&nbsp; &nbsp;// options += &quot;SSL_CERT=/path/to/client-cert.pem;&quot;</div><div class="code_line">&nbsp;&nbsp; &nbsp;// &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;SSL_KEY=/path/to/client-key.pem;&quot;;</div><div class="code_line">&nbsp;</div><div class="code_line">&nbsp;&nbsp; &nbsp;db.setConnectOptions(options);</div><div class="code_line">&nbsp;</div><div class="code_line">&nbsp;&nbsp; &nbsp;if (!db.open()) {</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp;qDebug() &#60;&#60; &quot;Ошибка подключения:&quot; &#60;&#60; db.lastError().text();</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp;qDebug() &#60;&#60; &quot;Детали драйвера:&quot; &nbsp; &nbsp;&#60;&#60; db.lastError().driverText();</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp;qDebug() &#60;&#60; &quot;Детали БД:&quot; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;&#60; db.lastError().databaseText();</div><div class="code_line">&nbsp;&nbsp; &nbsp;} else {</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp;qDebug() &#60;&#60; &quot;Успешно подключились с SSL!&quot;;</div><div class="code_line">&nbsp;&nbsp; &nbsp;}</div></ol></div></div></div></div>]]></description>
        <author>Majestio</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936552</guid>
        <pubDate>Sat, 21 Feb 2026 16:55:33 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936552</link>
        <description><![CDATA[DDim1000: Все,драйвер настроен&#33;<br>
Теперь другой вопрос. Как обойти требования поддержки протокола SSL? <br>
<br>
<strong class='tag-b'>MySQL open failed: &quot;TLS/SSL error: SSL is required, but the server does not support it QMYSQL: Unable to connect&quot;</strong>]]></description>
        <author>DDim1000</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936551</guid>
        <pubDate>Sat, 21 Feb 2026 11:28:02 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936551</link>
        <description><![CDATA[DDim1000: 1) Установил &quot;MariaDB C Connector&quot;;<br>
2) Из папки bin скопировал файл libmariadb.dll;<br>
3) Сделал копию файла libmariadb.dll и переиминовал ее в libmysql.dll.<br>
<br>
Тепер в Output пишится:<br>
<br>
<div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '>qt.sql.qsqldatabase: QSqlDatabase: can not load requested driver &#39;QMYSQL&#39;, available drivers: QIBASE QSQLITE QMIMER QMARIADB QMYSQL QOCI QODBC QPSQL<br>
MySQL open failed: &quot;Driver not loaded Driver not loaded&quot;</div></div><br>
<br>
Что ни так?]]></description>
        <author>DDim1000</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936549</guid>
        <pubDate>Sat, 21 Feb 2026 07:33:32 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936549</link>
        <description><![CDATA[Majestio: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=473542&view=findpost&p=3936546'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>DDim1000 &#064; <time class="tag-quote__quoted-time" datetime="2026-02-20T19:38:35+00:00">20.02.26, 19:38</time></span><div class='quote '>Теперь требуеться qsqlmariadbd.dll. Откуда ее взять?</div></div><br>
А вот это , похоже уже, на плагин QT драйвера БД. На прошлых шагах ты, вроде, компилячил дрова для MySQL, а не для MariaDB (как я советовал). Поэтому проблема, и непонятная. Поиск её, думаю, лучче начать с того, что:<br>
<br>
1) Попробовать, как я советовал, скачать &quot;MariaDB C Connector&quot; и на его основе перекомпилячить драйвер<br>
2) Или искать инструментарий поиска зависимостей DLL, но это самый сложный путь - там даже если найдешь зависимость, то не понятно как её решить<br>
<br>
Свой MySQL сервер оставляй.  Качай коннектор к марии-db. И на основе его собирай новый драйвер. А там посмотрим.]]></description>
        <author>Majestio</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936546</guid>
        <pubDate>Fri, 20 Feb 2026 19:38:35 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936546</link>
        <description><![CDATA[DDim1000: Теперь требуеться <strong class='tag-b'>qsqlmariadbd.dll</strong>. Откуда ее взять?]]></description>
        <author>DDim1000</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936467</guid>
        <pubDate>Fri, 20 Feb 2026 04:46:38 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936467</link>
        <description><![CDATA[Majestio: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=473542&view=findpost&p=3936454'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>DDim1000 &#064; <time class="tag-quote__quoted-time" datetime="2026-02-19T12:11:30+00:00">19.02.26, 12:11</time></span><div class='quote '>Теперь требуеться файл libmysql.dll. С интернета можно скачать?</div></div><br>
Да нет же, это должно быть в &quot;глубинах&quot; установленного MySQL сервера. Посмотри там в bin-папке, там должно быть. И папка эта должна быть доступна в PATH.]]></description>
        <author>Majestio</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936457</guid>
        <pubDate>Thu, 19 Feb 2026 13:22:42 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936457</link>
        <description><![CDATA[YuriyRusinov: вполне, если подходит под версию.]]></description>
        <author>YuriyRusinov</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936454</guid>
        <pubDate>Thu, 19 Feb 2026 12:11:30 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936454</link>
        <description><![CDATA[DDim1000: Теперь требуеться файл libmysql.dll. С интернета можно скачать?]]></description>
        <author>DDim1000</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936393</guid>
        <pubDate>Wed, 18 Feb 2026 19:50:47 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936393</link>
        <description><![CDATA[YuriyRusinov: Тогда нужно к нему подкручивать Qt, с указанным выше путем.]]></description>
        <author>YuriyRusinov</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936390</guid>
        <pubDate>Wed, 18 Feb 2026 17:40:59 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936390</link>
        <description><![CDATA[DDim1000: mysql-8.0.22-winx64 - это MySQL Community Server?<br>А если он уже установлен?]]></description>
        <author>DDim1000</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936389</guid>
        <pubDate>Wed, 18 Feb 2026 16:47:44 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936389</link>
        <description><![CDATA[Majestio: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=473542&view=findpost&p=3936307'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>YuriyRusinov &#064; <time class="tag-quote__quoted-time" datetime="2026-02-17T18:16:19+00:00">17.02.26, 18:16</time></span><div class='quote '>В Винде нет стандарта, где лежат библиотеки</div></div><br>
Это так, на всякий случай - <a class='tag-url' href='https://majestio.info/notes/sysadmins/windows/dll-search-order.html' target='_blank'>читать тут</a>.]]></description>
        <author>Majestio</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936375</guid>
        <pubDate>Wed, 18 Feb 2026 13:07:13 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936375</link>
        <description><![CDATA[YuriyRusinov: да.]]></description>
        <author>YuriyRusinov</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936374</guid>
        <pubDate>Wed, 18 Feb 2026 12:52:50 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936374</link>
        <description><![CDATA[DDim1000: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=473542&view=findpost&p=3936317'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>Majestio &#064; <time class="tag-quote__quoted-time" datetime="2026-02-18T05:03:23+00:00">18.02.26, 05:03</time></span><div class='quote '>..<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">mkdir build-sqldrivers</div><div class="code_line">cd build-sqldrivers</div><div class="code_line">qt-cmake -G Ninja &#60;qt_installation_path&#62;\Src\qtbase\src\plugins\sqldrivers -DCMAKE_INSTALL_PREFIX=&#60;qt_installation_path&#62;\&#60;platform&#62; -DMySQL_ROOT=&quot;C:\mysql-8.0.22-winx64&quot;</div><div class="code_line">cmake --build .</div><div class="code_line">cmake --install .</div></ol></div></div></div></div><br>
...</div></div><br>
А папка &quot;build-sqldrivers&quot;, - это временная папка будет?]]></description>
        <author>DDim1000</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936317</guid>
        <pubDate>Wed, 18 Feb 2026 05:03:23 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936317</link>
        <description><![CDATA[Majestio: Амигос, приветствую&#33;<br>
<br>
Развидьте всё, что вы тут написали :lol: <br>
<br>
<span class='tag-size' data-value='14' style='font-size:14pt;'><strong class='tag-b'>Почему не видит драйвера MySQL?</strong></span><br>
<br>
Потому, что начиная с примерно с Qt 6.0-6.1 этот драйвер, как и некоторые другие, исключили из официальной поставки. Причина - проблемы с лицензированием. <br>
На странице <a class='tag-url' href='https://doc.qt.io/qt-6/sql-driver.html' target='_blank'>официальной документации</a> это описано так:<br>
<br>
<div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '><strong class='tag-b'>Due to the practicalities of dealing with external dependencies, only the SQLite plugin is shipped with binary builds of Qt</strong>. Binary builds of Qt for Windows also include the ODBC and PostgreSQL plugin. To be able to add additional drivers to the Qt installation without re-building all of Qt, it is possible to configure and build the qtbase/src/plugins/sqldrivers directory outside of a full Qt build directory. Note that it is not possible to configure each driver separately, only all of them at once. Drivers can be built separately, though.</div></div><br>
<span class='tag-size' data-value='14' style='font-size:14pt;'><strong class='tag-b'>Что делать?</strong></span><br>
<br>
Собирать самостоятельно. Опять же, в документации об этом написано в подразделе &quot;<a class='tag-url' href='https://doc.qt.io/qt-6/sql-driver.html#how-to-build-the-qmysql-plugin-on-windows' target='_blank'>How to Build the QMYSQL Plugin on Windows</a>&quot;.<br>
<br>
Если по шагам, то:<br>
<br>
1) Установить MySQL web installer или <a class='tag-url' href='https://mariadb.org/download/?t=connector&p=connector-c&r=3.4.8&os=source' target='_blank'>MariaDB C Connector</a> (думаю это лучше)<br>
2) Проверить наличие установленных и доступных в PATH утилит <a class='tag-url' href='https://cmake.org/download/' target='_blank'>cmake</a> и <a class='tag-url' href='https://github.com/ninja-build/ninja/releases' target='_blank'>ninja</a> (этого нет в документации, но подразумевается)<br>
3) И только после этого приступить к установке<br>
<br>
Установка в документации описана как последовательность команд:<br>
<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">mkdir build-sqldrivers</div><div class="code_line">cd build-sqldrivers</div><div class="code_line">qt-cmake -G Ninja &#60;qt_installation_path&#62;\Src\qtbase\src\plugins\sqldrivers -DCMAKE_INSTALL_PREFIX=&#60;qt_installation_path&#62;\&#60;platform&#62; -DMySQL_ROOT=&quot;C:\mysql-8.0.22-winx64&quot;</div><div class="code_line">cmake --build .</div><div class="code_line">cmake --install .</div></ol></div></div></div></div><br>
Тут подразумевается, что была произведена ранее установка полной версии MySQL 8.0.2. Но если ранее ставили &quot;MariaDB C Connector&quot;, то в <span class="tag-font" data-value="Courier" style="font-family:Courier"><span class="tag-color tag-color-named" data-value="blue" style="color: blue">-DMySQL_ROOT</span></span>, естественно, будет другой путь.<br>
The END  :lol:]]></description>
        <author>Majestio</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936315</guid>
        <pubDate>Wed, 18 Feb 2026 03:48:55 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936315</link>
        <description><![CDATA[DDim1000: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=473542&view=findpost&p=3936314'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>YuriyRusinov &#064; <time class="tag-quote__quoted-time" datetime="2026-02-17T19:38:37+00:00">17.02.26, 19:38</time></span><div class='quote '>OK, документация к Qt говорит, что для подключения MySQL к Qt надо запустить установщик из командной строки <div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">C:\Qt.0.0\Src\configure.bat -sql-mysql -- -DMySQL_ROOT=&quot;C:\mysql-8.0.22-winx64&quot;</div></ol></div></div></div></div></div></div><br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">Microsoft Windows [Version 10.0.19045.6456]</div><div class="code_line">(c) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.</div><div class="code_line">&nbsp;</div><div class="code_line">C:\Windows\system32&#62;d:</div><div class="code_line">&nbsp;</div><div class="code_line">D:\&#62;cd D:\Programming\Qt.10.2\Src</div><div class="code_line">&nbsp;</div><div class="code_line">D:\Programming\Qt.10.2\Src&#62;configure.bat -sql-mysql -- -DMySQL_ROOT=&quot;C:\mysql-8.0.22-winx64&quot;</div><div class="code_line">&quot;cmake&quot; не является внутренней или внешней</div><div class="code_line">командой, исполняемой программой или пакетным файлом.</div><div class="code_line">&quot;cmake&quot; не является внутренней или внешней</div><div class="code_line">командой, исполняемой программой или пакетным файлом.</div><div class="code_line">Не удается найти D:\Programming\Qt.10.2\Src\config.tl.opt</div><div class="code_line">&nbsp;</div><div class="code_line">D:\Programming\Qt.10.2\Src&#62;</div></ol></div></div></div></div>]]></description>
        <author>DDim1000</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936314</guid>
        <pubDate>Tue, 17 Feb 2026 19:38:37 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936314</link>
        <description><![CDATA[YuriyRusinov: OK, документация к Qt говорит, что для подключения MySQL к Qt надо запустить установщик из командной строки <div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">C:\Qt.0.0\Src\configure.bat -sql-mysql -- -DMySQL_ROOT=&quot;C:\mysql-8.0.22-winx64&quot;</div></ol></div></div></div></div>]]></description>
        <author>YuriyRusinov</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936313</guid>
        <pubDate>Tue, 17 Feb 2026 19:30:53 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936313</link>
        <description><![CDATA[DDim1000: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=473542&view=findpost&p=3936312'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>YuriyRusinov &#064; <time class="tag-quote__quoted-time" datetime="2026-02-17T19:23:05+00:00">17.02.26, 19:23</time></span><div class='quote '>Похоже 1 из обязательных разделов не выделен, так как кнопка &quot;Далее&quot; недоступна.</div></div><br>
Потому что qt 6.10.2 уже установлен.]]></description>
        <author>DDim1000</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936312</guid>
        <pubDate>Tue, 17 Feb 2026 19:23:05 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936312</link>
        <description><![CDATA[YuriyRusinov: Похоже 1 из обязательных разделов не выделен, так как кнопка &quot;Далее&quot; недоступна.]]></description>
        <author>YuriyRusinov</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936311</guid>
        <pubDate>Tue, 17 Feb 2026 19:09:22 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936311</link>
        <description><![CDATA[DDim1000: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=473542&view=findpost&p=3936309'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>YuriyRusinov &#064; <time class="tag-quote__quoted-time" datetime="2026-02-17T18:46:43+00:00">17.02.26, 18:46</time></span><div class='quote '>раскрой подраздел Qt, там надо посмотреть разделы с модулем QtSQL</div></div><br>
Вообще нет раздела с модулем QtSQL. И упоминания SQL вообще ни в одно разделе нету.]]></description>
        <author>DDim1000</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936309</guid>
        <pubDate>Tue, 17 Feb 2026 18:46:43 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936309</link>
        <description><![CDATA[YuriyRusinov: раскрой подраздел Qt, там надо посмотреть разделы с модулем QtSQL]]></description>
        <author>YuriyRusinov</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936308</guid>
        <pubDate>Tue, 17 Feb 2026 18:33:17 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936308</link>
        <description><![CDATA[DDim1000: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=473542&view=findpost&p=3936307'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>YuriyRusinov &#064; <time class="tag-quote__quoted-time" datetime="2026-02-17T18:16:19+00:00">17.02.26, 18:16</time></span><div class='quote '>В Винде нет стандарта, где лежат библиотеки, поэтому тут скорее всего драйвер mysql не был установлен, поэтому надо запустить установщик Qt и отследить установку, так как библиотека qsqlmysqld.dll принадлежит Qt, в частности его модулю поддержки SQL.</div></div><br>
Что значит &quot;отследить установку&quot;?]]></description>
        <author>DDim1000</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936307</guid>
        <pubDate>Tue, 17 Feb 2026 18:16:19 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936307</link>
        <description><![CDATA[YuriyRusinov: В Винде нет стандарта, где лежат библиотеки, поэтому тут скорее всего драйвер mysql не был установлен, поэтому надо запустить установщик Qt и отследить установку, так как библиотека qsqlmysqld.dll принадлежит Qt, в частности его модулю поддержки SQL.]]></description>
        <author>YuriyRusinov</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936292</guid>
        <pubDate>Tue, 17 Feb 2026 16:05:38 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936292</link>
        <description><![CDATA[DDim1000: Папку bin нужно добавлять в &quot;переменны среды window&quot;: D:&#092;Programming&#092;Qt&#092;6.10.2&#092;msvc2022_64&#092;bin <br>
<br>
<span class="tag-color tag-color-named" data-value="mergepost" style="color: mergepost"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2026-02-17T16:52:47+00:00">17.02.26, 16:52</time></span></span><br>
<div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=473542&view=findpost&p=3936291'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>YuriyRusinov &#064; <time class="tag-quote__quoted-time" datetime="2026-02-17T15:26:30+00:00">17.02.26, 15:26</time></span><div class='quote '>Вероятно драйвер должен быть там, где лежат плагины к Qt</div></div><br>
В папке с установленном Qt вообще нет файла qsqlmysqld.dll.<br>
<span class="b-attach" data-size="32703" data-hits="142" data-attach-id="67653" data-attach-post-id="3936292">
			<span class="b-attach__title"></span><a class='b-attach-link' href='https://forum.sources.ru/index.php?act=Attach&amp;type=post&amp;id=3936292&amp;attach_id=67653' title='Скачать файл' target='_blank'>sql.png</a> (, : 142)
		</span>]]></description>
        <author>DDim1000</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936291</guid>
        <pubDate>Tue, 17 Feb 2026 15:26:30 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936291</link>
        <description><![CDATA[YuriyRusinov: Вероятно драйвер должен быть там, где лежат плагины к Qt<br>
<br>
<span class="b-attach" data-size="24473" data-hits="147" data-attach-id="67652" data-attach-post-id="0">
			<span class="b-attach__title"></span><a class='b-attach-link' href='https://forum.sources.ru/index.php?act=Attach&amp;type=post&amp;id=0&amp;attach_id=67652' title='Скачать файл' target='_blank'>QMySql2026_02_17_182506.png</a> (, : 147)
		</span> <br>
<br>
<span class="tag-color tag-color-named" data-value="mergepost" style="color: mergepost"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2026-02-17T15:28:35+00:00">17.02.26, 15:28</time></span></span><br>
как-то <div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">C:\Qt&#60;твоя версия&#62;\msvc&#60;версия&#62;\...\plugins\sqldrivers\</div></ol></div></div></div></div>]]></description>
        <author>YuriyRusinov</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936290</guid>
        <pubDate>Tue, 17 Feb 2026 15:12:25 +0000</pubDate>
        <title>Программа не видит драйвер MySQL</title>
        <link>https://forum.sources.ru/index.php?showtopic=473542&amp;view=findpost&amp;p=3936290</link>
        <description><![CDATA[DDim1000: Здравствуйте&#33;<br>
Программа не видит qsqlmysqld.dll.<br>
Подскажите, пожалуйста, что делать?<br>
<br>
Ложил и в system32, и рядом с exe, но всеровно не видит.<br>
<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">int main(int argc, char* argv[])</div><div class="code_line">{</div><div class="code_line">&nbsp;&nbsp; &nbsp;qDebug() &#60;&#60; &quot;main: start&quot;;</div><div class="code_line">&nbsp;&nbsp; &nbsp;QGuiApplication app(argc, argv);</div><div class="code_line">&nbsp;</div><div class="code_line">&nbsp;&nbsp; &nbsp;qDebug() &#60;&#60; &quot;Доступные драйверы:&quot; &#60;&#60; QSqlDatabase::drivers();</div><div class="code_line">&nbsp;&nbsp; &nbsp;qDebug() &#60;&#60; &quot;main: QGuiApplication created&quot;;</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp;</div><div class="code_line">&nbsp;&nbsp; &nbsp;//...</div><div class="code_line">}</div></ol></div></div></div></div><br>
<br>
Вывод:<br>
<br>
<div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '>...<br>
&quot;QtQuickSchool.exe&quot; (Win32). Загружено &quot;C:&#092;Windows&#092;System32&#092;ntmarta.dll&quot;. Загрузка символов отключена параметром включения и исключения.<br>
&quot;QtQuickSchool.exe&quot; (Win32). Загружено &quot;C:&#092;Windows&#092;System32&#092;Windows.UI.Immersive.dll&quot;. Загрузка символов отключена параметром включения и исключения.<br>
Доступные драйверы: QList(&quot;QIBASE&quot;, &quot;QSQLITE&quot;, &quot;QMIMER&quot;, &quot;QOCI&quot;, &quot;QODBC&quot;, &quot;QPSQL&quot;)<br>
main: QGuiApplication created<br>
&quot;QtQuickSchool.exe&quot; (Win32). Выгружено &quot;C:&#092;Windows&#092;System32&#092;twinapi.appcore.dll&quot;<br>
&quot;QtQuickSchool.exe&quot; (Win32). Выгружено &quot;C:&#092;Windows&#092;System32&#092;WindowManagementAPI.dll&quot;<br>
...</div></div>]]></description>
        <author>DDim1000</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      </channel>
      </rss>
	