Top "Phpmyadmin" questions

phpMyAdmin is an open-source, web-based MySQL administration tool written in PHP.

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 …

mysql django phpmyadmin timeout logout
How to Solve the XAMPP 1.7.7 - PHPMyAdmin - MySQL Error #2002 in Ubuntu

I have been through lots of forums and checked various posts on similar topic but non seems to work out …

mysql ubuntu phpmyadmin xampp mysql-error-2002
#1025 - Error on rename of './database/#sql-2e0f_1254ba7' to './database/table' (errno: 150)

So I am trying to add a primary key to one of the tables in my database. Right now it …

mysql sql phpmyadmin innodb mysql-error-1025
PHP Fatal error when trying to access phpmyadmin mb_detect_encoding

Not sure what happened, but below is what the log is giving me when trying to access phpmyadmin, please help. …

php phpmyadmin fatal-error
Connection for controluser as defined in your configuration failed

I've already looked into this but since I am running on Ubuntu 10.04 instead of XAMPP and have already created the …

phpmyadmin ubuntu-10.04 mysql-5.1
Error #1044 - Access denied for user 'root'@'localhost' to database 'information_schema'

Alright, so here is the scenario I performed a full backup on my mysql server today. Now when I try …

sql phpmyadmin information-schema
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 …

mysql sql joomla phpmyadmin
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 …

phpmyadmin mamp
Error in phpMyAdmin after updating to v4.8.0: The $cfg['TempDir'] (./tmp/) is not accessible

phpMyAdmin worked fine with v4.7.9. Now after updating to v4.8.0 today (replacing the old phpmyadmin folder against the new one) …

php mysql linux phpmyadmin
SQL: deleting tables with prefix

How to delete my tables who all have the prefix myprefix_? Note: need to execute it in phpMyAdmin

mysql phpmyadmin sql-drop