Ⅰ. はじめに
タイトルの通り「SQLでMySQLとMariaDBを判別する方法」です
Ⅱ. 手順
1. 以下SQLを実行する
SHOW VARIABLES like '%version_comment%'
実行結果
MySQL | version_comment MySQL Community Server - GPL |
MariaDB | mariadb.org binary distribution |
Google Cloud SQL for MySQL | (Google) |
※Google Cloudでは期待する結果を得られない