Questions tagged [phpmyadmin]

phpMyAdmin is an open-source, web-based MySQL administration tool written in PHP. Use this tag for problems related to using this tool and not for general query problems

phpMyAdmin is an open source tool written in intended to handle the administration of over the Web. In other words, it allows you to handle MySQL via the web browser in a visual format, with no need to write complex commands from the command line. It can perform various tasks such as creating, reading, updating or deleting databases, tables, columns or rows (); executing statements; or managing users and permissions.

Since the version 4.0.0-alpha1, the HTML frames are gone and the navigation panel now presents a tree.

Features

  • Features provided by the program include:

  • Web interface

  • MySQL database management

  • Import data from CSV and SQL

  • Export data to various formats: CSV, SQL, XML, PDF (via the TCPDF
    library), ISO/IEC 26300 - OpenDocument Text and Spreadsheet, Word,
    Excel, LaTeX and others

  • Administering multiple servers

  • Creating PDF graphics of the database layout

  • Creating complex queries using Query-by-Example (QBE)

  • Searching globally in a database or a subset of it

  • Transforming stored data into any format using a set of predefined
    functions, like displaying BLOB-data as image or download-link

  • Live charts to monitor MySQL server activity like connections,
    processes, CPU/Memory usage, etc.

  • Working with different operating systems.

Useful links

Frequently asked questions

Check documentation for full list of frequent questions.

Similar lightweight tools:

16409 questions
96
votes
9 answers

phpmyadmin automatic logout time

How can I change the phpmyadmin automatic log out time? It will log out automatically after 1440 seconds which is very low for me. How can I change the option or remove log in request completely?
Abadis
  • 2,671
  • 5
  • 28
  • 42
94
votes
3 answers

Setting PHPMyAdmin Language

The user interface for phpmyadmin is displayed in german for some reason and i'd like to change it to english but don't know how. I installed the latest xampp. Thanks
Mahie
  • 993
  • 1
  • 6
  • 8
94
votes
6 answers

#1030 - Got error 176 "Read page with wrong checksum" from storage engine Aria

Created a new database but can't create new user account due to this error. Does anyone know how to fix this? I can't find any solution to fix this. 1030 - Got error 176 "Read page with wrong checksum" from storage engine Aria
neph
  • 943
  • 1
  • 6
  • 7
87
votes
11 answers

How to solve time out in phpmyadmin?

I want import huge (at least 300 mb) sql scripts via phpMyAdmin. I've tried: post_max_size = 750M upload_max_filesize = 750M max_execution_time = 300 max_input_time = 540 memory_limit = 1000M in my php.ini file, but I'm still getting timeout errors…
user1811486
  • 1,294
  • 2
  • 10
  • 17
87
votes
10 answers

MySQL Error #1133 - Can't find any matching row in the user table

Unable to set password for a user using 3.5.2.2 - phpMyAdmin for 5.5.27 - MySQL. When trying to set the password while logged onto phpMyAdmin as the user, it pops up the following error: #1133 - Can't find any matching row in the user table When…
Tumharyyaaden
  • 2,733
  • 3
  • 19
  • 20
85
votes
18 answers

Fix Access denied for user 'root'@'localhost' for phpMyAdmin

I'm using WAMP Server 2.2 on a PC. In phpMyAdmin (version 5.5.24) I edited the 'root' user (with 'localhost' host) and gave it a password of 'root'. This turned out to be a big mistake that I'm trying to revert. Now when I go to…
Luke
  • 18,811
  • 16
  • 99
  • 115
84
votes
18 answers

phpMyAdmin on MySQL 8.0

UPDATE Newer versions of phpMyAdmin solved this issue. I've successfully tested with phpMyAdmin 5.0.1 I have installed the MySQL 8.0 server and phpMyAdmin, but when I try to access it from the browser the following errors occur: #2054 - The server…
Lucas Noetzold
  • 1,670
  • 1
  • 13
  • 29
84
votes
7 answers

#1025 - Error on rename of './database/#sql-2e0f_1254ba7' to './database/table' (errno: 150)

So I am trying to add a primary key to one of the tables in my database. Right now it has a primary key like this: PRIMARY KEY (user_id, round_number) Where user_id is a foreign key. I am trying to change it to this: PRIMARY KEY (user_id,…
Richard Knop
  • 81,041
  • 149
  • 392
  • 552
83
votes
21 answers

mysql said: Cannot connect: invalid settings. xampp

I changed the root password to test and now I cannot login in phpMyAdmin page in XAMPP. I looked for help here and here which basically says changed config.inc.php file in XAMPP\PHPMYADMIN folder. /* Authentication type and info…
TheTechGuy
  • 16,560
  • 16
  • 115
  • 136
82
votes
14 answers

Can't import database through phpmyadmin file size too large

I have been trying to import Database through phpMyAdmin. My database file is a.sql and it's size is 1.2 GB I am trying to import this on local and phpMyAdmin is saying: You probably tried to upload too large file. Please refer to documentation…
Ricky Sharma
  • 1,839
  • 3
  • 24
  • 44
77
votes
20 answers

How to Increase Import Size Limit in phpMyAdmin

Does anyone know if or how you can increase the import size limit in phpMyAdmin? Currently my server is limited to 50MB. Please note that this is not the same as the upload_max_filesize in php.ini. That value is set to 2MB. I need to import a table…
H. Ferrence
  • 7,906
  • 31
  • 98
  • 161
76
votes
3 answers

WAMP/MySQL errors not in correct language

I've re-installed WAMP multiple times, searched literally hundreds of pages, and its not fixed this issue: I've looked inside the phpmyadmin config files, set: $cfg['Lang'] = 'en-utf-8'; Uninstalled multiple times (as mentioned) and seemed to have…
Dobby
  • 856
  • 1
  • 6
  • 8
76
votes
17 answers

This table does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available

The error generated in phpMyAdmin is: This table does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available. What does this error message mean and how can I fix it?
OldWest
  • 2,355
  • 7
  • 41
  • 61
74
votes
9 answers

How to list all tables in PhpMyAdmin's left menu?

Does anyone know how to list every table (disable the pagination) in PhpMyAdmin's left menu? I have over 250 tables in my DB and now we are seeing the pageination. It's very annoying having to go back and forth and would be much easier to have them…
thiesdiggity
  • 1,897
  • 2
  • 18
  • 27
73
votes
22 answers

Error in phpMyAdmin after updating to v4.8.0: The $cfg['TempDir'] (./tmp/) is not accessible

phpMyAdmin worked fine with v4.7.9. Now after updating to v4.8.0 today (replacing the old phpmyadmin folder against the new one) I'm getting this message in phpMyAdmin: The $cfg['TempDir'] (./tmp/) is not accessible. phpMyAdmin is not able to…
David
  • 2,898
  • 3
  • 21
  • 57