The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
13 views

PHPMyAdmin removes the primary key for MySQL table

First of all, I'm sorry for the ambiguity in this question. Because I don't know what the exact problem is, so I'm hoping somebody here faced the same issue and will be able to know what I'm doing ...
-1
votes
1answer
20 views

phpMyAdmin: Make foreign relation more readable [closed]

I am adding some foreign relations in phpMyAdmin to make data more easily accessible when adding rows. How can I make the foreign relation value stay as is (ex. ad6c68d9c365364f437e4a569765de2e) but ...
0
votes
1answer
30 views

Insatall phpMyAdmin in CentOS vps

I can make a account in host1free.com.And now I had a vps server In this vps server opreting system is centOS and I can not use it before so I am newbie for this and I want to install a phpmyadmin in ...
1
vote
1answer
80 views

how to create table relationship diagram in phpmyadmin?

I want to create table relationship diagram in phpmyadmin. Anyone is there for the solution? Other necessary details Apache Version :2.2.22 PHP Version :5.4.3 MySQL Version :5.5.24 Wamp Version ...
0
votes
1answer
75 views

How can I install PHPmyadmin on Mac Lion using Homebrew

How can I install PHPmyadmin using homebrew, if that possible. I'm using Mac 10.7. I installed Homebrew, and it's working perfectly. I use it to download php 5.4 and mysql. Both are working ...
0
votes
0answers
33 views

Phpmyadmin does not work anymore after virtualmin update

I updated Virtualmin a few days ago, but have a problem now with PhpMyAdmin. After the update (which could have been from a while ago as I didn't run an update for a while) there were security ...
0
votes
5answers
27 views

phpMyAdmin - table names

When you have a table called sheep and you would like to call it c what would be the correct way to do this in phpMyAdmin when writing the query
0
votes
1answer
34 views

Problems accessing mysql database on server from other PCs

I have installed xampp on a server PC. I want to access it from other PC through mysqlworkbench or even access it through server ip and phpmyadmin page. I tried configuring the httpd-xampp.conf file ...
0
votes
0answers
22 views

PhpMyAdmin keeps refreshing automatically on Chrome in Ubuntu?

When I log in to it (running on localhost) it keeps refreshing like crazy. It works alright in firefox though. Anyone had this problem before?
0
votes
0answers
94 views

XAMPP phpMyAdmin failed with #2002

New test server running Windows 7 64 bit. I installed XAMPP and created a seperate user other than the root. When I created another account and initiated XAMPP I was able to get localhost but when ...
1
vote
2answers
179 views

Is there any way to generate DDL SQL statements from database?

Given already created SQL databases, is there any way to generate the DDL SQL statements to recreate the database?
8
votes
3answers
470 views

I can't open phpMyAdmin, get error 301 or 500

I've installed phpMyAdmin, but I can't open it on any browser: I get a 301 redirect(*) if I browse to http://localhost:8080/phpmyadmin. If I add a / to the end of the addres, I get a 500 error status ...
1
vote
0answers
78 views

Row is not deleted in PHPMyAdmin

I am having problem deleting a row in PHPMyAdmin. I click the 'Delete' button to delete the row, at the top it says Showing rows 0 - 0 ( ~1 total , Query took 0.0004 sec) SELECT * FROM ...
1
vote
2answers
497 views

Completely removing apache + phpmyadmin + php from Ubuntu?

I am trying to completely remove apache + phpmyadmin + php from my Ubuntu operating system. For phpmyadmin i tried sudo apt-get autoremove phpmyadmin but the files were still in the /etc/ folder. ...
0
votes
2answers
299 views

Can't open and lock privilege tables: Table 'mysql.host' doesn't exist

i am working on windows 7 ..i am using xampp . i restarted my computer then after that when open the mysql yog..then it gives me an error error no 2003 can't connect to mysql server on localhost ...
0
votes
0answers
226 views

localhost and phpmyAdmin not working in wamp

i installed wamp server and the server is online, the issue is, when i try to login using http://localhost/ and http://localhost/phpmyadmin/ i get an error saying : Forbidden You don't have ...
0
votes
1answer
542 views

Running phpmyadmin xampp Ubuntu 12.10

I know it is a common problem and there are many solutions on the web but I'm trying everything and anything is working, I can't have phpmyadmin running on my machine. I installed XAMPP through: sudo ...
0
votes
0answers
18 views

Object not found show in phpmyadmin

I installed xampp in window 7 . but whenever i tried to click home button in phpmyadmin . the url turn weird and it doesn't redirect to ...
1
vote
1answer
482 views

phpMyAdmin is showing 403 Forbidden

I have just changed my www folders permission to 777 using this command sudo chmod -R 777 www And now when I try to open phpMyAdmin in browser and it is not opening and showing 403 Forbidden Error ...
0
votes
0answers
233 views

Configuring phpmyadmin.site.com subdomain with nginx

I have a Rails site being served by nginx. I want to also have phpmyadmin for the same data. My phpmyadmin is installed in /use/share/phpMyAdmin I wrote this in in my nginx.conf file: server { ...
1
vote
2answers
452 views

phpmyadmin wont work on fresh ubuntu 12.04 vb setup

I regularly set up virtualbox ubuntu setups to run as local webservers. I have set these up several times and never had an issue. However, something has changed: 1)vb guest additions no longer allow ...
0
votes
1answer
241 views

Export all posts as CSV from WordPress DB and open in OpenOffice/Excel

I am exporting all of my posts from phpMyAdmin as a CSV file using , as the column seperator and "" as the text delimeter. The export works fine but when I open it up in something like OpenOffice, ...
0
votes
1answer
106 views

Is there an online, public MySQL database manager? [closed]

I'm looking for a site/web application that acts as a MySQL database manager (like phpMyAdmin), that is public for everyone to use by inserting their server's host and MySQL credentials. I know I have ...
0
votes
0answers
88 views

login in phpMyAdmin loops me back to the login page

So I tried to login to an instance of phpMyAdmin running on my local machine. When I click the button, I come right back to the login page with no errors. This is a fresh install, and I'm trying to ...
2
votes
2answers
2k views

can't login in phpmyadmin and mysql after fresh installation of lamp server and phpmyadmin on ubuntu 12.04 LTS

I am trying to search a solution for this problem, but didn't find a solution. I am getting an error while login in phpmyadmin #1045 Cannot log in to the MySQL server Connection for controluser as ...
1
vote
1answer
176 views

Config setting to open phpMyAdmin in default browser?

Is it possible to configure phpMyAdmin to open with the default browser? I searched in the .ini files in case there might be some string related to 'browser' or 'mozilla' etc, but couldn't find ...
0
votes
0answers
141 views

Need Step by Step to Restore MySQL databases via phpmyadmin 3.4.10.1

Am doing some testing of a web app in multiple locations and have a MySQL backup script that runs regularly on the live data. I want to restore this to another server and have moved the respective ...
0
votes
0answers
441 views

xampp can’t login phpmyadmin using known good user/pw

I’m running Windows XP SP3, xampp v1.7.7. I had previously saved my root password in a plain text file. I ran phpmyadmin a few minutes ago, and it worked fine. Then I executed a big .sql file using ...
0
votes
1answer
164 views

Connecting to my new server [closed]

I have bought the hosting and now I have successfully created a database and new user and I have enter phpmyadmin from cPanel to create database. Now everything is done. But where can I find ...
1
vote
1answer
341 views

How can I see the entire table description in phpMyAdmin?

phpMyAdmin allows someone creating a table to add table comments: The problem is, when you view a table it doesn't show the complete contents of the field if it's longer than a specific number of ...
0
votes
1answer
777 views

getting a weird error whenever I try restarting apache

I'm trying to install apache, php5, mysql, and phpmyadmin. And I'm following a tutorial but this error keeps happening here's the error: apache2: Syntax error on line 227 of ...
1
vote
0answers
82 views

How can I make phpMyAdmin show the queries it runs?

Is there an option to make phpMyAdmin more verbose and tell what queries it runs? For some actions it does show the query but for most it doesn't.
0
votes
3answers
144 views

A site created on the Mac opens as a directory

I placed a phpmyadmin directory in the sites folder on the Mac. When I open the location of phpmyadmin in the browser, http://new-host-w.home/~username/phpmyadmin/ it opens as a directory instead of ...
0
votes
1answer
267 views

Cannot Login To phpMyAdmin

I'm running a simple LAMP server at home from which I host a personal blog. The server is running Arch Linux, with the latest-and-greatest versions of Apache, MySQL, and PHP. In order to easily ...
0
votes
1answer
1k views

Setup phpMyAdmin on CentOS VirtualBox

I installed phpMyAdmin from sourceforge, following this tutorial. However, when I login, I see this notice: The phpMyAdmin configuration storage is not completely configured, some extended ...
1
vote
1answer
2k views

How can I create an ERD for my phpmyadmin database?

Is there a way I can create an ERD for my PHPMyAdmin database?
1
vote
4answers
666 views

Mac - Better GUI MySQL tool than phpMyAdmin [closed]

I've been running into a lot of shortcomings with phpMyAdmin, especially when it comes to anything Foreign Key related. Imports and Exports can be shady, and working with large amounts of data is a ...
0
votes
1answer
209 views

Can't remove phpmyadmin because of file lock

I interrupt my remote-session during the installation of myphpadmin. Now I want to remove and reinstall it. Now suddenly when I type in sudo apt-get remove phpmyadmin the following error message ...
3
votes
1answer
435 views

Phpmyadmin will not allow empty password

I am running Ubuntu 11.04 and I installed phpmyadmin(version 4:3.3.10-1). But when I try to use phpmyadmin, I get the error message as Login without a password is forbidden by configuration (see ...
1
vote
1answer
484 views

phpMyAdmin 3.4.4 install over MySQL 5.1 database with cookie authentication fails

I can't log into my instance of phpMyAdmin via cookie authentication using Google Chrome. I keep getting bounced back to the login page with a warning about cookies. I'm running Ubuntu 10.04.2 LTS ...
1
vote
2answers
4k views

WAMP MySQL Service will not start

I did a fresh install of WAMP (v2.1) and it works excep the MySQL isn't starting.... here: and everytime I press "Start/Resume Service", NOTHING happens. I go to my.ini and put in a password.Then ...
0
votes
1answer
579 views

phpMyAdmin in Google Chrome

I am trying to become a devoted Chrome user however this is just one problem. I also spend a lot of time inside of phpMyAdmin and for some reason I cannot seem to resize the frame. Is there an ...
3
votes
1answer
668 views

Make the table listing show entire fields

I'd like to know if a way exists to make PHPMyAdmin show entire fields in the table browsing tab. Right now I have a TEXT field and I can never read the entries in their entirety. How can I do that?
0
votes
2answers
1k views

Unable to create PDF graphics of Database layout using phpmyadmin

I have phpMyAdmin 3.4.2 setup on a Windows 7 system. And following versions of PHP and Mysql are installed - PHP Version 5.3.6 mysqlnd 5.0.8-dev - 20102224 - $Revision: 308673 $ (appears in the ...
0
votes
2answers
325 views

Convert a table into text file in phpmyadmin

I am using phpmyadmin on ubuntu to import a table, and I used this command select * from questionresults into outfile 'training.txt' to convert the table into text file, but I cant find where ...
0
votes
1answer
302 views

Cannot access PHPMyAdmin after installing Django

I usually access phpMyAdmin on my server by going to www.mysite.com/phpMyAdmin, however after I've installed Django, when I go to the mentioned address, I get the Django It worked page. Any ...
7
votes
6answers
19k views

How to install PHPMyAdmin on Linux EC2 instance?

I just finished setting up a default Linux EC2 instance and would like to install PHPMyAdmin. I already have Apache and MySQL installed but cannot seem to install PHPMyAdmin. I tried using sudo ...
3
votes
2answers
7k views

Where is the PHP log file located on Mac OSX?

I am having issues with phpMyAdmin on my Mac. I cannot seem to connect to the local MySQL server. When I try to log in I get the following message Cannot start session without errors, please check ...
1
vote
1answer
756 views

Chrome phpmyadmin Saved Password not coming up anymore

I'm using Chrome with 2 installs of phpmyadmin (3.3.2deb1 and 2.11.8.1deb5+lenny8). Since about 3 weeks ago, chrome does not remember the saved password anymore and doesn't prompt to save it. Both ...
0
votes
1answer
6k views

phpMyAdmin: Cannot load mcrypt extension. Please check your PHP configuration

I get this error message on the phpMyAdmin login page: phpMyAdmin: Cannot load mcrypt extension. Please check your PHP configuration. Does someone knows the reason for it? Thanks, Udo

1 2