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
40
votes
5 answers

Fatal error: Uncaught Error: Function name must be a string in C:\xampp\htdocs\em0126\app\code\core\Mage\Core\Model\Layout.php:555 Stack trace: #0

I am facing these errors while accessing Magento folder from XAMPP (localhost/magento): Fatal error: Uncaught Error: Function name must be a string in C:\xampp\htdocs\em0126\app\code\core\Mage\Core\Model\Layout.php:555 Stack trace: #0 …
Sher Ali
  • 523
  • 1
  • 4
  • 10
39
votes
1 answer

What are the "Internal Relations" defined in phpMyAdmin?

In the phpMyAdmin relation view, there is a column for "internal relation" right next tor "foreign key constraint". I know what foreign keys are used for in mySQL, but I've never heard of internal relations. Is this a phpMyAdmin thing?
Tyler DeWitt
  • 23,366
  • 38
  • 119
  • 196
39
votes
9 answers

change default collation in phpmyadmin

It seems to me that phpMyAdmin imports tables by default with collation latin1_swedish_ci, how i change this?
Sergio del Amo
  • 76,835
  • 68
  • 152
  • 179
38
votes
6 answers

How to find out mySQL server ip address from phpmyadmin

I have access to my server's phpmyadmin. But how can I find that mysql's Ip address from phpmyadmin. My webserver and mysql is using different IPs. Is there any way to find this out?
Crd007
  • 473
  • 1
  • 7
  • 16
38
votes
26 answers

phpmyadmin Failed to set session cookie. Maybe you are using HTTP instead of HTTPS

I install PHP, Apache, and MySQL done and worked. When I finish installing Phpmyadmin, then open it has an error. Failed to set session cookie. Maybe you are using HTTP instead of HTTPS. I don't know why. How can I fix this?
Lancer
  • 566
  • 1
  • 5
  • 5
38
votes
9 answers

How to unhide a hidden table in PHPMyAdmin 4+?

I really thought there would be more answers on this already. However, I'm using PhPMyAdmin 4.3, and I accidently clicked the light bulb to hide a table. Now I can't find where to get it back. Anyone?? Thanks.. sorry if this is obvious.
Lee Fuller
  • 2,116
  • 3
  • 19
  • 27
38
votes
7 answers

phpMyAdmin allow remote users

I need to modify the file /etc/httpd/conf.d/phpMyAdmin.conf in order to allow remote users (not only localhost) to login # phpMyAdmin - Web based MySQL browser written in php # # Allows only localhost by default # # But allowing phpMyAdmin to…
Germano Massullo
  • 2,572
  • 11
  • 40
  • 55
38
votes
10 answers

Call to undefined function __() error - phpMyAdmin

When i want run phpMyAdmin on my browser, that show me this error: Fatal error: Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 229 Call Stack # Time Memory Function Location 1 0.0010 …
meysam
  • 1,754
  • 2
  • 20
  • 30
38
votes
19 answers

Import SQL file by command line in Windows 7

I want to import an SQL file (size > 500MB) into a database. I have wamp on my PC. Phpmyadmin does not work well with this size. I changed all parameters in php.ini (max_upload_size etc.). But it does not work for me. So I want to import it by…
Nisarg
  • 3,024
  • 5
  • 32
  • 54
38
votes
10 answers

phpMyAdmin: change default number of rows displayed?

By default, phpMyAdmin shows me 30 rows whenever I load a table (the query contains "LIMIT 30"). I generally want to see (up to) a few hundred rows. Is there a way to change that default setting?
Nathan Long
  • 122,748
  • 97
  • 336
  • 451
37
votes
5 answers

Completely removing phpMyAdmin

I installed virtualmin and phpmyadmin separately using the apt-get command. phpMyAdmin didn't work because of Virtualmin's security settings (suexec). When I visit mydomain.com/phpmyadmin, it would download the whole PHP page instead of execute…
webnat0
  • 2,646
  • 5
  • 29
  • 43
37
votes
9 answers

Viewing Content Of Blob In phpMyAdmin

Sorry for the Noob Question, but what does the circled button mean, and how can I view the content of a blob? (source: rigel222.com)
Joshua
  • 6,643
  • 15
  • 55
  • 76
37
votes
24 answers

#1045 - Access denied for user 'root'@'localhost' (using password: YES)

This might seem redundant but I was unable to find a correct solution. I was unable to login to mysql using the mysql console.It is asking for a password and I have no clue what I actually entered.(Is there a way to get the password or change…
Prakash
  • 7,794
  • 4
  • 48
  • 44
37
votes
3 answers

How do I search a MySQL database for a specific column name?

I'm trying to find if my database has a column named sort_method. I have had a look around the forums, but I don't seem to be able to find the right answer. My database has over 300 tables, so manually looking for it is not an option. I'm using SQL…
Ledgemonkey
  • 7,223
  • 12
  • 36
  • 56
36
votes
7 answers

Why my tables' names are converted into lowercase in phpmyadmin?

I am using wamp server 2.0 on Windows XP. Whenever I create a table with some uppercases in name, it is converted to lowercase. For example: I create: UserInfo phpmyadmin convert it to: userinfo I am using ubuntu/phpmyadmin in office but this…
Awan
  • 18,096
  • 36
  • 89
  • 131