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
47
votes
6 answers

MySQL Workbench vs phpMyAdmin

I've only used phpMyAdmin but then I stumbled upon MySQL Workbench that looks promising. I wonder if someone has tried it out and could give your thoughts about it compared to phpMyAdmin. Could it replace phpMyAdmin completely?
never_had_a_name
  • 90,630
  • 105
  • 267
  • 383
47
votes
31 answers

phpMyAdmin mbstring error

Whenever I try to enter my phpMyAdmin, it gives me this error: The mbstring extension is missing. Please check your PHP configuration. I've looked all over the Internet for a fix, but all I've found is errors similar to mine, but not the same, or…
user1930852
  • 571
  • 1
  • 4
  • 4
47
votes
9 answers

getting to phpmyadmin with mamp

I'm using MAMP, and trying to get to phpmyadmin. loaclhost/phpmyadmin isn't working.. the sql light is green so it is enabled. I have changed the Document Root to /Users/troycosentino/Sites/easyuniv/ and when i open the start page from MAMP it is a…
Troy Cosentino
  • 4,658
  • 9
  • 37
  • 59
45
votes
0 answers

How to Increase Import Size Limit in phpMyAdmin using Xampp server?

Does anyone know if or how you can increase the import size limit in phpMyAdmin? Currently my server is limited to 2MB. 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…
Rohit Verma
  • 459
  • 1
  • 5
  • 3
45
votes
14 answers

How to Import 1GB .sql file to WAMP/phpmyadmin

I want to import over 1GB size sql file to MySQL database in localhost WAMP/phpmyadmin. But phpmyadmin UI doesn't allow to import such big file. What are the possible ways to do that such as any SQL query to import .sql file ? Thanks
Miuranga
  • 2,463
  • 10
  • 51
  • 81
45
votes
4 answers

SQL query to prepend prefix to existing value in a field

I have searched and searched for an answer to this, and I think this must be child's play for anyone who KNOWS SQL (which is not me). I want to insert a prefix to the values in a field of a table in my DB. More specifically, I have a table…
Sean2015
  • 611
  • 1
  • 6
  • 7
45
votes
11 answers

Access to the requested object is only available from the local network phpmyadmin

I just installed xampp 1.8.0 for linux and when I opened phpmyadmin I got this error Access Forbidden!! New XAMPP security concept: Access to the requested object is only available from the local network. This setting can be configured in the…
Pramodh
  • 775
  • 2
  • 9
  • 17
43
votes
20 answers

Ajax phpmyadmin alternative?

I must say, I'm bored of phpmyadmin. We are in 2009 and I have to work with this useful tool and to wait every page to reload after every action. Are any ajaxed alternatives out there? Maybe phpmyadmin himself is going to be ajaxized?
user143520
  • 491
  • 1
  • 4
  • 5
43
votes
12 answers

Is there a simple way to convert MySQL data into Title Case?

I have a MySQL table where all the data in one column was entered in UPPERCASE, but I need to convert in to Title Case, with recognition of "small words" akin to the Daring Fireball Title Case script. I found this excellent solution for transforming…
John Stephens
  • 781
  • 2
  • 12
  • 19
42
votes
10 answers

Docker: PhpMyAdmin has an upload limit of 2048KiB

i have a docker-compose.yml that looks like this: webserver: build: ./_docker/php ports: - 80:80 links: - mysql volumes_from: - app mysql: image: mysql:5.7 environment: MYSQL_DATABASE: "${DB_NAME}" MYSQL_USER:…
lvollmer
  • 1,418
  • 2
  • 13
  • 32
42
votes
20 answers

phpmyadmin enable drop database statement

I was alerted by my hosting provider that I exceed my 1000 table limit. I have a lot of databases and would like to delete more at once. Unfortunaltley they don't have a multiselect feature so I decided to use a query in phpmyadmin. When I try…
vii
  • 449
  • 1
  • 5
  • 7
42
votes
10 answers

Using PHPMyAdmin to administer Amazon RDS

I can't get PHPMyAdmin to connect to my Amazon RDS instance. I've granted permissions for my IP address to the DB Security Group which has access to this database I'm trying to access. Here's what I'm working with... …
Ben
  • 60,438
  • 111
  • 314
  • 488
42
votes
5 answers

Cannot Initialize mbstring with PHP 7

Whenever I try to access phpMyAdmin, I receive the following error: "The mbstring extension is missing. Please check your PHP configuration." I am running a LEMP stack on a CentOS 7 server. I have elected to use PHP 7 for this installation. I have…
NoahMCM
  • 601
  • 1
  • 5
  • 8
41
votes
27 answers

phpMyAdmin is throwing a #2002 cannot log in to the mysql server phpmyadmin

I have installed MySQL server enterprise 5.1 on my local machine and now I want to install phpMyAdmin, but it does not work. I have unrared phpMyAdmin to my server root directory and browsed to "localhost/phpMyAdmin/setup/index.php", started a new…
narancha
  • 411
  • 1
  • 4
  • 3
41
votes
3 answers

WAMPServer phpMyadmin Maximum execution time of 360 seconds exceeded

I just installed WampServer. It works when I visit my project page but when I try to navigate phpMyAdmin i get this error: Maximum execution time of 360 seconds exceeded What is the problem?
Kvasir
  • 1,197
  • 4
  • 17
  • 31