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

Using Fulltext leads to wrong results?

I am trying to perform a simple text search. However, if I use mysqli_real_escape_string it makes the program buggy. I have a Fulltext column title, but the functionality does not work in phpMyadmin after I do : PhpMyadmin - **id|title** - 1|cool…
user3560703
3
votes
4 answers

No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration

I tried to import data into MySQL table using phpmyadmin for a file only 11 k. I got following message and increase upload_max_filesize, memory_limit and post_max_size , but it still does not work. it works on my Ubuntu machine, but no Windows…
user3528144
  • 131
  • 1
  • 1
  • 3
3
votes
1 answer

Remote MYSQL using phpmyadmin connection is very slow

First off the reason I am doing this is since I'm using shared hosting with HostGator they do not keep the phpmyadmin install up to date. Matter of face at the time of this post phpmyadmin reports -> "Version information: 3.5.5, latest stable…
Handler
  • 57
  • 7
3
votes
0 answers

phpmyadmin still accessible on /phpmyadmin after changing alias

I'm trying to secure my web server by changing the url of phpmyadmin (/phpmyadmin). I have edited the file /etc/phpmyadmin/apache.conf : Alias /secure-db /usr/share/phpmyadmin Options FollowSymLinks …
Vincent
  • 61
  • 1
  • 5
3
votes
4 answers

The json extension is missing. Please check your PHP configuration

I install PHP5.6.0 on Ubuntu 13.10 x64 from this https://launchpad.net/~ondrej/+archive/php5-5.6a then I installed phpmyadmin when I am trying to lunch phpmyadmin I got this message The json extension is missing. Please check your PHP…
Yashar Khavan
  • 1,615
  • 1
  • 17
  • 14
3
votes
2 answers

MAMP - Phpmyadmin (Error in processing, error code : 404, error not found)

I have installed MAMP. When I click on the server in phpmyadmin. it shows "Error in processing Error code 404 Error not found". I saw the same question in stackoverflow , but not a solution. Please let me know anyone who faced this problem and…
user2617611
  • 339
  • 1
  • 4
  • 16
3
votes
2 answers

How to upgrade phpMyAdmin in Debian 7?

I installed some time ago phpMyAdmin on my Debian 7 server via apt-get install phpmyadmin and the version which has been installed was "3.4.11.1deb2". Current the latest version is 4.1.12 (I looked for that on the phpMyAdmin website). My problem is,…
blubb
  • 33
  • 1
  • 3
3
votes
3 answers

phpMyAdmin Import Error

I am trying to import a database using phpMyAdmin. The file is compressed in a .zip. Every time I try the import I get this error: Error in ZIP archive: Compressed size is not equal with the value in header information. I've tried exporting the…
a1anm
  • 1,617
  • 11
  • 45
  • 78
3
votes
2 answers

Creating a UUID field in PhpMyadmin MySQL

I'm trying to create a UUID within PHPMyAdmin on my web host/server, I've created a table called 'video' and I've inserted a field in there called 'uuid', but I don't know how to actually turn the field into a UUID, I have a feeling I'm missing…
logikurl
  • 115
  • 3
  • 16
3
votes
6 answers

Can't load phpMyAdmin index site

I recently installed TaskSel and phpMyAdmin on an Ubuntu 13.04 64bit setup. After the installation I tried to visit http://localhost/phpmyadmin and this is what comes up in the web page: addJSON( 'options',…
total_noob
  • 55
  • 1
  • 1
  • 6
3
votes
0 answers

Import large CSV file into phpmyadmin

I have a really large csv file with 300 columns and 12000 rows. I want to import this once into the database using phpmyadmin without breaking the csv. Beacuse at the moment it can only take upto 500 rows of the csv. I have changed my php.ini…
Victor Njoroge
  • 353
  • 2
  • 9
  • 22
3
votes
1 answer

How to setup user login for only one table via phpmysql?

Is there a way to give somebody access via phpmyadmin to ONE table of one database ONLY with different user name and password? If so, how do I set this up?
Ronald Wiplinger
  • 2,033
  • 3
  • 14
  • 20
3
votes
1 answer

Could not connect to MySQL server MAMP Pro

Alright after a whole day of researching and several attempts... I can't get this to work. It has worked in the past. So, I launch mamp pro and I get a /Applications/MAMP/Library/bin/mysqlcheck: Got error: 1045: Access denied for user…
PhDeOliveira
  • 2,323
  • 4
  • 22
  • 25
3
votes
4 answers

Does this MySQL Query have any hidden gotchas?

I hope this isn't a terribly obtuse question. I notice that MySQL will let me refer back to the "Mnth" field in my GROUP and ORDER. This is not the case in every db engine I've worked with. Can anyone confim that this is an OK approach? SELECT…
Aaron Bush
  • 1,115
  • 2
  • 8
  • 16
3
votes
2 answers

Migrate mysql db from XAMPP to WAMP

I built a sql database using phpmyadmin in xampp. I'm now switching to wamp. To transfer the db I copied the db files from xampp, located in xampp//... mysql/data// and pasted them to the wamp//... mysql/data//. However, the data tables do not…
user3200950
  • 73
  • 1
  • 1
  • 9