8
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

phpMyadminを日本語表示にする方法

Posted at

phpMyadminを使うときに日本語表示にする方法を2つ解説します。

1,左上の家のマークを押して、「Language」を「日本語」に変える

家のマーク
fullsizeoutput_9.jpeg


Englishのところを日本語に変える
fullsizeoutput_a.jpeg

2,urlを変える

urlのhttp://localhost:8888/phpMyAdmin/?lang=en
の最後のenをjaに変えて
http://localhost:8888/phpMyAdmin/?lang=jaにする。

8
4
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
8
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?