16,102 questions
-1
votes
0
answers
25
views
If I make an existing column NOT NULL in phpMyAdmin, will I lose my data? [closed]
I have a table in phpMyAdmin with some existing data:
CREATE TABLE users (
id INT AUTO_INCREMENT PRIMARY KEY,
username VARCHAR(50),
email VARCHAR(100)
);
Currently, the email column ...
Best practices
0
votes
4
replies
94
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
28
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
179
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
116
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
46
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
34
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
61
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
51
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
42
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
33
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
55
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 ...
0
votes
0
answers
49
views
Insert spanish and other language words CSV file within phpMyAdmin [duplicate]
I'm importing spanish and other language words CSV file within phpMyAdmin. However it is showing error that is:
Invalid column count in CSV input on line 2.
Note:
I've already setup and used utf8 ...
1
vote
1
answer
143
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....
0
votes
0
answers
35
views
mysql update statement not working after WITH clause [duplicate]
I just noticed something weird working with mysql UPDATE statement and the WITH clause. Here's the query:
WITH temp_table AS (
SELECT *
FROM ( SELECT *, ROW_NUMBER()
OVER(...
0
votes
1
answer
181
views
How do I configure phpmyadmin docker container and local mysql + nginx on Linux?
This is a question I am going to answer myself, because even in the world of AI it took me far too long to get this running.
The scenario is that I have
a fully qualified domain
a VPS service ...
0
votes
0
answers
111
views
Error in Exporting Database in phpmyadmin
Error:
TypeError: PhpMyAdmin\Export::getFilenameAndMimetype(): Argument #5 ($filenameTemplate) must be of type string, null given, called in C:\xampp\phpMyAdmin\libraries\classes\Controllers\Export\...
-3
votes
1
answer
102
views
Database and visual studio code connection issuess
For context, I'm making a programming (using C#) that acts similar to a website. Where in this website, it will show any vendor that sells a product or service within the dormitory area in university. ...
0
votes
0
answers
58
views
PhpMyAdmin5.2.1 cache problem when running php script
I have wampserver3.3.7, PhpMyadmin5.2.1, PHP8.2.2 and MySql9.1.
When I open PhpMyadmin into my Firefox browser and run a php script that will update and replace a large 500MB mysql table, this update ...
0
votes
0
answers
66
views
phpMyAdmin Throws error when trying to browse certian tables
I am having an issue with phpmyadmin (v5.2.1 & but have tried v5.2.2-dev) running via wamp on my local machine.
Here's the problem:
On most tables, when l attempt to click browse l get this error:
...
-6
votes
1
answer
110
views
Why do I have both phpMyAdmin and MySQL Databases in cPanel? I only used phpMyAdmin locally for development. with Real life exmple please
I’ve been using phpMyAdmin locally for developing my project, and I’m now working with cPanel for hosting. I noticed that cPanel provides two tools for managing MySQL databases:
phpMyAdmin – This is a ...
0
votes
2
answers
98
views
Extract parts from sql sentences with pyhton script
I have a .sql file with CREATE TABLE AND INSERTS TABLE sentences in it.
Example:
INSERT INTO `examle` (`myid`, `title`, `value`, `usefull`, `picture`, `short_description`, `description`, `wikipedia`, `...
0
votes
1
answer
1k
views
VPS with Coolify : increase max size upload in phpmyadmin
Hello I am running a wordpress site on my VPS with Coolify.
I am trying to upload a .sql file of 20M on phpmyadmin. I cannot figure how to increase the size (2048kio by now).
On my VPS, I have a ...
-1
votes
1
answer
70
views
How to set up phpMyAdmin on OS X
I am seeing the error message as shown in the screenshot. I have set up all the parameters as shown below. I am also using the MAMP application in this case.
Apache port: 8888
Nginx port: 8888
MySQL ...
2
votes
0
answers
130
views
Impossible to access to PHPMyAdmin : failed to open
Although it did works fine 2 weeks ago, since this morning, after launched Uwamp (in no install mode), if i try to access to PHPMyAdmin, i got this error message :
( ! ) Warning: Unknown: failed to ...
0
votes
1
answer
59
views
Unable to find where phpmyadmin stores Designer pages
I am using phpmyadmin from the official docker image. I am using the designer and I am wondering where the designer page is stored. I have read in this post that it is stored in phpmyadmin....
-1
votes
1
answer
55
views
I don't understand the syntax error in my SQL
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM totaldata, eventvenue, band
WHERE totaldata....
-1
votes
1
answer
49
views
What is the difference between "root" and "dbmasteruser" login in aws lightsail?
I've encountered an issue while working with my AWS Lightsail database. I successfully created a new database named "test" using the root user credentials in phpMyAdmin. However, when I try ...
1
vote
0
answers
97
views
I'm trying to run phpMyAdmin and link it to an existing docker container database and I get an error. (Using Synology NAS w/ Web Station + Docker)
I'm running a Synology NAS to host my PHP website. I'm using Web Station and Container Manager (Docker).
When I create a phpMyAdmin container, link it to the exisiting mariaDB database, and run it, I ...
0
votes
1
answer
709
views
Running on docker-compose: mysqli::real_connect(): (HY000/1045): Access denied for user 'root'@'172.26.0.12' (using password: YES)
The configuration below works just fine on my local machine:
My docker-compose.yml file:
networks:
mynet:
name: mynet
driver: bridge
services:
mydb:
container_name: ...
0
votes
0
answers
83
views
Quick way to import multiple CSV files to phpMyAdmin?
I have a bit of a arduous task each few days whereby my new CSV files (stored locally and on Google Drive) are used for data for my website tables.
The current task involves TRUNCATEing of 15 tables, ...
1
vote
1
answer
583
views
Azure Wordpress app service - MySQL flexible server - phpmyadmin - "Cannot log in to the MySQL server" error
I have spun up a fresh Azure Wordpress app service which uses MySQL flexible server.
I try to access phpmyadmin logging in with the database adming credentials recorded during creation of the app ...
0
votes
0
answers
49
views
Wampserver: Updating mysql version but used version is still 5.7.19
I have been trying for hours to update my mysql version for wampserver, and i'm stuck in V5.7.19.
Even if localhost/ root show "Mysql version 8.2.0", when I go to localhost/phpmyadmin, login ...
0
votes
0
answers
33
views
USE command not working to select a database [duplicate]
I am using phpmyadmin to run MySQL code via XAMPP.
I run:
CREATE DATABASE d1;
And I see a database named 'd1' is created (visible on left side of my screen).
Now when I run:
USE d1;
I get the message ...
0
votes
1
answer
26
views
Change the installation path of phpmyadmin
I have installed a web server (Apache, PHP, Maria-DB, phpMyAdmin) from the Debian packages.
Now I would like to hide the installation of phpMyAdmin, i.e. the call via "https://hostname/phpmyadmin&...
-2
votes
1
answer
81
views
phpmyadmin database backup with laravel
Hi everyone I'm creating a schedule command with Laravel Forge that should backup the db in phpmyadmin once a day, but the problem is that it creates an empty sql file this is my code I hope someone ...
1
vote
1
answer
730
views
#1416 - Cannot get geometry object from data you send to the GEOMETRY field
Issue:
When using PHPmyAdmin version 5.2.1 tools to edit or insert a geometry object it throws error: #1416 - Cannot get geometry object from data you send to the GEOMETRY field.
This issue was ...
0
votes
2
answers
476
views
How do I change the phpmyadmin port?
After changing the port from 80 to 8033, only the page is displayed index.php . Previously, the second page of phpmyadmin was displayed. How do I display a page with phpmyadmin?
This is how I changed ...
1
vote
0
answers
50
views
Wp_options Table Huge After DDOS
IONOS VPS running Plesk and two Wordpress instances, behind Cloudflare CDN.
We seem to be suffering DDOS attacks on our website. When they happen, disk space runs out and we can no longer log into ...
0
votes
0
answers
36
views
problem in different datatype when using varchar as foreign key in database mysql xampp phpmyadmin
I have primary key subject in table teachers. I want to use subject as primary foreign key in table marks. Subject is varchar(50). And the attribute I want to apply the foreign to it called ...
0
votes
0
answers
67
views
problem the concat isn't working properly in trigger in phpmyadmin mysql database xampp
I want to create new column from concating two columns. So I created a trigger to do that before inserting new row.
ex:
student_type
student_id
student_username
student
1
student_1
the type column is ...
1
vote
0
answers
32
views
Running React on port 80 but still want access to PhpMyAdmin
I have an Ubuntu server with a LAMP stack already but recently added a react server aswell. My web domain points to port 80 of course which is the apache server but I would like to have it go to my ...
0
votes
0
answers
11
views
how to fetch images stored in phpmyadmin 000webhost database into flutter mobile application
how to fetch images stored in phpMyadmin 000webhost database into flutter mobile application
I try alot f codes but always it is giving me errors
I do not need to fetch one image , I need all the ...
0
votes
0
answers
305
views
How to connect to phpMyAdmin database using XAMPP and NetBeans?
I'm having trouble connecting my database from phpMyAdmin with NetBeans IDE 21. I get an error message saying:
Not Found
The requested URL was not found on this server.
Apache/2.4.58 (Win64) OpenSSL/...
0
votes
0
answers
93
views
How do I search through a specific table in phpmyadmin with the elementor(wordpress) search bar?
So I am pretty new to Wordpress and am trying to build a website. The thing I want to do is to add some tables with people's names and some info about them. Then in the website's page containing a ...
0
votes
3
answers
150
views
How To Use IF Statement and Local Variables In Stored Procedures
I'm testing this in MyPhpAdmin on "10.5.24-MariaDB-cll-lve", I can not define SET statements such as "SET @x = 1;" (from the manual),they don't fail but the following statementis ...
1
vote
1
answer
203
views
Is it possible to serve PHPMyAdmin from a route with PHP Router?
A fresh install with composer create-project phpmyadmin/phpmyadmin will work out-of-the-box by visiting localhost:8080/phpmyadmin (served with php -S localhost:8080).
However, a typical setup with PHP ...
-3
votes
1
answer
210
views
cannot open phpMyAdmin on IIS
I'm using IIS on windows 10 to set up my website for testing. I have PHP and MySQL working. however, when trying to access the phpMyAdmin login I get this error:
Warning: require_once(C:\inetpub\...