Questions tagged [phpmyadmin]
phpMyAdmin is a popular tool for administrating MySQL (and similar) databases
217 questions
0
votes
0
answers
13
views
Apache web server returns error 500 when trying to load a page using a web browser from another PC [migrated]
I am trying to configure a LAMP server on my raspberry pi 4 8gb that is currently running Raspbian.
I installed PHP, mysql, PHPmyadmin and I recently set up VSFTPD to allow me to access the files ...
0
votes
1
answer
2k
views
phpmyadmin showing 500 error in Ubuntu 24.04 lts after upgrade
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:...
1
vote
1
answer
461
views
phpMyAdmin Login Page Error: mysqli::real_connect(): Premature end of data in XAMPP
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)...
0
votes
0
answers
278
views
PHPMyAdmin login with different ip
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']...
0
votes
1
answer
551
views
Unknown MySQL syntax error during the WordPress installation
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 '...
0
votes
1
answer
1k
views
PHPMyAdmin Fresh Install Error 500 Nginx
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 ...
-1
votes
1
answer
118
views
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 ...
0
votes
0
answers
27
views
How to handle scaling upto 3k concurrent connections [duplicate]
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 ...
0
votes
0
answers
154
views
Configure xenforo 1.2.9 Using phpmyadmin 4.x with php 5.6.4 on IIS 10, Windows Server 2019
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 ...
0
votes
0
answers
456
views
WampServer and error 404
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 ...
0
votes
1
answer
716
views
Unable to connect to server following phpMyAdmin upgrade from 5.1 to 5.2
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 ...
0
votes
1
answer
899
views
How to upgrade a MariaDB database to utf8mb4_unicode_ci?
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 ...
1
vote
1
answer
556
views
phpmyadmin install on Debian 10 fails. [proxy_fcgi:error]: error parsing URL //: Invalid host/port
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/...
-1
votes
2
answers
883
views
Unable to access phpMyAdmin
Anyone can help me
unable to access phpMyAdmin → http://34.100.189.79/phpmyadmin/
Regards
0
votes
1
answer
1k
views
Copy large-size JSON content and paste it into MySQL column
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 ...