Skip to main content

Questions tagged [phpmyadmin]

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

Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

i had updated ubuntu 22.04 -- >> 24.04 now getting this error while phpmyadmin getting not loaded into browser Mon Sep 23 18:30:18.060029 2024] [php:error] [pid 11672] [client 192.168.1.150:...
Atul Modi's user avatar
1 vote
1 answer
477 views

I'm encountering an error when logging in to phpMyAdmin on my local XAMPP setup. The login page displays the following errors: mysqli::real_connect(): Premature end of data (mysqlnd_wireprotocol.c:387)...
kureng123's user avatar
0 votes
0 answers
286 views

I am trying to login to my phpmyadmin portal with an account created under a certain ip and not localhost. How can i allow that? I have already changed my config file to look like this. $cfg['Servers']...
Jelly Fish's user avatar
0 votes
1 answer
562 views

I'm trying to install Wordpress on my local server according to instruction described on this page And now I'm stuck on this step: GRANT ALL ON wordpress_db.* TO 'wp_user'@'localhost' IDENTIFIED BY '...
ghostone's user avatar
0 votes
1 answer
1k views

I've just done a fresh install of phpmyadmin on nginx and ubuntu 22.04, however navigating to the index page is returning HTTP 500. My error.log: 2023/06/24 22:52:55 [error] 1448200#1448200: *1 ...
Finbar's user avatar
  • 101
-1 votes
1 answer
119 views

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 ...
restorit2's user avatar
0 votes
0 answers
27 views

So here's our use case: We have firmware that connects to server (simple php file - that takes post request) and add the data (350-500 bytes per request) to database. Now here's a issue we have 3k ...
Shamsudeen McHalwai's user avatar
0 votes
0 answers
159 views

Versions/Programs: xenforo 1.2.9, phpmyadmin 4.x, php 5.6.4, MySQL 8.0.32 IIS 10, Windows Server 2019 I am trying to host a local server for tinkering on an old computer I have. This server will be ...
Fictor's user avatar
  • 1
0 votes
0 answers
464 views

Having just installed Wampserver on my system in order to test a PHP form I have created via Dreamweaver, I'm continually getting the Error 404 message on my screen despite following the installation ...
Hunktydunkaty's user avatar
0 votes
1 answer
722 views

Not sure to post on the right StackExchange forum. If not, let me know! Working environment: OpenSUSE Leap 15.4 MariaDB : mariadb Ver 15.1 Distrib 10.7.7-MariaDB PHP 8.0.25 (cli) (built: Oct 31 2022 ...
wiltomap's user avatar
0 votes
1 answer
930 views

I have a Drupal 9.4.8 website a MariaDB database and phpMyAdmin. My website is already active with data in its 220 MB database. How to upgrade a MariaDB database to utf8mb4_unicode_ci ? Here is my ...
Mathieu's user avatar
1 vote
1 answer
566 views

I am trying to upgrade a phpmyadmin install on a (remote, VM) Debian 10 without success. I followed install instructions at computingforgeeks.com, and at first - when i tried to access http://path.tld/...
mario's user avatar
  • 111
-1 votes
2 answers
891 views

Anyone can help me unable to access phpMyAdmin → http://34.100.189.79/phpmyadmin/ Regards
Faraz Sayyed's user avatar
0 votes
1 answer
1k views

I have a column with the data type "JSON" in the MySQL table(I have MySQL 8). I have a 20 MB JSON file created by my BE code and I would like to copy and paste the contents of the JSON file ...
ITnewbie's user avatar
  • 191
1 vote
1 answer
2k views

I've got a PHPMyAdmin installation set up, but accessible only via localhost. This means that to access the URL, I need to set up an SSH tunnel before I access the URL. When I do so, however, I get a ...
John Doe's user avatar
  • 385
0 votes
1 answer
2k views

I run a small web development company and we run multiple production servers, each with their own MySQL database server. I'm trying to figure out the best way of giving access to these separate MySQL ...
james-geldart's user avatar
0 votes
1 answer
1k views

In my project, I am using Django and nginx, but I want to manage my cloud databases through phpmyadmin. Django is working fine but I can't do the same with phpmyadmin because it is running in apache ...
Ram Awasthi's user avatar
0 votes
1 answer
1k views

How do I change the bind address of a mysql databse through phpmyadmin? I am new at this and really dont know what I am doing.
JBC's user avatar
  • 3
0 votes
1 answer
526 views

I have 3 wordpress sites, 1 moodle site and 1 owncloud site, all with same apache configuration in my vps, and all of them works fine But I'm not able to make phpMyAdmin work with cloudflare's origin ...
DiogoSaraiva's user avatar
0 votes
1 answer
703 views

In my MySQL database, I've created two users, one regular user (who has privileges for one database) and one superuser. When I want to login via any of these accounts to phpMyAdmin I get a "...
LosmiNCL's user avatar
  • 133
0 votes
0 answers
403 views

i have problem with mysql remote connect. In my.cnf have: bind-address = 0.0.0.0 and #skip-networking. In users mysql have special user remote@% And still not working. If i try: nmap -p 3306 remote.ip....
ondravirag's user avatar
0 votes
1 answer
679 views

I have a copy of phpMyAdmin in one of my server in a subdomain 'pma' and inside a directory in it named 'app' (manual installed from zip archive, not via yum), which I use for DB related management ...
Nishu Ali's user avatar
1 vote
1 answer
2k views

I am on Debian 10.5 LAMP with ISPConfig, running PHPMYADMIN 4.9.0.1. I installed phpmyadmin following this tutorial I can only guess that somehow ISPConfig may be interrupting something. In any case, ...
Maestro223's user avatar
2 votes
2 answers
564 views

I have an instance on AWS (Amazon Linux 2). I installed lamp on the server and access the phpMyAdmin. And I get this error: Composer detected issues in your platform: Your Composer dependencies ...
CHOO YJ's user avatar
  • 131
0 votes
1 answer
6k views

I'm just getting started in docker and maybe I'm starting of a little big but I found an article that explained out to get a coldfusion install (run by commandbox) up with mysql. This docker compose ...
weggie's user avatar
  • 101
0 votes
1 answer
886 views

I have a problem with a Ubuntu 18.04.6 Ubuntu server. I was trying to fix a problem with phpMyAdmin (a lot of errors appearing on screen, and preventing me to use it, pointing to some authorization ...
simonelippolis's user avatar
0 votes
1 answer
413 views

I have an autoscaling group that was created by AWS CloudFormation. It runs on Amazon Linux 2. Last week, it was working fine. Now, new instances throw a "certificate has expired" error when ...
philolegein's user avatar
0 votes
2 answers
5k views

So, I'm posting an answer, because after the twice clean-reinstall, I have set things a but differently (to my point of view). Like I said above, I face a dilemma, since none of the config I have is ...
Kl3m Michard's user avatar
1 vote
0 answers
113 views

I'm using Google Compute Engine to host a couple applications under one .dev domain so SSL is required. I have Apache installed based from this guide and my /var/www/ directory looks like: - domain....
dokgu's user avatar
  • 139
1 vote
0 answers
380 views

nginx is searching for phpMyAdmin in the wrong location my nginx config: server { listen 80; listen [::]:80; access_log /var/log/nginx/reverse-access.log; error_log /...
Vlad's user avatar
  • 11
0 votes
1 answer
836 views

I accidentically removed grant from the user_accounts tab (privileges) for root account I have this extra account backend_dev_team Now edit privileges clickable link is missing can I undo it? UPDATE ...
Pablo's user avatar
  • 315
-1 votes
2 answers
146 views

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 ...
Thaer's user avatar
  • 65
1 vote
2 answers
1k views

Raspbian running on raspberrypi 3+ apache 2.4 I was trying to secure my server a little better and I enabled .htaccess by changing apache2.conf line AllowOverride None to AllowOverride All and added a ...
user1884295's user avatar
0 votes
1 answer
1k views

I'm having a tough time trying to fix a major problem getting phpmyadmin working again (it used to work on ubuntu 16.04). I upgraded Ubuntu 16.04 to 20.04 yesterday and got the following versions of ...
peppy's user avatar
  • 113
0 votes
1 answer
10k views

I am getting following error while uploading file to phpmyadmin: No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP ...
Sariful's user avatar
  • 109
1 vote
1 answer
957 views

I am using nginx/1.18.0 (Ubuntu) on an Ubuntu 20.04.1 LTS machine. I have a laravel project and phpmyadmin running. My /etc/nginx/sites-enabled/example-application file looks like the following: ...
Carol.Kar's user avatar
  • 117
2 votes
1 answer
3k views

However I am trying to run SQL request in SQL tab I receive 502 error, but same query in SEARCH tab works fine. I was using php-7.2 and phpmyadmin-5.0.2 when error appeared for the first time. I've ...
Артем Черемісін's user avatar
-1 votes
2 answers
305 views

The issue right now is that I want to maintain a database and I have planned to manage that with phpmyadmin and i have configured it but right now what it looks like is mydomain.com/phpmyadmin What ...
ram khanal's user avatar
2 votes
2 answers
12k views

I'm using PhpMyAdmin for a while on my Debian VPS but recently it started to make Error 500 when accessing the "Structure" tab for the tables (tbl_structure.php page)... and only this ! ...
E_D's user avatar
  • 141
0 votes
1 answer
2k views

i just installed phpmyadmin on my ubuntu 20.04 server but when I try to go to the site I have a 502 bad gateway error ... here is what I have in my LOG file : 2021/02/05 14:43:33 [crit] 662288#662288: ...
hari's user avatar
  • 1
2 votes
2 answers
879 views

i have this problem after updating ubuntu. It asked me if I wanted to update the configuration that it already had, and I said no. phpmyadmin was working correctly before the upgrade. If anyone knows ...
Santiago Martinez's user avatar
0 votes
1 answer
723 views

I make an update using sqlalchemy #todo use update conn = engine.connect() metadata=MetaData() user = Table('user', metadata, autoload=True, autoload_with=engine) stmt = user.update().where(user....
seizouki's user avatar
0 votes
1 answer
2k views

I'm currently working with mariadb and phpmyadmin on my debian 10 server. For some reason mariadb only allows passwords with a maximum length of 79 characters. If I specify a password that is longer ...
Torge Stehr's user avatar
0 votes
1 answer
4k views

I have a kubernetes cluster configured as follows: nginx+wp[:5050] <-- redirect 307 /wp nginx[:80:443] /pma rev_proxy --> nginx+pma[:5000] All services share a common external metallb IP. I have ...
Alexander Chetverkin's user avatar
1 vote
1 answer
792 views

I want to add multiple paths like "localhost:8080/phpmyadmin" and "localhost:8080/index.php" but it doesn't want to work I create a phpmyadmin.conf in conf-availables with # ...
rmarquet21's user avatar
0 votes
1 answer
265 views

i know there are many topics and i read at least 40 of it, but none solved my Problem.. I can login to PHPMyAdmin only from the machine its running on... On others there is just an "Access denied&...
Schesam's user avatar
  • 101
0 votes
1 answer
162 views

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 ...
newbie's user avatar
  • 101
0 votes
0 answers
57 views

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 ...
Dhaval Joshi's user avatar
0 votes
0 answers
353 views

/etc/apache2/sites-available/phpmyadmin: <VirtualHost *:133> ServerName phpmyadmin DocumentRoot /var/www-133 </VirtualHost> /etc/apache2/ports....
RexMan123's user avatar
0 votes
1 answer
1k views

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 $...
Saumya Brata Dutt's user avatar

1
2 3 4 5