<?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 - MS SQL Connection help need]]></title><description><![CDATA[<p dir="auto">I need help in setting up connection to MySQL server and (or) MS SQL. What am I need to download for MS SQL, how to setting up driver class, connection string, etc.<br />
When I want to connect to MySQL database i get error: class java.sql.SQLException: No suitable driver found for jdbc:mysql:&lt;host name&gt;/&lt;db&gt;</p>
]]></description><link>https://forum.mango-os.com/topic/2721/mysql-ms-sql-connection-help-need</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 23:48:09 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2721.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 08 Apr 2017 13:05:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MySQL - MS SQL Connection help need on Sun, 09 Apr 2017 12:23:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fenyoster" aria-label="Profile: fenyoster">@<bdi>fenyoster</bdi></a> That was the problem, as you said! The double slash is failed!</p>
<p dir="auto">jdbc:mysql:<strong>//</strong></p>
<p dir="auto">Many Thanks!</p>
<p dir="auto">Best Regards,<br />
Fenyo</p>
]]></description><link>https://forum.mango-os.com/post/14150</link><guid isPermaLink="true">https://forum.mango-os.com/post/14150</guid><dc:creator><![CDATA[fenyoster]]></dc:creator><pubDate>Sun, 09 Apr 2017 12:23:12 GMT</pubDate></item><item><title><![CDATA[Reply to MySQL - MS SQL Connection help need on Sat, 08 Apr 2017 19:31:07 GMT]]></title><description><![CDATA[<p dir="auto">Does your connection string begin with <code>jdbc:mysql://</code>?</p>
]]></description><link>https://forum.mango-os.com/post/14148</link><guid isPermaLink="true">https://forum.mango-os.com/post/14148</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Sat, 08 Apr 2017 19:31:07 GMT</pubDate></item><item><title><![CDATA[Reply to MySQL - MS SQL Connection help need on Sat, 08 Apr 2017 16:11:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phildunlap" aria-label="Profile: phildunlap">@<bdi>phildunlap</bdi></a> said in <a href="/forum/post/14146">MySQL - MS SQL Connection help need</a>:</p>
<blockquote>
<p dir="auto">com.mysql.jdbc.Driver</p>
</blockquote>
<p dir="auto">I`m updated the configuration as you said, and even further i get the error:<br />
class java.sql.SQLException: No suitable driver found for jdbc:mysql:&lt;host name&gt;:3306/&lt;db&gt;</p>
<p dir="auto">I entered the fields driver class name, connection string username, password. Is there something that must be set?</p>
]]></description><link>https://forum.mango-os.com/post/14147</link><guid isPermaLink="true">https://forum.mango-os.com/post/14147</guid><dc:creator><![CDATA[fenyoster]]></dc:creator><pubDate>Sat, 08 Apr 2017 16:11:59 GMT</pubDate></item><item><title><![CDATA[Reply to MySQL - MS SQL Connection help need on Sat, 08 Apr 2017 14:44:32 GMT]]></title><description><![CDATA[<p dir="auto">Hi fenyoster,</p>
<p dir="auto">I assume this is about the SQL Data Source. You can find the driver class in the help dialogue for that data source. The little blue question mark (?) is next to the title "SQL Properties" on the SQL data source's edit page. The driver for mysql is com.mysql.jdbc.Driver</p>
<p dir="auto">It looks like you're getting that error because the url is malformed. Your connection string should look more like jdbc:mysql://&lt;host name&gt;:&lt;port&gt;/&lt;db&gt; and the default port for MySQL is 3306</p>
<p dir="auto">I have not attempted to use MSSQL, but if you wish to connect with it you'll need to find a jdbc driver jar, place it somewhere on the classpath for Mango (I recommend Mango/overrides/lib/ for that) and restart Mango (edit: restart may not be needed). Then you should be able to reference its Driver class (Googling suggests this may be the driver class: com.microsoft.sqlserver.jdbc.SQLServerDriver ) and connect to it (Googling suggests: jdbc:sqlserver:// is the prefix).</p>
]]></description><link>https://forum.mango-os.com/post/14146</link><guid isPermaLink="true">https://forum.mango-os.com/post/14146</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Sat, 08 Apr 2017 14:44:32 GMT</pubDate></item></channel></rss>