Questions tagged [phpmyadmin]

A web application that allows users to manage a MySQL database.

A web application that allows users to manage a MySQL database. Download it at http://www.phpmyadmin.net/home_page/index.php

80 questions
8
votes
5 answers

How to login as another user in phpmyadmin

I installed phpmyadmin in Win7, and if I type http://localhost/phpmyadmin/index.php in the browser, it will log in phpmyadmin as root user by default. I created a new user but still there's no login window... every time it logs in as root by…
manxing
  • 181
  • 1
  • 1
  • 3
5
votes
1 answer

Phpmyadmin error 403 - No matching DirectoryIndex (index.html) found, and server-generated directory index forbidden by Options directive

I installed phpmyadmin over a year ago. I use MAC OS 10.10.4. I don't use Xampp. My installation Folder is /Library/Webserver/Documents/phpmyadmin. Now when I try to access phpmyadmin with that url, http://localhost/phpmyadmin/, i have: 403…
5
votes
3 answers

phpMyAdmin: Remove Table Drop and Empty Controls

I'm not sure this is the place to post this as there are very few questions tagged phpMyAdmin; I thought of stackoverflow, but it's not really programming. In any case, mods should feel free to move this to whatever SE site is appropriate... I'm…
EmmyS
  • 365
  • 1
  • 4
  • 13
4
votes
2 answers

Unable to export Magento database using Xampp PhpMyAdmin due to too many input fields that exceed PHP max_input_vars

While exporting Magento database from xampp (using PhpMyAdmin).I am getting error .sql file. and also getting a warning message during export start. Warning: a form on this page has more than 1000 fields. On submission, some of the fields might be…
Abdul Aziz
  • 143
  • 3
4
votes
1 answer

phpMyAdmin no longer notifying me of updates

I'm used to seeing phpMyAdmin notify me of updates fairly frequently so when a few weeks went by without any notifications I headed over to the official site to discover that my installation was out of date. What I can't determine is why the…
j08691
  • 141
  • 5
4
votes
2 answers

Add more than one host to user login privileges in phpMyAdmin

As the title reads, I want to add more than one host into the Host field in phpMyAdmin's user privileges, to allow a user to login from a number of different hostnames. How can I accomplish this?
loklaan
  • 143
  • 1
  • 1
  • 5
4
votes
4 answers

No databases showing in phpMyAdmin

My website is hosted in shared hosting service and is working fine with updated news stored in MySQL database. To manage the database of website, I install phpMyAdmin in a sub-folder with the same username and password used in website. When I login…
Thein Hla Maw
  • 171
  • 1
  • 1
  • 5
4
votes
1 answer

How to create user in phpmyadmin to connect two servers?

IP my Website: 192.168.19.33 and IP Database server is: 192.168.19.41. How to create user account in phpmyadmin for the connection between the two servers? And how to edit this…
mySun
  • 181
  • 1
  • 10
3
votes
1 answer

debian phpmyadmin - Call to undefined function __()

I recently upgraded my debian installation from wheezy to jessie. Now I get only blank pages when accessing phpmyadmin. The apache log says: Fatal error: Call to undefined function __() in /usr/share/phpmyadmin/libraries/core.lib.php on line 235 I…
Bytemaster
  • 49
  • 1
  • 3
3
votes
2 answers

Does Google Show Phpmyadmin URL of site in search result

I've extracted phpmyadmin in public folder, and named it phpmyadmin-012940912830 Now I can access it using, mysiteurl.com/phpmyadmin-012940912830, I don't want anyone to know about this URL but what if google index it and show when someone search…
3
votes
3 answers

Accessing PHPMyAdmin via URL (without cPanel)

I am having issues accessing PHPMyAdmin from cPanel. It will not allow me to as I am logged in a root. I cannot seem to be able to make another account for cPanel either, and research indicates this is not possible. I thought I could just login…
MeltingDog
  • 1,373
  • 3
  • 21
  • 36
3
votes
2 answers

Problems with phpmyadmin

I already worked a lot with wampserver but it's the first time i have a problem with it. After I downloaded it wanted to create a database in phpmyadmin, and then it says: "Forbidden. You don't have permission to access /phpmyadmin/ on this …
3
votes
0 answers

Can't log in to phpMyAdmin after removing MySQL root password

I get this messege: #1045 - Access denied for user 'root'@'localhost' (using password: YES) I tried changing the password in phpMyAdmin config.inc.php from root to '' but all I got was Cannot connect: invalid settings.
ilyo
  • 131
  • 1
  • 3
3
votes
4 answers

PhpMyAdmin keeps redirecting to login screen

I'm having troubles logging in to PhpMyAdmin. When I press "login" after typing in my credentials, it just keeps going back to the login screen. I could login perfectly a few days ago. I don't know what I've done that's causing this. I can login to…
mattyh88
  • 161
  • 2
  • 2
  • 3
3
votes
2 answers

is there a program that performs CRUD functions with phpMyAdmin?

I need to enable a client to be able to be able to create, update and delete items from a mysql database, but it'll be too confusing for him to do it via phpmyadmin. Is there a program for users to use that is a lot simpler that will do exactly the…
Nicola
  • 31
  • 1
1
2 3 4 5 6