<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:media="http://search.yahoo.com/mrss/"><channel><title>MySQL on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/mysql/</link><description>Recent content in MySQL on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Fri, 18 Feb 2022 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/mysql/atom.xml" rel="self" type="application/rss+xml"/><item><title>Some Common MySQL Commands</title><link>https://www.chenshaowen.com/en/blog/some-common-scripts-while-using-mysql.html</link><pubDate>Fri, 18 Feb 2022 00:00:00 +0000</pubDate><atom:modified>Fri, 18 Feb 2022 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/some-common-scripts-while-using-mysql.html</guid><description>1. Passwordless Login Edit /etc/my.cnf and add a line under [mysqld]: skip-grant-tables=1 Restart the mysqld service 1 systemctl restart mysqld Log in to MySQL as the root user 1 mysql -u root 2. Allow All Access Sources Log in to MySQL 1 mysql -u root -p At the MySQL interactive command line, enter:</description><dc:creator>WeChat Official Account</dc:creator><category>MySQL</category><category>Scripting</category><category>Database</category><category>Operations</category><category>R&amp;D</category><category>Learning</category></item></channel></rss>