﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/7" rel="self" type="application/rss+xml" />
        <title><![CDATA[Allow remote access to MySQL server]]></title>
        <description><![CDATA[<p>Many applications start their web server and database hosted on the same machine. It's simpler, cheaper and easier to manage. However, as our application grows , a setup like this can bring security issues and scalability problems. A common solution is to separate our database from the application: creating a dedicated database server and allowing applications to connect remotely. This setup is more secure, it can provide you a better analysis of the bottlenecks and definitely makes the scalability easier.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/7/allow-remote-access-to-mysql-server]]></link>
        <pubDate>Fri, 02 Apr 2021 18:16:17 +0000</pubDate>
        <language>en</language>
        <category>databases</category>

        <image>
            <title>allow-remote-access-to-mysql-server</title>
            <link><![CDATA[https://www.hibit.dev/posts/7/allow-remote-access-to-mysql-server]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2021/headers/mysql_remote.png]]></url>
            <width>382></width>
            <height>200></height>
        </image>
    </channel>
</rss>
