nalooki.blogg.se

Install phpmyadmin ubuntu 18.04
Install phpmyadmin ubuntu 18.04








install phpmyadmin ubuntu 18.04

Next run the following command in your terminal, make sure to replace the sudo ln -s /usr/share/phpmyadmin /var/www/ example/public/phpmyadmin5 and sudo ln -s /usr/share/phpmyadmin /var/www/ example/public/phpmyadmin6 with your own. It might prompt for sudo ln -s /usr/share/phpmyadmin /var/www/ example/public/phpmyadmin1 password depending on if you have given a password or left it empty when you setup MySQL first time, when prompt for password, either enter the password or just press ENTER to continue if you didn't setup one: Let's login to MySQL CLI with root user: sudo mysql -u root -p

install phpmyadmin ubuntu 18.04

You should have noted the sudo ln -s /usr/share/phpmyadmin /var/If you get an error “ sudo ln -s /usr/share/phpmyadmin /var/www/ example/public/phpmyadmin3”, you should continue to Step 4 to create a new database user and grant full privileges to access and manage all database. If your attempt was not successful, here is another way to to configure nginx to serve phpmyadmin. sudo ln -s /usr/share/phpmyadmin /var/www/ example/public/phpmyadmin In order for Nginx to serve the phpMyAdmin files correctly, we must create a symbolic link from the sudo apt install phpmyadmin7 directory sudo apt install phpmyadmin8 to the default document root directory you defined in the last step.

install phpmyadmin ubuntu 18.04

Please note down the new document root you define in the server block file following the article. Please complete all the steps mentioned in the Access Laravel Apps on Digitalocean using IP Address article and come back here. Then you can access the phpmyadmin using sudo apt install phpmyadmin5 We will configure the default server block file to use the server's IP address and serve the PHP requests then you can simply create a symbolic link from the phpmyadmin installation files to your default document root directory.

#Install phpmyadmin ubuntu 18.04 how to

There are multiple ways on how to setup the Nginx to serve phpmyadmin. Configuring Nginx to serve phpmyadmin Over IP Address Now we have installed the phpmyadmin on the server successfully.










Install phpmyadmin ubuntu 18.04