phpmyadmin is a web-based mySQL administrator front end, written in php
-3
votes
1answer
21 views
phpmyadmin keeps redirecting to login page without error [closed]
Suddenly, my phpmyadmin page can't enter the main page and keep redirecting to the same login page without error messages, although I can login to mysql through shell. I don't updates or changes any ...
0
votes
0answers
31 views
Strange CPU cycles and slow queries
My database (XAMPP) runs at almost 350 questions a second is 99% in the SELECT category. The website I'm running is heave on timed ajax calls that refresh data every 10 seconds. During this, there are ...
-5
votes
1answer
33 views
Process still running from a deleted chroot? [closed]
so I come to you with a somewhat interesting problem.
I had a chroot running that had an entire lamp server installed and running on it. I tried to purge and remove the lamp server but messed up ...
0
votes
1answer
19 views
Yum not Detecting phpMyAdmin Updates
Yum seems to not detect any updates for phpMyAdmin. Upon installing, it installed a slightly outdated version, but no updates have been noticed since. Even though phpMyAdmin says "new update ...
-1
votes
1answer
34 views
How to setup local apache system link to live domain? [closed]
How to setup a local database or apache link to my live domain?
For example:
www.mywebsite.com/test
The test's folder is located at my local machine c:\mywebsite\test\ ,
and the database /mySql is ...
0
votes
1answer
29 views
Give non-root user access to log into phpMyAdmin [closed]
I'm attempting to give a non-root mysql user access to log into phpMyAdmin and only see the DB they have access to.
I've already looked at the following articles and tried their advice:
Configuring ...
0
votes
0answers
40 views
Cant connect to mysql server
I'm trying to configure a freshly installed mysql server to listen on port 3306.
I've removed skip_networking, I have changed bind-address=172.20.33.1 (which is my server ip) and it completely ...
0
votes
1answer
43 views
How do I get my ubuntu server to listen for database connections?
I am having a problems connecting to my database outside of phpmyadmin.
Im pretty sure this is because my server isn't listening on port 3306.
When I type:
sudo netstat -ntlp
on my OTHER working ...
0
votes
0answers
102 views
Apache & MYSQL shutdown unexpectedly - No Skype Installed [closed]
I'm currently in the process of trying to configure my memory stick to work as a localhost. I'm doing this to work with MYSQL and phpmyadmin.
At the moment, I cannot even get Apache to run. The same ...
-1
votes
0answers
22 views
phpmyadmin showing blank page [closed]
So i recently upgrade my phpmyadmin based on the suggestion Here (first answer)
Sadly after i have done everything my phpMyAdmin showing nothing but a white blank page.
I already set php.ini to show ...
0
votes
0answers
41 views
Mysql database on ubuntu server not accepting connections
I am having problems with my database. The only way I can connect to it is via phpmyadmin. I try to use the same username and password to connect to the database in 'SQL PRO' and I get the following ...
-2
votes
0answers
16 views
How can I access PhpMyAdmin on XAMPP witch custom DocumentRoot? [closed]
I have XAMPP installed in my /opt directory. Since I want my web projects to be in my home directory, I changed the DocumentRoot in httpd.conf to that directory.
When I try to copy over the ...
-2
votes
0answers
50 views
MAMP - phpMyAdmin #2002 - Can't connect to local MySQL server through socket '/Applications/MAMP/tmp/mysql/mysql.sock' [closed]
I was working on MAMP phpMyAdmin and everything worked well until i query an ALTER TABLE statement from SQL tab. Operation was too long to end so i decided to refresh my page. Since, i cannot reach ...
0
votes
0answers
27 views
How to do replication of data on mysql?
i am trying to do mysql replication for my site database. i searched on internet but did not get proper solution for replication. i am looking to do replication on same server.
0
votes
0answers
43 views
Webmin setup access for users to create databases in PMA
I'm using webmin 1.620 on my ubuntu server 12.04 machine to administrate my MySQL database.
I currently have multiple users in my mySQL server (john, bob, mary) and each has their own individual ...
0
votes
0answers
44 views
phpmyadmin will not launch - nginx config issue?
i installed mysql and phpmyadmin (and other apps) successfully on a centos 6.3 server with apache and then switched to nginx in place of apache.
i don't think i ever got nginx successfully configured ...
0
votes
1answer
26 views
Ubuntu IP Redirect [closed]
This is my problem. I have a Ubuntu computer running Apache/SQL/phpMyAdmin the goal that I want is that when someone logs on to the network if they type in encc in the url bar it will direct them to ...
0
votes
0answers
53 views
Phpmyadmin not working after Virtualmin security 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
1answer
130 views
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 ...
0
votes
0answers
60 views
phpMyadmin install - Error #1064
hey i have a very odd problem. my php scripts were reading and writing the proper info to mysql but phpmyadmin wasn't showing the updates. i decided to reinstall phpmyadmin but now only have error ...
0
votes
1answer
29 views
Table Locking - Large number of inserts - How do I identify the source of the inserts?
I usually post on Stack Overflow, but I think this may be the more appropriate forum for this question....
I have a dedicated server that servers several million pages monthly. We use LAMP.
We're ...
0
votes
1answer
161 views
Configuring phpMyAdmin with nginx (Fedora 17) for access at localhost/phpmyadmin
[Tried all answers on Stackoverflow, and searched on google a lot, but none of the configurations worked.]
I've installed LEMP server on Fedora using the guide on DigitalOcean ...
0
votes
1answer
149 views
Allow access to PhpMyadmin only on a specified virtualhost
I'm working on a multiple virtualhost Environment. I've installed PhpMyadmin for Mysql Remote Control.
Environment is configurate as below:
one.domain.com
two.domain.com
onlyphpmyadmin.domain.com
...
-1
votes
1answer
77 views
Problems with user's privileges, wordpress, phpmyadmin, my host provider and I hope that's all [closed]
So I've been trying to install a new wordpress site beside an already working site. I want to have 2 different databases, so i created a new one, and I didn't go very far from that. I get the message ...
-1
votes
1answer
72 views
Setting up VPS with MySQL - Can't find user and phpMyAdmin stopped responding [closed]
I'm helping out on a PHP project that was moved from a regular PHP hosting server to a VPS server due to load increase. The original site is somewhat simple. It only uses PHP 5.3, MySQL and Apache. ...
1
vote
1answer
97 views
Enable MySQL to use more than 1 core (multicore)
I am running a very intensive MySQL query and noticed that only 1 core is being used to 100% while the other cores are idle. The system is running Ubuntu 12.04 and MySQL 5.5.28
Is there a way to ...
0
votes
1answer
58 views
PHPMyAdmin login looks weird
I just installed PHPMyAdmin on a new machine, and unlike every other time, the login uses the "browser" login. In Safari, it says: To view this page, you must log in to this area on 102.54.*.2*8:80:
...
-1
votes
2answers
86 views
IP board not working on my new vps [closed]
my invision power board is not working on my new vps but it working on my old hosting provider's server.
ERROR:
Warning: Cannot modify header information - headers already sent by (output started at ...
1
vote
2answers
352 views
Error message with phpmyadmin when starting up apache
I'm trying to get phpmyadmin working with mysql(mariadb fork).
I get this error message in the browser when I try to access phpmyadmin:
> phpMyAdmin - Error The mysqli extension is missing. ...
0
votes
0answers
136 views
PHPMyAdmin Invalid authentication method set in configuration: cpanel [closed]
I followed the instructions here to update my phpmyadmin.
Now I get the error:
Invalid authentication method set in configuration: cpanel
Must be something with the config, but I'm not sure?
...
0
votes
1answer
76 views
Why is my phpMyAdmin page not interpreted from raw PHP code?
I am quite new to website construction. I have been practicing with MySQL and phpMyAdmin before, but only on localhost. It went well. But when I actually bought myself a domain name and changed the ...
1
vote
1answer
100 views
Are these malicious requests in my apache access log?
So I noticed that my apache access log is filled with these :
180.179.206.84 - - [06/Feb/2013:14:35:45 -0500] "GET ...
0
votes
1answer
526 views
phpmyadmin not working in webmin
I had installed phpmyadmin in my Redhat Linux server machine (64bit). After installation when I tried to access the same with the URL domain.com/phpmyadmin, it is showing an error:
The requested URL ...
0
votes
3answers
168 views
Point a subdomain to phpmyadmin installed on an ubuntu 12.04
I've been struggling a little bit with this setup. i've installed all the prerequisites for phpmydamin and itself is available at ip/phpmyadmin. Now i have a subdomain that i want to point to it. ...
0
votes
1answer
109 views
Updating phpMyAdmin
I'm running CENTOS 5.7 I have phpMyAdmin - 2.11.11.3 installed via yum.
Trying to update to 3.5.6.
If I run:
yum list installed | grep phpMyAdmin
I get:
phpMyAdmin.noarch ...
0
votes
1answer
83 views
Installing phpmyadmin on debian
I'm setting up a LAMP server, I installed apache2, mysql, and phpmyadmin via apt-get install, but I can't find phpadmin. It should be in 127.0.0.1/phpmyadmin, right? However, ...
0
votes
0answers
347 views
phpMyAdmin gives #1040 Cannot log in to the MySQL server error after a few weeks
I am running MySQL and phpMyAdmin (under Apache) on a CentOS VPS, everything works fine, but after a few weeks services using the database start having issues and all users except for root get the ...
2
votes
2answers
115 views
Apache / PHP request latency/execution time
I have a couple PHP applications running on an Ubuntu 10.04.4 server. One is a custom Yii application and one is PHPMyAdmin. Both applications recently started having very slow load times for ...
-1
votes
1answer
66 views
Downloading a MySQL database from phpMyAdmin or cPanel stops at 10MB [closed]
When I try to download my database (it's around 110MB) from phpMyAdmin or cPanel, the download stops at around 10-18MB.
I've also tried to download one table at once, but one table is 63MB.
I don't ...
0
votes
1answer
86 views
Pligg user verification error
i installed pligg CMS on my site. But the problem is if i choose to validate user email option, then if any user register on my site it is showing the error below:
"Could not instantiate mail ...
0
votes
1answer
55 views
MySQL table records changes every second
I was using a PHP script running on background to grab data and insert them into the mysql database... i stopped the PHP from logging and checked the table records, i found that its being changed ...
0
votes
0answers
16 views
phpMyAdmin Error on Fedora 17 using nginx [duplicate]
Possible Duplicate:
phpMyAdmin - Error on Fedora 17
We've setup our server on Fedora 17 and we're testing out things so that we can make sure that everything works before going live. ...
0
votes
0answers
107 views
phpmyadmin and phppgdmin not working with remote server
I have remote server pgsqldb01 where I have postgresql and mysql databases installed, and then I have websrv02, where I try to deploy phpMyAdmin and phpPgAdmin. My DB server is running openSUSE 12.2 ...
-1
votes
1answer
135 views
Can not access phpmyadmin in ubuntu server #2003 error while logging in
I set up a LAMP server on Ubuntu server. Now the thing is that PHP and Mysql are all properly installed and do work. Now I got phpmyadmin installed and connected to my host. Everything works fine ...
0
votes
2answers
65 views
I am trying to setup phpMyAdmin to use with a remote MySQL databases on Scientific Linux release 6.2
I am trying to setup phpMyAdmin to use with a remote MySQL databases on Scientific Linux release 6.2.
If I use the mysql command line to connect to the remote database it works great but if I use ...
0
votes
1answer
46 views
accessing phpmyadmin as root
Im trying to access phpmyadmin on my server as the user root. I type root as the username and blank as the password and its not letting me in. I setup phpmyadmin.conf to only allow access from my IP ...
-1
votes
1answer
150 views
phpmyadmin forbidden after changing config for my IP
I followed the phpmyadmin setup and changed the config to require ip my ipaddress and allow from my ipaddress and its still telling me forbidden You don't have permission to access /phpmyadmin on this ...
0
votes
3answers
97 views
How to update phpmyadmin on hosted website? [closed]
I have a personal home page and I decided to start a server. I use ipage.com and their phpmyadmin is an old version. How to update to the newest 3rd version? I've read documentations and the problem ...
0
votes
2answers
56 views
I am using apache mod rewrie to redirect http to https but now cannot connect to localhost/phpmyadmin
here is my /etc/apache2/sites-enabled/000-default
<VirtualHost *:80>
ServerAdmin admin@whereever.com
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://mysite.com
DocumentRoot ...
1
vote
1answer
162 views
Internal Server Error phpMyAdmin with suPHP
I recently installed phpMyAdmin on our dedicated server. It was working fine until we had disk space full and had to move /home to new partition. Now we are getting following error while visiting ...
