Questions tagged [phpmyadmin]

phpMyAdmin is a popular tool for administrating MySQL (and similar) databases

PMA is best known as a GUI for managing not only the data within a database, but the table structures as well. Because and other MySQL forks are similar enough they can also be administrated with this tool.

https://www.phpmyadmin.net/

phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.

Questions about this tool should be focused on the problems with setting it up and not using it to manage the database.

217 questions
0
votes
0 answers

phpmyadmin ubuntu 14.04 login with no visible error displayed

I had working Phpmyadmin installed on Ubuntu 14.04 after some mysql installation I also reconfigured phpmyadmin. After that I am not able to login when I login with the root and the correct password that was set during the installation it refreshes…
chuman
  • 1
  • 1
0
votes
0 answers

Setting up phpMyAdmin on a 1&1 Managed Dedicated Server

I'm trying to set up phpMyAdmin on my Managed Dedi Server from 1&1 so that I don't have to log into my 1&1 Account to access the databases / so that my developers don't have to know my account details. The Host Name I use to connect to databases…
0
votes
1 answer

phpmyadmin 403 Forbidden on Nginx server

I've installed phpmyadmin from remi repo on my Nginx server on Centos 6.x and then I linked "/usr/share/phpMyAdmin" to "/var/www/phpmyadmin". Main website is located on "/var/www/example_domain". now I see 403 forbidden when I open…
eArmin
  • 139
  • 2
  • 6
0
votes
1 answer

phpmyadmin fails to load "PHP message: PHP Fatal error: Class 'PMA_Message' not found in /usr/share/phpMyAdmin/libraries/Message.class.php"

After upgrading some of the php libraries on our server phpmyadmin failed to load. I see the following error on my web browser when trying to access browser phpMyAdmin - Error Cannot start session without errors, please check errors given in your…
nelaaro
  • 644
  • 4
  • 10
  • 27
0
votes
2 answers

Phpmyadmin on IP (not domain) and SSL

My phpmyadmin installation is like http://my-IP/phpmyadmin NOT http://mydomain1/phpmyadmin + http://mydomain2/phpmyadmin + http://mydomain3/phpmyadmin In other words my only phpmyadmin installation make use different domains (very simple site,…
0
votes
0 answers

phpmyadmin doesn't log access

I just wanted to install fail2ban also for phpmyadmin as described in another post. Then I found out that phpmyadmin doesn't log access on my apache. I installed phpmyadmin as follows: apt-get install phpmyadmin use with apache - added this line to…
No3x
  • 101
  • 1
  • 2
0
votes
0 answers

Random 502 errors only with phpMyAdmin throgh nginx/php-fpm, with php segfault

I'm using nginx and php-fpm on many servers. Some have php 5.4 with APC and others 5.5 or 5.6 with opcache. PhpMyAdmin on servers on 5.4 work without any problems. PhpMyAdmin on servers on 5.5 or 5.6 throw 502 errors randomly. All websites hosted on…
nyro
  • 101
  • 2
0
votes
0 answers

Cannot install php-mysql

I have a VPS with CentOS 6.6 x86-64 and ISPManager, PHP 5.4.43, Server version: 5.5.45 MySQL Community Server (GPL) by Remi and an version phpMyAdmin. I upgraded php from 5.3 to 5.4 and mysql from 5.1 to 5.5. After upgrade I cannot login to…
0
votes
0 answers

How can I maintain logins to multiple hosts in phpMyAdmin

I'm attempting to setup phpMyAdmin to administer multiple MySQL servers from a single instance. I've modified the sample config that was included in /usr/share/doc/phpmyadmin/examples/config.manyhosts.inc.php (the server is running Debian…
0
votes
1 answer

phpMyAdmin can't connect to local MySQL server through socket '/var/lib/myseql/mysql.sock'

I'm trying to get phpMyAdmin working, connecting locally to mysql from Centos 6.3 running in VMWare Player. mysqladmin -u root -p status indicates that mysql is running. Both my.cnf and config.inc.php point to socket…
sandhi
  • 1
  • 1
  • 1
0
votes
1 answer

phpMyAdmin auth not with mysql credentials

I wish to set up an HTTP authentication for phpMyAdmin that does not use the existing mysql users. I have this options for $cfg['Servers'][$i]['auth_type'] string ['HTTP'|'http'|'cookie'|'config'|'signon'] None allows me to define an…
Elzo Valugi
  • 387
  • 2
  • 4
  • 15
0
votes
1 answer

WAMP: phpmyAdmin gives access denied after I create password using cmd.exe

Hi I'm pretty new to the WAMP scene, I've just downloaded WAMP from: http://www.wampserver.com/en/download.php And got it installed with ease. I've set up a password to MySQL using cmd.exe on Windows (7, 64-bit) using the following…
user59631
0
votes
1 answer

How to access phpmyadmin from other computer in the same network?

What do I configure in wampserver so that I could access phpmyadmin from other computer in the same network. And how do I access it from the browser?
user28233
  • 125
  • 1
  • 3
  • 12
0
votes
0 answers

PHPMyAdmin login with different ip

I am trying to login to my phpmyadmin portal with an account created under a certain ip and not localhost. How can i allow that? I have already changed my config file to look like this. $cfg['Servers'][$i]['host'] = '149.102.148.225'; And that does…
0
votes
1 answer

Unknown MySQL syntax error during the WordPress installation

I'm trying to install Wordpress on my local server according to instruction described on this page And now I'm stuck on this step: GRANT ALL ON wordpress_db.* TO 'wp_user'@'localhost' IDENTIFIED BY 'password'; Tried this command replacing 'password'…
ghostone
  • 5
  • 1