About 31,400 results
Open links in new tab
  1. mysql - Where is my phpMyAdmin installation? - Ask Ubuntu

    The installer for phpMyAdmin installs a config file into /etc/apache2/conf.d/ called phpmyadmin, which sets up an alias. Look at this file to see how it works and where it should appear on your …

  2. How do I access phpMyAdmin on localhost with NginX

    Jan 8, 2017 · root /usr/share/phpmyadmin; # Add index.php to the list if you are using PHP index index.php index.html index.htm index.nginx-debian.html; server_name _; location / { # First …

  3. How to solve “Access denied for user 'phpmyadmin'@'localhost' …

    Oct 1, 2021 · connect to mysql on cli and run : CREATE USER 'phpmyadmin '@'localhost' IDENTIFIED BY '[paste password here]';. Alternatively, you can use the "privileges" tab in …

  4. Change phpMyAdmin port from 80 to another number

    Mar 26, 2017 · sudo a2disconf phpmyadmin sudo a2ensite phpmyadmin sudo systemctl restart apache2.service Where: a2disconf phpmyadmin will disable the default phpMyAdmin's …

  5. phpmyadmin is not working after I installed it - Ask Ubuntu

    Feb 2, 2017 · You need to find where phpmyadmin is located, e.g. locate phpmyadmin, some it will return the location, such as /usr/share/phpmyadmin. Then you can symlink it like this: sudo …

  6. server - change phpmyadmin url through /etc/apache2/conf …

    Oct 26, 2017 · PhpMyAdmin was enabled within Apache's configuration by a symbolic link, created in /var/www/html ...

  7. localhost/phpmyadmin showing error access denied - Ask Ubuntu

    Dec 20, 2018 · MySQL said: Cannot connect: invalid settings. mysqli_real_connect(): (HY000/2002): No such file or directory Connection for controluser as defined in your …

  8. apache2 - Forbidden You don't have permission to access …

    I installed php, mysql, phpmyadmin on my Ubuntu 12.04 localhost in the following steps: I try these steps: sudo apt-get install apache2 sudo /etc/init.d/apache2 restart sudo apt-get install …

  9. Unable to login to phpmyadmin with the root user - Ask Ubuntu

    Nov 1, 2023 · sudo dpkg-reconfigure phpmyadmin; Connection method for MySQL database for phpmyadmin: unix socket; Name of the database's administrative user: root; Password of the …

  10. apache2 - How to reconfigure phpmyadmin? - Ask Ubuntu

    Jul 11, 2019 · sudo dpkg-reconfigure phpmyadmin You need to reconfigure it because lamp and xampp run phpmyadmin in different ports. So, it is probably a port conflict. You can also open …

Refresh