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
61
votes
12 answers

Script timeout passed, if you want to finish import, please resubmit the same file and import will resume

I have a database Un-zipped size 50mb zipped size 7mb So when I try to import the database zipped(7mb) after few minutes it is throwing this error: Script timeout passed, if you want to finish import, please resubmit the same file and import…
Mr world wide
  • 4,696
  • 7
  • 43
  • 97
61
votes
10 answers

How to write a stored procedure using phpmyadmin and how to use it through php?

I want to be able create stored procedures using phpMyAdmin and later on use it through php. But I dont know how to? From what I know, I found out that we cannot manage stored procedures through phpMyAdmin. What other tool can manage stored…
Starx
  • 77,474
  • 47
  • 185
  • 261
61
votes
10 answers

How to secure phpMyAdmin

I have noticed that there are strange requests to my website trying to find phpmyadmin, like /phpmyadmin/ /pma/ etc. Now I have installed PMA on Ubuntu via apt and would like to access it via webaddress different from /phpmyadmin/. What can I do to…
Andrei
  • 10,918
  • 12
  • 76
  • 110
61
votes
23 answers

phpmyadmin.pma_table_uiprefs doesn't exist

I searched the internet but cannot find anything related to this specific error/table. It pops up when I try to view a table in phpMyAdmin. I am logged in as root and the installation (under ubuntu 13.10) of phpMyAdmin is fresh and untouched so…
Markus Kottländer
  • 8,228
  • 4
  • 37
  • 61
60
votes
20 answers

Cannot start session without errors in phpMyAdmin

I get the below error when pointing browser to phpMyAdmin Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. I have checked everything and can't seem…
rciiipo
  • 863
  • 1
  • 8
  • 12
60
votes
19 answers

phpmyadmin "Not Found" after install on Apache, Ubuntu

Setting up a development environment with Ubuntu 14.04 running in VirtualBox, following this guide: http://klau.si/dev After installing phpmyadmin, it seems I should be able to access it at http://localhost/phpmyadmin but apache returns a Not Found…
Anonymous Man
  • 2,776
  • 5
  • 19
  • 38
60
votes
9 answers

PHP myAdmin - Change Field Order (Move Up Or Down)

How do I change the order of my table fields without deleting the field and re-inserting it, using PHP myAdmin?
Joshua
  • 681
  • 1
  • 7
  • 6
60
votes
22 answers

I can't access http://localhost/phpmyadmin/

Problem: I can't access localhost/phpmyadmin/ before I can access localhost/phpmyadmin/ but today when I'm trying to access this page I got weird page also I can access localhost/xampp/ without any problem Question: How can I solve this problem ?
user1327157
  • 735
  • 1
  • 6
  • 4
59
votes
18 answers

How to display UTF-8 characters in phpMyAdmin?

I have my database properly set to UTF-8 and am dealing with a database containing Japanese characters. If I do SELECT *... from the mysql command line, I properly see the Japanese characters. When pulling data out of the database and displaying…
Matt McCormick
  • 13,041
  • 22
  • 75
  • 83
58
votes
2 answers

How to make composite primary key on phpmyadmin

How to make a composite primary key on phpmyadmin. such that student id is combination of year and roll number. sid = 112132 , 11 of year 2011 and 2132 is roll number?? anybody help..
user3427877
  • 589
  • 1
  • 4
  • 4
58
votes
7 answers

using group_concat in PHPMYADMIN will show the result as [BLOB - 3B]

I have a query which uses the GROUP_CONCAT of mysql on an integer field. I am using PHPMYADMIN to develop this query. My problem that instead of showing 1,2 which is the result of the concatenated field, I get [BLOB - 3B]. Query is SELECT…
Itay Moav -Malimovka
  • 52,579
  • 61
  • 190
  • 278
57
votes
5 answers

MySQL re-arranging order of columns with phpmyadmin

Any help on re-ordering the columns in MySQL using phpMyAdmin? Is it called cardinality? I have created tables, but need to re-arrange the order of the columns due to an export script i have. It exports based on the arrangements. E.g. I want…
karto
  • 3,538
  • 8
  • 43
  • 68
57
votes
11 answers

How do I view my stored procedures in phpMyAdmin?

I created a stored procedure in phpMyAdmin CREATE PROCEDURE Sample() SELECT * FROM feedback Where could I view this this procedure? If it's not possible in phpMyAdmin, what is/are some good program(s) that have the feature to write, store, and view…
Dennis Martinez
  • 6,344
  • 11
  • 50
  • 67
55
votes
4 answers

phpMyAdmin Removing an index

I have a column in one of my tables which has been assigned an index. It is preventing me from having two of the same ID number. I am assuming the reason it is not letting me have two entries of the same ID is because it has been set to be…
Samuel Meddows
  • 36,162
  • 12
  • 38
  • 36
54
votes
5 answers

where does MySQL store database files?

I have uninstall wamp server and now I need my database to restore. How can I do this process?
Ihsanullah khan
  • 771
  • 1
  • 6
  • 10