Questions tagged [phpmyadmin]

phpMyAdmin is a popular tool for administrating MySQL (and similar) databases

PMA is best known as a GUI for managing not only the data within a database, but the table structures as well. Because and other MySQL forks are similar enough they can also be administrated with this tool.

https://www.phpmyadmin.net/

phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.

Questions about this tool should be focused on the problems with setting it up and not using it to manage the database.

217 questions
-1
votes
1 answer

Can't install phpMyAdmin due to package dependency issue

When I run the command sudo yum --enablerepo=epel install phpmyadmin it returns the following package dependency error: Error: Package: php-mcrypt-5.3.3-5.el6.x86_64 (epel) Requires: php(api) = 20090626 Installed:…
blau
  • 3
  • 3
-1
votes
2 answers

Having Trouble Setting Subdomains On NGINX

I'm currently setting up OpenMediaVault on my Rock64 Single Board PC which is based off Debian and is configured through the web GUI running from NGINX on port 80. I'm currently trying to install Nextcloud using NGINX, MariaDB/MySQL and PHPMyAdmin,…
willowen100
  • 31
  • 2
  • 10
-1
votes
1 answer

How to point phpmyadmin to same databases used in MySQL

I installed mysql-server on Ubuntu 18.04 and then installed phpmyadmin. The issue I have now is when I do show databases in mysql, I get a different set of databases from what is shown in phpmyadmin. How do I point phpmyadmin to the correct…
Dan
  • 111
  • 6
-1
votes
1 answer

accessing phpmyadmin and web pages on cloned server

I created a clone of my server and would like to use phpmyadmin to trim down the mySQL databases on the clone. Can't figure out how to access it. On my live server, the URL is: http://mydomain/db12/phpmyadmin/index.php?db=......etc Is there any way…
birchy
  • 101
  • 1
-1
votes
2 answers

NGINX + phpmyadmin

I installed NGINX / mysql-server and phpmyadmin without an error - but when I am calling http://localhost/phpmyadmin it wants to download a binary file. Why is that so? I can access the normal localhost NGINX default site. I linked the…
Isengo
  • 133
  • 9
-1
votes
1 answer

Unable to access domain.com/phpmyadmin giving me 404 error

I hope you are fine. I installed for more than one year Vesta in my CentOS 7 everything is working fine, but a few days ago I cant access phpmyadmin. In the past, I just go to Vesta click on phpmyadmin and open the 1.2.3.4/phpmyadmin, but now when I…
-1
votes
1 answer

Accessing phpMyAdmin

On a new webserver (Centos 6.8) I installed phpMyAdmin via the CentOS package in order to make updates easier. It installed in /usr/share/phpMyAdmin. I gave ownership of all the files in there to the user and group that Apache runs as, and set…
Richard Grevers
  • 167
  • 1
  • 12
-1
votes
1 answer

phpmyadmin login on 8080 broken?

typical stack, Nginx, varnish, php 7. If I set the vhost in nginx to 80 I can login without difficulty. If I move it to 8080 I cant (verified varnish/nginx listening on correct port when troubleshooting. no issues with wordpress, also tried…
G.Martin
  • 129
  • 6
-1
votes
1 answer

phpMyAdmin - make user which only sees databases they create

I am aware of how to grant a user access to only one database using phpMyAdmin, and I am aware of how to give a user access to create a new database using phpMyAdmin (using the Create privilege). However, granting the Create privilege to a user also…
-1
votes
1 answer

phpmyadmin 404 after install on Debian VM

I installed phpmyadmin using apt-get on a VirtualBox running Debian. I have uninstalled, reinstalled, added an Include to the apache2.conf, made symlinks, etc, etc. I ran this : sudo dpkg-reconfigure -plow phpmyadmin to make sure I had ticked…
AreDubya
  • 119
  • 6
-1
votes
1 answer

PhpMyAdmin Blank Page on fodora 22 localhost server

I follow this guide to install LAMP server on fedora 22 workstation How To Install LAMP Stack (Apache, MariaDB And PHP) In Fedora 22 Everything working well except phpmyadmin. When i need access it of the browser i see nothing (blank page) How i can…
Just User
  • 131
  • 6
-1
votes
1 answer

How to install phpmyadmin in centOS

I use a vps and it has centOS 6.5 . I installed Nginx and php and mySql clearly. But when I tried to install phpMyAdmin by these steps , in Step Three when I enter this code: sudo yum install phpmyadmin It returns this error during runing: Error:…
Erfan Atp
  • 101
  • 1
-1
votes
1 answer

phpmyadmin unable to login

Over the past couple of days I have usually not been able to login to phpMyadmin, but once I was able to. Either I get a blank screen of this message: This page isn’t working xx.xxx.xxx.xxx is currently unable to handle this request. HTTP ERROR…
restorit2
  • 1
  • 1
-1
votes
2 answers

Unable to access phpMyAdmin

Anyone can help me unable to access phpMyAdmin → http://34.100.189.79/phpmyadmin/ Regards
-1
votes
2 answers

How I can stop the DNS server to transfer directly to my website when access phpmyadmin

I have 4 web servers on the same domain and when I access 51.32.xx.xx/phpmyadmin It is directly changed to mydomain.com/phpmyadmin how I can stop it to change because I cannot access To another MySQL server
Thaer z
  • 23
  • 5
1 2 3
14
15