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
-1
votes
2 answers

phpMyAdmin in a seperate domain in centos 7

The issue right now is that I want to maintain a database and I have planned to manage that with phpmyadmin and i have configured it but right now what it looks like is mydomain.com/phpmyadmin What now is I Want anotherdomain.com ==> phpmyadmin…
ram khanal
  • 23
  • 1
  • 4
-1
votes
1 answer

Why mysql server ignore cancel while deleting user

I created user called "Try" where global privileges I set it to all privileges and once I checked it and delete it with "Drop the databases that have the same names as the users." checkbox checked and go ahead click "go" I get this pop up and…
Gad
  • 113
  • 5
-2
votes
1 answer

Running phpMyAdmin from its Git Repo?

On all my servers, I run phpmyadmin using the STABLE branch of the phpmyadmin git repo (https://github.com/phpmyadmin/phpmyadmin/tree/STABLE). This allows for very easy updates/rollbacks. On occasion, phpMyAdmin will notify me that there is a new…
-2
votes
1 answer

MySQL , sysadmin, root access

When enter to terminal: MySQL -u root -p I get answer: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)bash: Cd: /path/to/directory : No such file or directory When i enter to terminal "superuser do -s" I get…
-3
votes
1 answer

Can't login into phpmyadmin but password is correct

I'm trying to login into my phpmyadmin but it keeps redirecting me back to the login page. My username password should still be correct becuase my website is still functioning and I can even login to my mysql using putty. I was getting "Cant…
-3
votes
1 answer

Edit MySQL my.cfn With phpMyAdmin

I want to edit my.cfn file. Can I do it with phpMyAdmin (Version 4.4.15) and where can I find this file?
Mik Abe
  • 3
  • 3
-3
votes
1 answer

Amazon EC2 vs Google App Engine

For a Vaadin App, that uses a MySQL database and must have lots of files uploaded, which cloud platform is better? Amazon EC2 or Google App Engine? Can I use phpmyadmin in both? Better in terms of: Cost Performance Deployment and testing ease of…
jhugo
  • 3
  • 2
1 2 3
14
15