<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MySQL Archives - Cloudspoint</title>
	<atom:link href="https://cloudspoint.xyz/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Learn Cloud &#38; Web Programming</description>
	<lastBuildDate>Sun, 02 Feb 2020 03:53:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://cloudspoint.xyz/wp-content/uploads/2020/02/cropped-android-chrome-512x5121-1-32x32.png</url>
	<title>MySQL Archives - Cloudspoint</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to create a MySQL connection and run queries with Python3</title>
		<link>https://cloudspoint.xyz/how-to-create-a-mysql-connection-and-run-queries-with-python3/</link>
		
		<dc:creator><![CDATA[cl_admin]]></dc:creator>
		<pubDate>Wed, 29 Jan 2020 23:01:14 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Python3]]></category>
		<guid isPermaLink="false">https://cloudspoint.xyz/?p=119</guid>

					<description><![CDATA[<p>We will use pymysql to connect to MySQL in Python3. First, you have to install the module using pip or pip3: pip install -U pymysql pip3 install -U pymysql Then you can use this code to connect to your database and do a simple query: import pymysql conn = pymysql.connect(host='127.0.0.1', unix_socket='/tmp/mysql.sock', user='root', passwd="your_pw", db='your_db') cur = conn.cursor() cur.execute("SELECT * FROM &#8230; <a href="https://cloudspoint.xyz/how-to-create-a-mysql-connection-and-run-queries-with-python3/" class="more-link">Continue reading<span class="screen-reader-text"> "How to create a MySQL connection and run queries with Python3"</span></a></p>
<p>The post <a href="https://cloudspoint.xyz/how-to-create-a-mysql-connection-and-run-queries-with-python3/">How to create a MySQL connection and run queries with Python3</a> appeared first on <a href="https://cloudspoint.xyz">Cloudspoint</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
