search

Home  >  Q&A  >  body text

ubuntu14.04 - 如何在ubuntu正確安裝phpmyadmin?

sudo apt-get install phpmyadmin

使用此方式 按照他說的IP/phpmyadmin進入卻無法開啟?確認IP正確

PHPzPHPz2852 days ago666

reply all(1)I'll reply

  • PHPz

    PHPz2017-04-24 09:14:33

    If you install and playphpmyadmin之后,你还需要创建一个软连接,如果是apache, it will look like this:

    sudo ln -s /usr/share/phpmyadmin /var/www/html

    Finally, be sure to remember to restartapache或者nginx

    You can also refer to this website https://help.ubuntu.com/lts/s...

    reply
    0
  • Cancelreply