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
54
votes
14 answers

phpMyAdmin - can't connect - invalid setings - ever since I added a root password - locked out

I run XAMPP, a few days back i had set up a password for the root password through phpmyadmin I am not able to access phpMyAdmin ever since that moment I followed help on this link but everything seems fine there (in config.inc.php). I even tried…
OrangeRind
  • 4,798
  • 13
  • 45
  • 57
54
votes
15 answers

phpmyadmin "no data received to import" error, how to fix?

I am using XAMPP on a pc atwork to host a database. I exported a backup ("bintra.sql") using phpmybackuppro. I use xampp on a mac at home, and when I try to import the sql file located on my desktop, I get this error. No data was received to…
kevtrout
  • 4,934
  • 6
  • 33
  • 33
53
votes
3 answers

#1292 - Incorrect date value: '0000-00-00'

I referenced many questions which have the same title as mine, but they have a different approach and different issue so this question is not a duplicate. I have a table in which column fm_sctrdate is a date type and has the default value…
urfusion
  • 5,528
  • 5
  • 50
  • 87
53
votes
19 answers

PHP: maximum execution time when importing .SQL data file

I am trying to import a large .sql data file using phpMyAdmin in XAMPP. However this is taking a lot of time and I keep getting: Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\phpMyAdmin\libraries\dbi\DBIMysqli.class.php on…
EssexPN
  • 631
  • 1
  • 5
  • 5
52
votes
6 answers

Auto-login phpMyAdmin

We want to auto login users in phpMyAdmin. Now we have a web-interface, written in PHP. Users can login. After logging in, they can click on the SQL link in the menu that opens phpMyAdmin. Is there a way to log them in automatically? Is it possible…
www.data-blogger.com
  • 4,076
  • 7
  • 43
  • 65
52
votes
5 answers

How to create a foreign key in phpmyadmin

I want to make doctorid a foreign key in my patient table. So I have all of my tables created - the main problem is that when I go to the table > structure > relation view only the primary key comes up that I can create a foreign key (and it is…
laurajs
  • 843
  • 1
  • 7
  • 20
52
votes
3 answers

How to upgrade phpMyAdmin in XAMPP to latest?

How to upgrade phpMyAdmin in XAMPP to latest, without affecting the database, settings, and files?
ak-SE
  • 980
  • 1
  • 7
  • 27
51
votes
7 answers

"Logging out" of phpMyAdmin?

The error that I get on phpMyAdmin is the following The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated." I have googled and looked this up for a while now and the common answer that…
OpMt
  • 1,723
  • 4
  • 19
  • 24
51
votes
4 answers

How can I duplicate a database using phpmyadmin?

I want to duplicate my database with phpmyadmin. How should I proceed? phpmyadmin Version: 3.4.5deb1
Anis_Stack
  • 3,306
  • 4
  • 30
  • 53
50
votes
5 answers

Generate CSV based on MySQL query from phpMyAdmin

Can I generate a CSV file from phpMyAdmin based on a MySQL query? For example, let's say I queried a table to return results for the word "image". Could I then produce a CSV with all of the records containing the word "image"?
Jane
  • 947
  • 3
  • 12
  • 25
50
votes
7 answers

The mcrypt extension is missing. Please check your PHP configuration

I just followed the tutorial located at https://www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu while fixing multiple other errors that I came across along the way and I'm stuck with one last error.…
crgsqdmn
  • 639
  • 1
  • 5
  • 7
49
votes
20 answers

MySQL said: Documentation #1045 - Access denied for user 'root'@'localhost' (using password: NO)

I installed xampp,but when I tried to run it I got an error as thus: Error MySQL said: Documentation 1045 - Access denied for user 'root'@'localhost' (using password: NO) Connection for controluser as defined in your configuration failed. phpMyAdmin…
Saya Antisosial
  • 491
  • 1
  • 4
  • 4
48
votes
10 answers

PHPmyadmin pop-up error notice keeps appearing when clicking on columns of databases

I keep receiving a pop-up error, when clicking on columns in databases: Some errors have been detected on the server, please look at the bottom of this window. Notice in .\libraries\tbl_columns_definition_form.inc.php#55 Undefined variable:…
n.morgana
  • 609
  • 1
  • 5
  • 5
48
votes
17 answers

#1146 - Table 'phpmyadmin.pma_recent' doesn't exist

Solution Guys... FYI i am using xampp to use phpmyadmin. and this error happens during the process of creating a database on localhost. Below is the code for config.inc file under phpmyadmin directory:
Hoody
  • 2,942
  • 5
  • 28
  • 32
47
votes
12 answers

InnoDB: Attempted to open a previously opened tablespace

I have been working on a problem for a few days now. Our local mediawiki page that sits on our box account, destroyed itself and we've been working to get it online. Using XAMPP Control Panel v3.2.1, the errors were numerous so we decided to update…
dedrumhead
  • 479
  • 1
  • 4
  • 3