0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

MySQLバージョンを確認する

Last updated at Posted at 2025-01-17

コマンド

SELECT VERSION();

+-----------+
| version() |
+-----------+
| 5.7.26    |
+-----------+
status

--------------
mysql  Ver 5.7.26 for debian-linux-gnu on x86_64
...
Server version: 5.7.26 MySQL Community Server - GPL
--------------

phpMyAdmin

1)ホーム画面右 「MySQLバージョン」

2)SQLページ

SELECT VERSION();

VERSION()
5.7.26-log

WordPress

ホーム > サイトヘルス > 情報 > データベース

参考記事

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?