About 4,790 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 12.10 - phpMyAdmin - Display all queries - Ask Ubuntu

    Mar 4, 2011 · phpmyadmin does offer a brief history. If you click on the 'sql' icon just underneath the 'phpmyadmin' logo, it'll open a new window. In the new window, just click on the 'history' …

  4. How to open phpmyadmin after xampp installed on linux?

    Nov 5, 2015 · In the opt/lampp folder, you can see a phpmyadmin folder.So the phpmyadmin is exactly to be installed. Let's do the restart command again. sudo /opt/lampp/lampp stop sudo …

  5. 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 …

  6. Why do I always get a 403 error with phpMyAdmin?

    Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their …

  7. server - ubuntu 22.04 - phpmyadmin not working - Ask Ubuntu

    Looks simple, but in my case, after updating Ubuntu to 22.4 LTS, my phpmyadmin stopped working. Problem was the Apache server that was not running at all. Problem was the Apache …

  8. PHPMyAdmin - How to fix #1006 - Ask Ubuntu

    Jun 24, 2020 · In my Ubuntu 20.04 (Desktop/Laptop not server) OS based machine I recently install XAMPP (Version: 7.4.7). Now when I try to create a database it shows #1006 - Can't …

  9. 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 …

  10. 20.04 - How to install phpMyAdmin with PHP 7.2 - Ask Ubuntu

    Feb 8, 2021 · Only then, when installing phpMyAdmin you'll get the modules for the right PHP version. If you want to setup a local web development environment, allow me to suggest using …

Refresh