Questions tagged [phpmyadmin]

phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL with a web interface.

phpMyAdmin is an open source tool written in PHP intended to handle the administration of MySQL with the use of a web browser. It can perform various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing SQL statements; or managing users and permissions.

537 questions
80
votes
4 answers

How to access phpMyAdmin after installation?

I've installed phpmyadmin sudo apt-get install phpmyadmin. Of course, I have also mysql and a web server running properly. Now how can I reach it?
mcastel
  • 1,065
74
votes
10 answers

phpmyadmin is not working after I installed it

I am using ubuntu-11.04. I followed these steps on this site: Installing Apache2 With PHP5 And MySQL Support On Ubuntu | HowtoForge So far my apache2, php, and mysql are working fine except phpmyadmin... Whenever I run…
Moron
  • 2,065
21
votes
5 answers

How to increase phpmyadmin upload file size

I am not able to change the file size that phpmyadmin accepts for importing databases on my test server. I have changed all values I have some idea about in my.cnf: max_packet_size Key_buffer or the upload file size and max_post_size value in every…
Josh
  • 1,440
10
votes
1 answer

How do I upgrade the version of phpMyAdmin from 3.3 to 3.5?

I've installed phpMyAdmin and I want to change its theme, I want to install the Metro 2.0 theme from http://www.phpmyadmin.net/home_page/themes.php, but this theme is only compatible with the version 3.5 of phpMyAdmin, while my current version is:…
Croviajo
  • 1,154
7
votes
2 answers

Blank page when trying to reach phpmyadmin

I try to setup phpmyadmin to use mysql on my Ubuntu 16.04 machine. But when I go on "localhost/phpmyadmin" I only see a blank page. I've tried some things like to include the conf, but it didnt change anything (How to solve the phpmyadmin not found…
Christoph
  • 203
5
votes
2 answers

How do I remove suhosin?

In my PHPmyadmin I am seeing a warning message about Suhosin being installed, how can I remove this or disable it?
urok93
  • 1,959
5
votes
3 answers

How to start apache while it shows fail to stop apache

Stopping Apache...fail. apachectl returned 1. The status of the lampp is ok but the localhost is not opening,while stopping,it fails and the above error is shown.how to solve this problem? what are the commands for that ?
5
votes
3 answers

phpmyadmin: DROP DATABASE statements disabled

I just upgraded from 10.04 to 12.04. Now, when I try to drop a database in phpmyadmin it gives me an error saying that DROP DATABASE statements are disabled. After reading up on this I added this line $cfg['AllowUserDropDatabase'] = true; to the…
4
votes
1 answer

How to remove logout timer in phpmyadmin

I accidentally set timer to log me out of phpmyadmin to 0. Now when i log in, it logs me out immediately. I purged phpmyadmin, and after i reinstalled it, it still does the same thing
3
votes
1 answer

Help. php-mbstring : Depends: php7.0-mbstring, Unable to correct problems, you have held broken packages Ubuntu 16.04

sudo apt-get install phpmyadmin php-mbstring php-gettext Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible…
Fadlur
  • 33
3
votes
1 answer

No activity within seconds; please log in again

By mistake I reset all the configuration settings from phpmyadmin, Including the "Login cookie validity" which is typically set to 1440, Now i can't login to phpMyAdmin, How to get retain from these problem?
3
votes
2 answers

Can't install PHPmyadmin (package cannot be located)

I use Ubuntu 16.04 and had done various changed in my system in the last day. I can't exactly show all these processes here but I do ask for an advice on this particular issue, to understand what's going on: When executing: sudo apt-get install…
user423047
3
votes
2 answers

" Access denied for user 'phpmyadmin'@'localhost' " while installing phpmyadmin

I got " Access denied for user 'phpmyadmin'@'localhost' " in the process of installing phpmyadmin in Ubuntu 16.04
Sruj
  • 227
  • 1
  • 3
  • 14
2
votes
2 answers

PHPMyAdmin logs in automatically in Windows 10 but not in Ubuntu desktop 15.10

When I install WAMP and go to http://localhost/phpmyadmin in Windows 10 I'm logged in automatically, but in Ubuntu Desktop 15.10 it always asks me for the root user and the root password; While these two appear automatically I always need to click…
user423047
2
votes
1 answer

Internal Server Error on phpmyadmin Log in

I have installed phpmyadmin successfully from here. I could do LogIn into that without any problems before restarting machine. After restarting machine, when i'm going to localhost/phpmyadmin and enter the user(root) and its password(123456), it get…
Hamed Kamrava
  • 2,335
  • 11
  • 34
  • 49
1
2 3 4 5