<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MySQL Connector&#x2F;C++ get_mysql_driver_instance]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich versuche MySQL Connector/C++ unter Linux zum laufen zu bekommen. Genauer genommen diesen Code hier:<br />
<a href="http://dev.mysql.com/doc/connector-cpp/en/connector-cpp-examples-connecting.html" rel="nofollow">http://dev.mysql.com/doc/connector-cpp/en/connector-cpp-examples-connecting.html</a></p>
<p>Das ganze scheitert aber schon bei</p>
<pre><code>driver = sql::mysql::MySQL_Driver::get_mysql_driver_instance();
</code></pre>
<p>mit der Fehlermeldung:<br />
error: 'get_mysql_driver_instance' is not a member of 'sql::mysql::MySQL_Driver'</p>
<p>Habe schon alles mögliche versucht, aber nichts scheint zu helfen.</p>
<p>Includes sind</p>
<pre><code>#include &quot;mysql_connection.h&quot;
#include &lt;mysql_driver.h&gt;

#include &lt;cppconn/driver.h&gt;
#include &lt;cppconn/exception.h&gt;
#include &lt;cppconn/resultset.h&gt;
#include &lt;cppconn/statement.h&gt;
</code></pre>
<p>Auserdem LIBS += libmysqlcppconn (ich benutze QtCreator)</p>
<p>Weis jemand eine Lösung?<br />
Vielen Dank!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/328605/mysql-connector-c-get_mysql_driver_instance</link><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Jul 2026 12:11:56 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/328605.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 18 Oct 2014 10:52:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MySQL Connector&#x2F;C++ get_mysql_driver_instance on Sat, 18 Oct 2014 10:52:24 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich versuche MySQL Connector/C++ unter Linux zum laufen zu bekommen. Genauer genommen diesen Code hier:<br />
<a href="http://dev.mysql.com/doc/connector-cpp/en/connector-cpp-examples-connecting.html" rel="nofollow">http://dev.mysql.com/doc/connector-cpp/en/connector-cpp-examples-connecting.html</a></p>
<p>Das ganze scheitert aber schon bei</p>
<pre><code>driver = sql::mysql::MySQL_Driver::get_mysql_driver_instance();
</code></pre>
<p>mit der Fehlermeldung:<br />
error: 'get_mysql_driver_instance' is not a member of 'sql::mysql::MySQL_Driver'</p>
<p>Habe schon alles mögliche versucht, aber nichts scheint zu helfen.</p>
<p>Includes sind</p>
<pre><code>#include &quot;mysql_connection.h&quot;
#include &lt;mysql_driver.h&gt;

#include &lt;cppconn/driver.h&gt;
#include &lt;cppconn/exception.h&gt;
#include &lt;cppconn/resultset.h&gt;
#include &lt;cppconn/statement.h&gt;
</code></pre>
<p>Auserdem LIBS += libmysqlcppconn (ich benutze QtCreator)</p>
<p>Weis jemand eine Lösung?<br />
Vielen Dank!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2422773</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2422773</guid><dc:creator><![CDATA[Bobface]]></dc:creator><pubDate>Sat, 18 Oct 2014 10:52:24 GMT</pubDate></item><item><title><![CDATA[Reply to MySQL Connector&#x2F;C++ get_mysql_driver_instance on Sat, 18 Oct 2014 17:35:29 GMT]]></title><description><![CDATA[<p>Lies auch die Benutzerkommentare unten auf der von Dir verlinkten Seite. Evtl. hat der Mann ja recht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2422813</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2422813</guid><dc:creator><![CDATA[Furble Wurble]]></dc:creator><pubDate>Sat, 18 Oct 2014 17:35:29 GMT</pubDate></item><item><title><![CDATA[Reply to MySQL Connector&#x2F;C++ get_mysql_driver_instance on Sun, 19 Oct 2014 12:52:40 GMT]]></title><description><![CDATA[<p>Ansonst überprüf mal ob du deinen linker richtig eingestellt hast und alle libs die du brauchst hast ... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2422861</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2422861</guid><dc:creator><![CDATA[HUHUHUHUH]]></dc:creator><pubDate>Sun, 19 Oct 2014 12:52:40 GMT</pubDate></item></channel></rss>