LoginSignup
0
0

More than 1 year has passed since last update.

Google Cloud ShellにphpMyAdminをインストール

Last updated at Posted at 2023-04-17
wget https://files.phpmyadmin.net/phpMyAdmin/5.2.1/phpMyAdmin-5.2.1-all-languages.zip \
  && unzip phpMyAdmin-5.2.1-all-languages.zip \
  && cd phpMyAdmin-5.2.1-all-languages \
  && cp config.sample.inc.php config.inc.php \
  && echo '$cfg["AllowArbitraryServer"] = true;' >> config.inc.php \
  && echo '$cfg["blowfish_secret"] = "JOFw435365IScA&Q!cDugr!lSfuAz*OW";' >> config.inc.php \
  && php -S localhost:8080

簡単です。Cloud SQLをご利用の場合は、IP制限緩和もお願いします

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