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
36
votes
3 answers

Why is the estimated rows count very different in phpmyadmin results?

Without any changes on database I got very different rows count on my tables. What can cause this? Server version: 5.1.63-cll Engine: InnoDB
Mohammad Ali Akbari
  • 10,345
  • 11
  • 44
  • 62
35
votes
6 answers

How to export all the databases with phpmyadmin

Can I export all the databases with one-go using phpMyadmin? If not what is the best way to do it? Thanks in advance.
shin
  • 31,901
  • 69
  • 184
  • 271
35
votes
4 answers

MYSQL 8.0 - unsupported redo log format

I have recently updated mysql that was located under my xampp folder, and i've got the following errors, reporting from the log file : 2018-04-19T12:59:19.667059Z 0 [System] [MY-010116] [Server] C:\xampp\mysql\bin\mysqld.exe (mysqld 8.0.11)…
Ahmed Dolabi
  • 425
  • 1
  • 5
  • 10
35
votes
6 answers

How do I export particular column in MySQL using phpmyadmin?

I do have thousands of website list and other info in MySQL database. I want only website column named "web" to be exported to excel or text or csv. I know how to export the whole data but dont know how to export particular column.
mathew
  • 359
  • 1
  • 3
  • 3
35
votes
14 answers

wamp server mysql user id and password

I have wamp installed , I want to know how to create username and password in mysql.
pushan
  • 351
  • 1
  • 3
  • 3
35
votes
8 answers

Amazon RDS MySQL instance performs very slow

I have published my website on Amazon EC2 (Singapore region) and I have used MySQL RDS instance for the data storage. Everything is working very fine except performance. I seems that, my all queries, especially the select statement, is performing…
Manish Sapkal
  • 5,591
  • 8
  • 45
  • 74
35
votes
4 answers

phpMyAdmin equivalent in python?

Is there a python equivalent of phpMyAdmin? Here's why I'm looking for a python version of phpmyadmin: While I agree that phpmyadmin really rocks, I don't want to run php on my server. I'd like to move from apache2-prefork to apache2-mpm-worker.…
Rob Powell
  • 359
  • 1
  • 3
  • 3
35
votes
5 answers

Something like phpMyAdmin but for SQL Server?

I am looking for web based tool like phpMyAdmin, but for SQL Server. Any suggestions?
Balchev
  • 1,104
  • 2
  • 11
  • 17
35
votes
7 answers

MySql - Convert InnoDB to MyISAM Storage Engine of Database

How to convert database storage engine from InnoDB to MyISAM on MySQL? I found so many sites which convert the storage engine of database table, but not for database. Thanks in advance.
Tony Stark
  • 8,064
  • 8
  • 44
  • 63
34
votes
20 answers

Bug? #1146 - Table 'xxx.xxxxx' doesn't exist

I am using windows XP. I am creating a table in phpMyAdmin using its built-in create table feature, my database name is ddd. It generates the following code: CREATE TABLE `ddd`.`mwrevision` ( `asd` INT NOT NULL AUTO_INCREMENT PRIMARY KEY , `sddd`…
Shaheer
  • 2,105
  • 4
  • 25
  • 39
34
votes
7 answers

xampp phpmyadmin, Incorrect format parameter

Im trying to import the database of my client side (wordpress platform) to localhost (using xampp). Other clients' sites work OK, except for this one particular site. When I want to import it, it just showed "phpMyAdmin - Error. Incorrect format…
iceiceicy
  • 705
  • 1
  • 9
  • 24
34
votes
5 answers

Installing PHP using Homebrew on Mac

I am trying to install PHP on my Mac machine using Homebrew. I am using the following command: brew install php However, I am getting the following errors: Error: No available formula with the name "php" ==> Searching for similarly named…
me24hour
  • 629
  • 3
  • 8
  • 15
34
votes
6 answers

Have trouble installing phpmyadmin on PHP7 Apache/2.4.7 (Ubuntu)

I installed PHP7 today with sudo add-apt-repository ppa:ondrej/php-7.0 sudo apt-get install php7.0-cli php7.0-common libapache2-mod-php7.0 php7.0 php7.0-mysql php7.0-fpm after this, I got 403 forbidden error when I tried to access phpmyadmin. then…
Mister M
  • 1,539
  • 3
  • 17
  • 37
34
votes
4 answers

How to write a stored procedure in phpMyAdmin?

I am not able to find where to write the stored procedure in phpMyAdmin and how to call it using MVC architecture.
PHP CODER
  • 1,553
  • 4
  • 17
  • 34
33
votes
10 answers

phpMyAdmin configuration

How do I increase phpmyadmin session timeout? How do I increase phpmyadmin import file size limit(currently it says Max: 2,048KiB). I tried changing upload_max_filesize in php.ini but it didn't make any difference.
Caner
  • 57,267
  • 35
  • 174
  • 180