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
147
votes
18 answers

Error Dropping Database (Can't rmdir '.test\', errno: 17)

Basically, I was taught on how to create a root password using the "mysqladmin -u root -p password" command, this was done all through the windows command editor. Now, the next process was to display the default databases (info. schema, mysql and…
Sid
  • 1,655
  • 2
  • 13
  • 9
147
votes
26 answers

phpmyadmin logs out after 1440 secs

In my local development Ubuntu box I use MySQL and phpmyadmin to work with the database. Whenever phpmyadmin is idle for 1440 secs (24min) the session expires. I lose my place and have to login and start over. I tried changing the…
sandeep
  • 3,061
  • 11
  • 35
  • 54
145
votes
14 answers

Is there a way to view past mysql queries with phpmyadmin?

I'm trying to track down a bug that's deleting rows in a mysql table. For the life of me I can't track it down in my PHP code, so I'd like to work backwards by finding the actual mysql query that's removing the rows. I logged in to phpmyadmin, but…
chris1979
  • 2,667
  • 3
  • 16
  • 6
139
votes
5 answers

How can I edit a view using phpMyAdmin 3.2.4?

I need to simply edit a very complicated view in phpMyAdmin 3.2.4 but I cannot figure how to do that. Any suggestions? Thanks!
TheDarkMist
  • 1,515
  • 2
  • 10
  • 6
138
votes
15 answers

"Connection for controluser as defined in your configuration failed" with phpMyAdmin in XAMPP

I have just installed XAMPP on my Windows XP machine, and I get an error saying: Connection for controluser as defined in your configuration failed. Before I installed XAMPP, I had a MySQL database installed and it had a password. I changed and…
user1410081
136
votes
7 answers

How to log in to phpMyAdmin with WAMP, what is the username and password?

What does the word "root" mean in phpMyAdmin? Whenever I write localhost/phpmyadmin on the address bar, I am asked to enter a username and a password, but I don't know what they are. I don't remember when and where I set them. From where can I get…
mfs
  • 3,984
  • 6
  • 32
  • 51
133
votes
10 answers

Auto increment in phpmyadmin

I have an existing database using PHP, MySQL and phpMyAdmin. When users become a member on my website, I need the system to create a unique membership number for them using a five digit number. for e.g 83773. I guess it is like generating a random…
JaYwzx Wong
  • 1,347
  • 2
  • 11
  • 9
121
votes
17 answers

Delete a database in phpMyAdmin

By mistake, I have created a duplicate database in the phpMyAdmin page of cPanel. I want to delete this database, but I am not able to find any delete button in the UI. How to delete a database in phpMyAdmin?
coder
  • 1,809
  • 4
  • 19
  • 24
121
votes
20 answers

#1142 - SELECT command denied to user ''@'localhost' for table 'pma_table_uiprefs'

Hopefully someone can help me, for I have queried the web with no success or concrete answer to this error. I’m using Windows and Xampp. Here is the error I am getting after I have recently imported the database into phpmyadmin… #1142 - SELECT…
user1558832
  • 1,255
  • 2
  • 9
  • 6
116
votes
10 answers

SQL: deleting tables with prefix

How to delete my tables who all have the prefix myprefix_? Note: need to execute it in phpMyAdmin
Deniz Zoeteman
  • 9,691
  • 26
  • 70
  • 97
111
votes
6 answers

Installing PDO driver on MySQL Linux server

I was suggested, not long ago, to change my code to use PDO in order to parameterize my queries and safely save HTML in the database. Well, here are the main problems: I looked at http://php.net/manual/en/ref.pdo-mysql.php, and I don't really get…
Yuri Scarbaci
  • 1,475
  • 2
  • 11
  • 13
111
votes
23 answers

How to import large sql file in phpmyadmin

I want to import a sql file of approx 12 mb. But its causing problem while loading. Is there any way to upload it without splitting the sql file ?
Jasmeet Kaur Chauhan
  • 1,329
  • 2
  • 11
  • 16
110
votes
19 answers

mysqli_real_connect(): (HY000/2002): No such file or directory

mysqli_real_connect(): (HY000/2002): No such file or directory PhpMyAdmin error on MacOS. I want answer I really have no idea what I need to do to resolve this.
luigi
  • 1,111
  • 2
  • 7
  • 3
104
votes
12 answers

Create a root password for PHPMyAdmin

PHPMyAdmin is giving me a message saying that the user (root) does not have a password. So, how can I create one?
Daniel Montenegro
  • 1,491
  • 2
  • 15
  • 15
103
votes
19 answers

Error loading MySQLdb Module 'Did you install mysqlclient or MySQL-python?'

I am using windows 10 command line for a django project using python34 however, I am facing difficulties with SQL. I have already installed mysqlclient using pip install mysqlclient==1.3.5 and located the file to make sure I was not delusional. I…
PrimeBenefiter
  • 1,043
  • 2
  • 8
  • 9