<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <!-- Source: https://www.databasestar.com/index.xml -->
  <channel>
    <title>Database Star: Home</title>
    <link>https://siftrss.com/f/3KQAz3gDAM</link>
    <description>Recent content on Database Star: Home</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 15 Sep 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://siftrss.com/f/3KQAz3gDAM" rel="self" type="application/rss+xml"/>
    <item>
      <title>How MySQL AI in 2025 Ends Your Struggle with Late-Night SQL</title>
      <link>/mysql-ai/</link>
      <pubDate>Wed, 09 Jul 2025 00:00:00 +0000</pubDate>
      <guid>/mysql-ai/</guid>
      <description>
        
          
            A guide to the new dbForge AI Assistant.
          
          
        
      </description>
    </item>
    <item>
      <title>How to Install MySQL on Windows</title>
      <link>/install-mysql-windows/</link>
      <pubDate>Wed, 09 Aug 2023 00:00:00 +0000</pubDate>
      <guid>/install-mysql-windows/</guid>
      <description>
        
          
            In this post, you’ll learn how to install a MySQL database on Windows and connect to it using MySQL Workbench.
          
          
        
      </description>
    </item>
    <item>
      <title>How to Install MySQL on Mac using a DMG File</title>
      <link>/install-mysql-mac-dmg/</link>
      <pubDate>Mon, 10 Jul 2023 00:00:00 +0000</pubDate>
      <guid>/install-mysql-mac-dmg/</guid>
      <description>
        
          
            In this article, you'll learn how to install MySQL on a Mac using an installation package, otherwise known as a DMG file.
          
          
        
      </description>
    </item>
    <item>
      <title>How to Install MySQL on Mac using Homebrew</title>
      <link>/install-mysql-mac-homebrew/</link>
      <pubDate>Mon, 10 Jul 2023 00:00:00 +0000</pubDate>
      <guid>/install-mysql-mac-homebrew/</guid>
      <description>
        
          
            In this article, you'll see step-by-step instructions on how to install MySQL using Homebrew.
          
          
        
      </description>
    </item>
    <item>
      <title>How to Create a Simple ERD in MySQL Workbench</title>
      <link>/mysql-workbench-erd/</link>
      <pubDate>Fri, 31 Mar 2023 00:00:00 +0000</pubDate>
      <guid>/mysql-workbench-erd/</guid>
      <description>
        
          
            Learn how to create an ERD in MySQL Workbench.
          
          
        
      </description>
    </item>
    <item>
      <title>How to Create a Database in MySQL</title>
      <link>/mysql-create-database/</link>
      <pubDate>Mon, 03 Oct 2022 00:00:00 +0000</pubDate>
      <guid>/mysql-create-database/</guid>
      <description>
        
          
            &lt;p&gt;If you want to create a new database in MySQL, you can either use an SQL command or follow the steps in an IDE such as MySQL Workbench.&lt;/p&gt;
&lt;p&gt;Learn how to do it in both ways in this guide.&lt;/p&gt;
&lt;figure&gt;&lt;a href="https://databasestar.mykajabi.com/lpkj-sql-cheat-sheets/?website=blogpost"&gt;&lt;img src="/images/bonus_sqlcheatsheets.png"&gt;&lt;/a&gt;
&lt;/figure&gt;

&lt;h2 id="mysql-create-database-command"&gt;MySQL Create Database Command&lt;/h2&gt;
&lt;p&gt;To create a new database in &lt;a href="https://www.databasestar.com/mysql-database/"&gt;MySQL&lt;/a&gt;, you can use the &lt;a href="https://dev.mysql.com/doc/refman/8.0/en/create-database.html"&gt;CREATE DATABASE command&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The simple version looks like this:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-sql" data-lang="sql"&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;1&lt;/span&gt;&lt;span class="cl"&gt;&lt;span class="k"&gt;CREATE&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="k"&gt;DATABASE&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;database_name&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The full command has a lot more options you can set:&lt;/p&gt;
          
          
        
      </description>
    </item>
    <item>
      <title>MySQL Privileges The Ultimate Guide</title>
      <link>/mysql-privileges/</link>
      <pubDate>Wed, 22 Dec 2021 00:00:00 +0000</pubDate>
      <guid>/mysql-privileges/</guid>
      <description>
        
          
            Learn what MySQL privileges are and how they work.
          
          
        
      </description>
    </item>
    <item>
      <title>MySQL ENUM: The Ultimate Guide</title>
      <link>/mysql-enum/</link>
      <pubDate>Thu, 14 Oct 2021 00:00:00 +0000</pubDate>
      <guid>/mysql-enum/</guid>
      <description>
        
          
            Learn all about ENUMs in MySQL.
          
          
        
      </description>
    </item>
    <item>
      <title>How to Change User Password in MySQL</title>
      <link>/mysql-change-user-password/</link>
      <pubDate>Wed, 13 Oct 2021 00:00:00 +0000</pubDate>
      <guid>/mysql-change-user-password/</guid>
      <description>
        
          
            Learn how to change the password in MySQL.
          
          
        
      </description>
    </item>
    <item>
      <title>Use mysqldump to Backup and Restore a MySQL Database</title>
      <link>/mysqldump/</link>
      <pubDate>Thu, 07 Oct 2021 00:00:00 +0000</pubDate>
      <guid>/mysqldump/</guid>
      <description>
        
          
            Learn all about the mysqldump command.
          
          
        
      </description>
    </item>
    <item>
      <title>MySQL Pivot: How To Generate a Pivot Table</title>
      <link>/mysql-pivot/</link>
      <pubDate>Mon, 04 Oct 2021 00:00:00 +0000</pubDate>
      <guid>/mysql-pivot/</guid>
      <description>
        
          
            Learn how to pivot in MySQL.
          
          
        
      </description>
    </item>
    <item>
      <title>MySQL Workbench Export and Import Database: How To</title>
      <link>/mysql-workbench-export-database/</link>
      <pubDate>Wed, 15 Sep 2021 00:00:00 +0000</pubDate>
      <guid>/mysql-workbench-export-database/</guid>
      <description>
        
          
            Learn how to export a database in MySQL Workbench.
          
          
        
      </description>
    </item>
    <item>
      <title>How to Fix MySQL Error: Access Denied for User 'root'@'localhost'</title>
      <link>/access-denied-for-user-root-at-localhost/</link>
      <pubDate>Wed, 09 Jun 2021 00:00:00 +0000</pubDate>
      <guid>/access-denied-for-user-root-at-localhost/</guid>
      <description>
        
          
            Learn how to fix this access denied error, and see a range of solutions if the suggested fix does not work, in this article.
          
          
        
      </description>
    </item>
    <item>
      <title>JSON in MySQL: The Ultimate Guide</title>
      <link>/mysql-json/</link>
      <pubDate>Tue, 27 Oct 2020 00:00:00 +0000</pubDate>
      <guid>/mysql-json/</guid>
      <description>
        
          
            Read this complete guide to JSON in MySQL.
          
          
        
      </description>
    </item>
    <item>
      <title>How to Save MySQL Query Output to a File</title>
      <link>/mysql-output-file/</link>
      <pubDate>Tue, 29 Sep 2020 00:00:00 +0000</pubDate>
      <guid>/mysql-output-file/</guid>
      <description>
        
          
            Learn how to save the results of a query to a file in MySQL.
          
          
        
      </description>
    </item>
    <item>
      <title>How to Import a CSV using MySQL Workbench</title>
      <link>/mysql-workbench-import-csv/</link>
      <pubDate>Thu, 17 Sep 2020 00:00:00 +0000</pubDate>
      <guid>/mysql-workbench-import-csv/</guid>
      <description>
        
          
            Learn how to import a CSV file in MySQL Workbench.
          
          
        
      </description>
    </item>
    <item>
      <title>Dynamic SQL: A Guide for SQL Server, Oracle, MySQL, and PostgreSQL</title>
      <link>/dynamic-sql/</link>
      <pubDate>Sun, 13 Sep 2020 00:00:00 +0000</pubDate>
      <guid>/dynamic-sql/</guid>
      <description>
        
          
            Dynamic SQL is a handy feature of a database that lets you construct SQL statements in a different way.
          
          
        
      </description>
    </item>
    <item>
      <title>MySQL Drop All Tables: How-To With Examples</title>
      <link>/mysql-drop-all-tables/</link>
      <pubDate>Sun, 30 Aug 2020 00:00:00 +0000</pubDate>
      <guid>/mysql-drop-all-tables/</guid>
      <description>
        
          
            In this article, you'll learn how to do that easily, both using an SQL command an inside an IDE such as MySQL Workbench.
          
          
        
      </description>
    </item>
    <item>
      <title>MySQL Create User and Grant Permissions: How To</title>
      <link>/mysql-create-user/</link>
      <pubDate>Wed, 26 Aug 2020 00:00:00 +0000</pubDate>
      <guid>/mysql-create-user/</guid>
      <description>
        
          
            Learn how to create a user in MySQL.
          
          
        
      </description>
    </item>
    <item>
      <title>MySQL Date Data Types and Date Functions</title>
      <link>/mysql-date/</link>
      <pubDate>Thu, 13 Aug 2020 00:00:00 +0000</pubDate>
      <guid>/mysql-date/</guid>
      <description>
        
          
            In this guide, we'll look at the MySQL date data types, the date functions, and see some examples of them.
          
          
        
      </description>
    </item>
    <item>
      <title>MySQL Show Users: A How-To Guide with Examples</title>
      <link>/mysql-show-users/</link>
      <pubDate>Wed, 15 Jul 2020 00:00:00 +0000</pubDate>
      <guid>/mysql-show-users/</guid>
      <description>
        
          
            In this guide, you'll learn how to see a list of users. You'll also be able to see a list of logged-in users as well as the current user.
          
          
        
      </description>
    </item>
    <item>
      <title>How to Fix The "Every derived table must have its own alias" Error in MySQL</title>
      <link>/every-derived-table-must-have-its-own-alias/</link>
      <pubDate>Sun, 28 Jun 2020 00:00:00 +0000</pubDate>
      <guid>/every-derived-table-must-have-its-own-alias/</guid>
      <description>
        
          
            Learn how to resolve this error.
          
          
        
      </description>
    </item>
    <item>
      <title>How to Start MySQL Server on Mac, Windows, and Linux</title>
      <link>/start-mysql-server/</link>
      <pubDate>Sun, 28 Jun 2020 00:00:00 +0000</pubDate>
      <guid>/start-mysql-server/</guid>
      <description>
        
          
            Do you want to know how to start, stop, and restart the MySQL server? Learn how you can do that on each operating system in this article.
          
          
        
      </description>
    </item>
    <item>
      <title>SQL vs MySQL vs SQL Server: What's the Difference?</title>
      <link>/sql-vs-mysql/</link>
      <pubDate>Sat, 27 Jun 2020 00:00:00 +0000</pubDate>
      <guid>/sql-vs-mysql/</guid>
      <description>
        
          
            Learn the difference between SQL and MySQL.
          
          
        
      </description>
    </item>
    <item>
      <title>SQL Data Types: Oracle, SQL Server, MySQL, PostgreSQL</title>
      <link>/sql-data-types/</link>
      <pubDate>Sat, 11 Jan 2020 00:00:00 +0000</pubDate>
      <guid>/sql-data-types/</guid>
      <description>
        
          
            Do you want to know what the SQL data types are in different database vendors? Learn all about them and how they compare in this guide.
          
          
        
      </description>
    </item>
    <item>
      <title>PostgreSQL vs MySQL: An Analysis</title>
      <link>/postgresql-vs-mysql/</link>
      <pubDate>Tue, 07 Jan 2020 00:00:00 +0000</pubDate>
      <guid>/postgresql-vs-mysql/</guid>
      <description>
        
          
            Are you considering using either MySQL or PostgreSQL for your next project? Read this article to find out the differences between these two databases and help decide which one to use.
          
          
        
      </description>
    </item>
    <item>
      <title>SQL Stored Procedures: The Complete Guide (Oracle, SQL Server, MySQL, PostgreSQL)</title>
      <link>/sql-stored-procedures/</link>
      <pubDate>Thu, 12 Jul 2018 00:00:00 +0000</pubDate>
      <guid>/sql-stored-procedures/</guid>
      <description>
        
          
            Do you want to know what a stored procedure is, how it can help your SQL, and how to create one? Find out in this guide.
          
          
        
      </description>
    </item>
  </channel>
</rss>
