Where is the phpmyadmin installed on ubuntu?

angryTom
Release: 2020-02-04 11:00:47
Original
3748 people have browsed it

phpMyAdmin is a visual MySQL management tool. You can use the apt command to install it on Ubuntu. So where is phpMyAdmin after installation?

Where is the phpmyadmin installed on ubuntu?

Where is the phpmyadmin installed by Ubuntu?

The phpMyAdmin installed by Ubuntu is in the /usr/share/ directory , the path of phpMyAdmin is /usr/share/phpmyadmin
.

(Online video tutorial sharing: linux video tutorial)

Let’s take a look at the installation method:

1. Install

sudo apt install phpmyadmin
Copy after login

2. Create a soft link to /var/www/html

sudo ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin
Copy after login

3. Visit

Next, open the browser and enter http:/ /localhost, go to your server directory, there is already phpmyadmin, click it to open the login interface, enter your account name and password, you can log in smoothly and use the MySQL database happily.

Where is the phpmyadmin installed on ubuntu?

The above is the detailed content of Where is the phpmyadmin installed on ubuntu?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template