<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>MySQL/MariaDB on G. T. Wang</title>
    <link>https://blog.gtwang.org/tags/mysql/mariadb/</link>
    <description>Recent content in MySQL/MariaDB on G. T. Wang</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>zh-tw</language>
    <copyright>G. T. Wang</copyright>
    <lastBuildDate>Sun, 13 Jan 2019 16:32:56 +0800</lastBuildDate>
    <atom:link href="https://blog.gtwang.org/tags/mysql/mariadb/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Ubuntu Linux 安裝 Laravel &#43; Nginx &#43; MariaDB 開發環境教學</title>
      <link>https://blog.gtwang.org/linux/ubuntu-linux-laravel-nginx-mariadb-installation-tutorial/</link>
      <pubDate>Sun, 13 Jan 2019 16:32:56 +0800</pubDate>
      <guid>https://blog.gtwang.org/linux/ubuntu-linux-laravel-nginx-mariadb-installation-tutorial/</guid>
      <description>&lt;p&gt;本篇介紹如何在 Ubuntu Linux 18.04 的環境中，安裝 Nginx 網頁伺服器、MariaDB 資料庫，打造簡單實用的 Laravel PHP 架構開發與佈署環境。&lt;/p&gt;
&lt;p&gt;

&lt;ins class=&#34;adsbygoogle&#34;
     style=&#34;display:block&#34;
     data-ad-client=&#34;ca-pub-7794009487786811&#34;
     data-ad-slot=&#34;9921134032&#34;
     data-ad-format=&#34;auto&#34;
     data-full-width-responsive=&#34;true&#34;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/p&gt;

&lt;h2 id=&#34;安裝-laravel-相依性工具&#34;&gt;安裝 Laravel 相依性工具&lt;/h2&gt;
&lt;p&gt;在安裝好 Ubuntu Linux 18.04 之後，首先更新一下系統的套件：&lt;/p&gt;</description>
    </item>
    <item>
      <title>CentOS Linux 的 MySQL/MariaDB 資料庫忘記密碼重新設定教學</title>
      <link>https://blog.gtwang.org/linux/mysql-mariadb-forget-reset-password-tutorial/</link>
      <pubDate>Thu, 27 Sep 2018 16:13:57 +0800</pubDate>
      <guid>https://blog.gtwang.org/linux/mysql-mariadb-forget-reset-password-tutorial/</guid>
      <description>&lt;p&gt;本篇介紹如何在 CentOS Linux 中重新設定 MySQL/MariaDB 資料庫的 &lt;code&gt;root&lt;/code&gt; 管理者密碼。&lt;/p&gt;
&lt;p&gt;MySQL/MariaDB 資料庫的 &lt;code&gt;root&lt;/code&gt; 管理者密碼跟 Linux 系統的 &lt;code&gt;root&lt;/code&gt; 密碼是分開的，通常因為安全性，也不會設成一樣的密碼，由於 MySQL/MariaDB 的 &lt;code&gt;root&lt;/code&gt; 密碼不常用，時間一久就忘記了。&lt;/p&gt;</description>
    </item>
    <item>
      <title>CentOS Linux 設定 MySQL/MariaDB 出問題時自動重新啟動</title>
      <link>https://blog.gtwang.org/linux/centos-linux-auto-start-mariadb-using-systemd-after-it-has-crashed/</link>
      <pubDate>Wed, 25 Apr 2018 09:10:31 +0800</pubDate>
      <guid>https://blog.gtwang.org/linux/centos-linux-auto-start-mariadb-using-systemd-after-it-has-crashed/</guid>
      <description>&lt;p&gt;這裡介紹如何在 CentOS Linux 中設定 systemd，讓 MySQL/MariaDB 資料庫在不正常停止時可以自己重新啟動。&lt;/p&gt;
&lt;p&gt;自己用 VPS 架設網站的話，網頁伺服器與資料庫的維護都要自己處理，在 CentOS Linux 中的 MariaDB 資料庫預設在安裝好之後，雖然可以正常使用，但是如果系統因為某些原因（例如記憶體不足）造成 MariaDB 資料庫服務中止時，它是不會自動重新啟動的，也就是說如果 MariaDB 不小心停止，整個網站就停擺了。&lt;/p&gt;</description>
    </item>
    <item>
      <title>CentOS 7 安裝 Nginx、MySQL/MariaDB、PHP7，架設 LEMP 網頁伺服器筆記</title>
      <link>https://blog.gtwang.org/linux/linode-centos-7-nginx-mysql-mariadb-php-7-installation-notes/</link>
      <pubDate>Wed, 28 Mar 2018 20:34:14 +0800</pubDate>
      <guid>https://blog.gtwang.org/linux/linode-centos-7-nginx-mysql-mariadb-php-7-installation-notes/</guid>
      <description>&lt;p&gt;這裡紀錄我在 CentOS Linux 中安裝 Nginx、MySQL/MariaDB 與 RedHat 官方的 PHP 7，打造高效能、高穩定性 LEMP 網頁伺服器的過程。&lt;/p&gt;
&lt;p&gt;最近我使用 &lt;a href=&#34;https://www.linode.com/lp/refer/?r=5b74c1f208c14942572bb1ba1f0687285c81a6b3&#34;&gt;Linode VPS 虛擬機器&lt;/a&gt;安裝了 CentOS Linux 環境，架設一台使用 PHP 7.1 的 LEMP 網頁伺服器，以下是整個架設流程紀錄。&lt;/p&gt;</description>
    </item>
    <item>
      <title>如何檢查 MySQL 或 MariaDB 資料庫大小？以指令查詢硬碟使用空間</title>
      <link>https://blog.gtwang.org/linux/howto-check-mysql-database-size-using-command/</link>
      <pubDate>Wed, 20 Dec 2017 15:30:29 +0800</pubDate>
      <guid>https://blog.gtwang.org/linux/howto-check-mysql-database-size-using-command/</guid>
      <description>&lt;p&gt;這裡介紹如何使用 MySQL 的指令查詢資料庫在硬碟上的使用空間大小。&lt;/p&gt;
&lt;p&gt;MySQL 與 MariaDB 資料庫是一個在 Linux 系統上被廣泛運用的資料庫，許多的網站也都會搭配 MySQL/MariaDB 來架設（例如 WordPress 等），這裡我們將介紹可用來查詢資料庫與資料表大小的 MySQL 指令。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Python 使用 MySQLdb 模組連接 MySQL 資料庫教學與範例</title>
      <link>https://blog.gtwang.org/programming/python-mysqldb-connect-mysql-database-tutorial/</link>
      <pubDate>Mon, 21 Aug 2017 12:15:15 +0800</pubDate>
      <guid>https://blog.gtwang.org/programming/python-mysqldb-connect-mysql-database-tutorial/</guid>
      <description>&lt;p&gt;這裡介紹 Python 的 &lt;code&gt;MySQLdb&lt;/code&gt; 模組的安裝與使用方法，查詢、新增、修改與刪除 MySQL 資料庫中的資料。&lt;/p&gt;
&lt;p&gt;Python 的 &lt;code&gt;MySQLdb&lt;/code&gt; 是一個 MySQL 資料庫連接模組，其內部核心是以 C 語言開發的，透過 &lt;code&gt;MySQLdb&lt;/code&gt; 包裝成 Python 模組，以下是 &lt;code&gt;MySQLdb&lt;/code&gt; 安裝與使用方法。&lt;/p&gt;</description>
    </item>
    <item>
      <title>MySQL/MariaDB 新增資料庫、建立使用者帳號與資料表指令教學</title>
      <link>https://blog.gtwang.org/linux/mysql-create-database-add-user-table-tutorial/</link>
      <pubDate>Mon, 21 Aug 2017 10:43:24 +0800</pubDate>
      <guid>https://blog.gtwang.org/linux/mysql-create-database-add-user-table-tutorial/</guid>
      <description>&lt;p&gt;本篇紀錄一般安裝 MySQL/MariaDB 資料庫之後，常會使用的新增資料庫、建立使用者帳號、權限設定等指令。&lt;/p&gt;
&lt;p&gt;由於每次在安裝 MySQL 資料庫時，不管是用於正式營運或是作為測試的環境，都會需要建立資料庫並設定對應的 MySQL 帳號與權限、建立測試的資料表等，所以特別將這部份的會用到的 MySQL 指令整理成一篇文章，方便查閱。&lt;/p&gt;</description>
    </item>
    <item>
      <title>WordPress 網站忘記登入密碼？重新設定密碼教學</title>
      <link>https://blog.gtwang.org/wordpress/wordpress-resetting-password-tutorial/</link>
      <pubDate>Fri, 26 May 2017 11:24:58 +0800</pubDate>
      <guid>https://blog.gtwang.org/wordpress/wordpress-resetting-password-tutorial/</guid>
      <description>&lt;p&gt;這裡介紹各種重新設定 WordPress 網站登入密碼的方法。&lt;/p&gt;
&lt;p&gt;如果忘記了自己 WordPress 網站的登入密碼，可以透過 Email 的方式自動重新設定，但如果 Email 的方式行不通，也還有許多種其他的解決方式，以下介紹各種重設密碼的方式，請選擇自己比較喜歡的方法來使用。&lt;/p&gt;</description>
    </item>
    <item>
      <title>CentOS Linux 7 安裝 MySQL/MariaDB 資料庫教學</title>
      <link>https://blog.gtwang.org/linux/centos-7-install-mariadb-mysql-server-tutorial/</link>
      <pubDate>Tue, 21 Mar 2017 16:55:56 +0800</pubDate>
      <guid>https://blog.gtwang.org/linux/centos-7-install-mariadb-mysql-server-tutorial/</guid>
      <description>&lt;p&gt;這裡介紹如何在 CentOS Linux 7 中安裝 MySQL/MariaDB 資料庫。&lt;/p&gt;
&lt;p&gt;MySQL 資料庫分家之後，社群版本變成 MariaDB，不過目前大部分的指令都沒有變。以下我以 CentOS Linux 內建的 MariaDB 套件示範 CentOS Linux 安裝與設定 MySQL/MariaDB 資料庫的過程。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
