Skip to content

Incorrect file used for phpMyAdmin.conf #1

@CNMinteractive

Description

@CNMinteractive

I am using Ubuntu 18.04. In ubuntu1804_install_lamp.sh the following didn't work:

sudo ln -s /etc/phpmyadmin/phpMyAdmin.conf /etc/apache2/conf-enabled/phpMyAdmin.conf

Replacement that worked:

sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-enabled/phpMyAdmin.conf
sudo a2enconf phpmyadmin

This is the official way according to Ubuntu:
https://help.ubuntu.com/community/phpMyAdmin

I am just getting started on github, do you mind if I fix this and then do a pull request?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions