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
0
votes
1 answer

Is there "another" way of getting log information on SFTP activity?

I'm administrating a debian server since last week. It used to have another administrator. I presume it's been hacked: files might have been read via SFTP to obtain information about a site that's hosted on the server I'm mentioning, and then tables…
newbie
  • 101
  • 5
0
votes
0 answers

CDN SSL Authentication reliablity

I was having SSL on my main domain. which is let say , "example.com" & it only showed lock/HTTPS icon on "example.com" not any subdomain eg. abc.example.com , xyz.example.com also Lock /HTTPS was not showing on example.com/phpMyadmin ,…
0
votes
0 answers

PHPMYADMIN You're speaking plain HTTP to an SSL-enabled server port

/etc/apache2/sites-available/phpmyadmin: ServerName phpmyadmin DocumentRoot /var/www-133 /etc/apache2/ports.conf: Listen 80 Listen 133
0
votes
1 answer

Server is downloading phpmyadmin php file

It seems that when I try to access phpmyadmin, the index file is downloaded. I don't understand the reason. I have installed php and also have configured it in the configuration. # Expires map map $sent_http_content_type $expires { default …
0
votes
0 answers

Import path when using import on remote server

As many others I have a db that is too large and bigdump does not seem to work, the page script appears all garbled with code, so I go for the command but cant find the correct path to my database. I am not using neither cli nor ssh. Trying this via…
Aincite
  • 1
  • 1
0
votes
0 answers

Running on 404 with PHP pages on Nginx

I'm fairly new to servers and am setting up my first web server with Nginx to use PHPMyadmin (as well as SSL, and Wordpress). The OS I'm working on is a Debian 10 Docker image. I'm following this tutorial on how to have a LEMP stack. At the very…
lcols19
  • 1
  • 1
0
votes
1 answer

LIGHTTPD PHPMYADMIN How can I configure PhpMyAdmin to only work on a specific Subdomain

So I have a small server with Lighttpd and I have installed PhpMyAdmin on it. This is the default configuration. The Computer is accessible from the Internet on Port 80. How can I make phpMyAdmin to listen on another port other then 80 ? Or how can…
Max Muster
  • 337
  • 2
  • 6
  • 27
0
votes
3 answers

Blocking phpmyadmin from internet, allow only from lan in nginx

I'm running 2 websites on a LEMP stack with nginx configured as a reverse proxy server. I have successfully installed phpmyadmin in the root folder of one of my sites root directories. When I go to www.example.com/phpmyadmin, I am able to access…
DanRan
  • 73
  • 1
  • 3
  • 22
0
votes
3 answers

Unknown IP trying to sign in to my phpmyadmin

I am very worried. I have a little web server hosting a PhpMyAdmin page (in which they are some important databases). Yesterday, I posted a full new webpage on my server (but a very simple HTML and stylesheet page no something that the world just…
0
votes
1 answer

Unable to access the phpmyadmin on xamp server

occurred: Tried to change the privilege on database. issue one : i don't know what i did on Privilege window after that i con't able to run mysql on xamp so i tried to find a solution on internet so got the solution is if i replace\copy the files…
0
votes
0 answers

Cannot access phpMyAdmin through VPN

External Machine cannot access phpmyadmin through VPN on USG. I get the FORBIDDEN You Dont' have permission to access /phpmyadmin on this server." Internal Machine has no issue. I have whitelisted the machines as per conf file below: I have…
0
votes
2 answers

phpmyadmin not displaying picture from database

I have a phpmyadmin setup and all is fine and well but I can't seem to get the interface to display the pictures from the database, What could be the issue ? I've enabled the gd2 extension in php , it doesn't seem to have solved the issue Here is an…
James
  • 1
  • 1
0
votes
2 answers

How to import/upload a WordPress database without access to Cpanel

I finished a WordPress project. I already uploaded all the files through FTP, now I have to import the database, but the client doesn't want to give me access to Cpanel. How can I import / upload the database? My client shared with me database name,…
0
votes
2 answers

WordPress - phpMyAdmin - Database has been wiped

This morning I got a message from an editor of a WordPress site on a domain that I manage. The wordpress site had reset to default. I logged into the Plesk panel and the media content is still there as it should be, the database tables are there but…
James D
  • 117
  • 4
0
votes
1 answer

Difficulties with Fail2Ban on PhpMyAdmin on CentOS

I am Brazilian and I still try to adapt with the English language. I'm having a hard time getting Fail2Ban to work on phpmyadmin. I'm using CentOS 8.1.1911 and fail2ban 0.10.5-2. My PhpMyAdmin is version 4.9.0.1. I noticed that PhpMyAdmin logs login…