16,070 questions
0
votes
0
answers
46
views
PHPMyAdmin won't let me update a password for a user account, even though I'm logged into the root account [closed]
I'm trying to update the password for the user account in a MySql database managed through PHPMyAdmin. I'm logged in as root and I'm changing the password through User accounts/change password. Here's ...
Best practices
0
votes
4
replies
104
views
How can I show the Values from the muliple ID’s as hovertext?
Table Schema: https://i.sstatic.net/82SwsonT.png
A table contains ID foreign keys.
If I hover over one, it shows me the Value.
Another table contains the ID from the previous table.
How can I show the ...
0
votes
2
answers
31
views
How do I get the phpMyAdmin group links back in the navigation?
Before phpMyAdmin v5.2.1 there was a very nice feature that would group tables together that had double underscores and you could click the table group to access just those tables in the list view.
...
1
vote
0
answers
218
views
phpMyAdmin OIDC Authentication with OAuth2-Proxy causing redirect loop between login and SignonURL page
I'm currently running phpMyAdmin and OAuth2-Proxy in my kubernetes cluster. OIDC authentication is working just fine, I've verified that PMA_USERNAME is being set properly, and I'm being authenticated ...
0
votes
0
answers
28
views
Internal realtionships between tables disapear after stopping a sql server in phpadmin
When I first start XAMPP, everything works fine — I can add and see internal relations in phpMyAdmin. However, after stopping and restarting the MySQL server, all the relations disappear, and the ...
-4
votes
1
answer
148
views
Found this error when trying to access my admin page for mysql through XAMPP [duplicate]
This is the error line of my http://localhost/phpmyadmin/
Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\phpMyAdmin\libraries\classes\ErrorHandler.php on line 192
Anyone got a ...
0
votes
0
answers
47
views
Network traffic numbers in WordPress phpMyAdmin for a small site — is this normal?
I'm new to web development. I created and hosted a basic WordPress site on GoDaddy to showcase my product catalog.
I went into phpMyAdmin to download my data so I could set up a local version of the ...
-1
votes
1
answer
37
views
"Unexpected end of JSON input" inserting object in to JSON column
I'm having a problem inserting JSON into JSON columns. I'm trying to insert the basic "{}", but it gives a fatal error. Theoretically, I can insert JSON into a text data type, but this is a ...
1
vote
0
answers
50
views
PHPMyAdmin Error: 1118 Row size too large (> 8126)
I have a table in a MySQL database in which I have 19 VARCHAR variables (with a size ranging from 500 to 1500).
After a while, I can no longer add new VARCHAR fields with a size of 1000 because I get ...
0
votes
0
answers
62
views
I can visit the login page of phpmyadmin but not seeing login options (Username & Password)
[SCREENSHOT] I am getting this while opening my http://server-ip-address/phpmyadmin login page
No login options (Username/Password) there!
I need a little help.
On Ec2 AWS Ubuntu instance, I installed ...
0
votes
0
answers
63
views
Why is my WordPress database table not available for a connection?
I've been building a site in WordPress currently based on my local hard drives using localhost. But I started receiving an "Error establishing a database connection" message.
The issue has ...
0
votes
0
answers
43
views
Foreign key does not appear in table structure in PHPMYADMIN
I am creating two tables called customer and item.
For the customer table customerID is the primary key and for the item table itemID is the primary key. And I am creating another table which is ...
0
votes
0
answers
36
views
Phpmyadmin return blank page on digital ocean vps with LAMP installed (mbstring error) [duplicate]
My php version is 8.4.3, it does list mbstring as installed.
I also installed all the other dependencies including all recommendations I could find on the internet
Apache2 error log:
[Tue Feb 11 11:...
0
votes
0
answers
65
views
Does phpMyAdmin use `mysqldump` command behind the scenes when exporting a SQL database?
When I export my SQL database via the Export tab in phpMyAdmin I do a Custom export and use all the defaults with two additions:
Add DROP TABLE / VIEW / PROCEDURE / FUNCTION / EVENT / TRIGGER ...
1
vote
1
answer
155
views
Problem with phpmyadmin (error 500) in ubuntu. Php 7.0 y 7.4 fpm
I have several sites developed with an old version of laravel that requires PHP 7.0
But the version of phpmyadmin requires 7.4 min.
I have in Apache the following error in APACHE:
[Mon Jan 13 19:00:58....