473,399 Members | 3,603 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

database hangs in MyPHPAdmin/can't login to web site

I cannot log into our web site. I have a test web site and a real
site. On Friday I could log in and today Monday I cannot log in. I
have 2 databases In PHPMyAdmin, the real database and and a test
database site which used to be mirrors. Someone else did upgrade
work on the real site which I must troubleshoot because they are
gone.

Symptoms:I can select in myPHPadmin the test database but when I try
to switch in PHPMyAdmin from the test database to the real database
the myPHPAdmin tool hangs. At that point I cannot get back to either
of the other two databases.

As I mentioned none of the users can log in to the real web site/
database. When they do it just keeps loading.
(I am and have always used Mozilla). When I clear all the cookies/
sessions from mozilla I can go back to the login page otherwise it
just keeps loading. That is when I clear all cookies at least I can
go back to the login page. I still can't log in but it stops
everything from hanging.

The only idea I have right now is compare the real web site login page
to the test one line by line. I don't get any error messages. I just
can't log in. I would assume nothing has changed in the login page
and there is some process error?

It is a hosted database and I thought maybe the problem was with them
except they tested it and can't find a problem.

Why would selecting the real database hang in myPhpAdmin??? This
happens whether or not I try to log in to our site in the browser. So
since the real database is hanging in phpAdmin can I assume something
is wrong with that database and it is not the login page? What could
be wrong with the database itself? How can I troubleshoot it?

thanks,
Jun 27 '08 #1
2 2639
JRough wrote:
I cannot log into our web site. I have a test web site and a real
site. On Friday I could log in and today Monday I cannot log in. I
have 2 databases In PHPMyAdmin, the real database and and a test
database site which used to be mirrors. Someone else did upgrade
work on the real site which I must troubleshoot because they are
gone.

Symptoms:I can select in myPHPadmin the test database but when I try
to switch in PHPMyAdmin from the test database to the real database
the myPHPAdmin tool hangs. At that point I cannot get back to either
of the other two databases.

As I mentioned none of the users can log in to the real web site/
database. When they do it just keeps loading.
(I am and have always used Mozilla). When I clear all the cookies/
sessions from mozilla I can go back to the login page otherwise it
just keeps loading. That is when I clear all cookies at least I can
go back to the login page. I still can't log in but it stops
everything from hanging.

The only idea I have right now is compare the real web site login page
to the test one line by line. I don't get any error messages. I just
can't log in. I would assume nothing has changed in the login page
and there is some process error?

It is a hosted database and I thought maybe the problem was with them
except they tested it and can't find a problem.

Why would selecting the real database hang in myPhpAdmin??? This
happens whether or not I try to log in to our site in the browser. So
since the real database is hanging in phpAdmin can I assume something
is wrong with that database and it is not the login page? What could
be wrong with the database itself? How can I troubleshoot it?

thanks,
First of all, this isn't really a PHP question - it's a database question.

As to why it's hanging - you need to find out what was done over the
weekend. Then if you're still having problems, try comp.databases.mysql
with the information you got from your host.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Jun 27 '08 #2
On Jun 9, 2:39 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
JRough wrote:
I cannot log into our web site. I have a test web site and a real
site. On Friday I could log in and today Monday I cannot log in. I
have 2 databases In PHPMyAdmin, the real database and and a test
database site which used to be mirrors. Someone else did upgrade
work on the real site which I must troubleshoot because they are
gone.
Symptoms:I can select in myPHPadmin the test database but when I try
to switch in PHPMyAdmin from the test database to the real database
the myPHPAdmin tool hangs. At that point I cannot get back to either
of the other two databases.
As I mentioned none of the users can log in to the real web site/
database. When they do it just keeps loading.
(I am and have always used Mozilla). When I clear all the cookies/
sessions from mozilla I can go back to the login page otherwise it
just keeps loading. That is when I clear all cookies at least I can
go back to the login page. I still can't log in but it stops
everything from hanging.
The only idea I have right now is compare the real web site login page
to the test one line by line. I don't get any error messages. I just
can't log in. I would assume nothing has changed in the login page
and there is some process error?
It is a hosted database and I thought maybe the problem was with them
except they tested it and can't find a problem.
Why would selecting the real database hang in myPhpAdmin??? This
happens whether or not I try to log in to our site in the browser. So
since the real database is hanging in phpAdmin can I assume something
is wrong with that database and it is not the login page? What could
be wrong with the database itself? How can I troubleshoot it?
thanks,

First of all, this isn't really a PHP question - it's a database question.

As to why it's hanging - you need to find out what was done over the
weekend. Then if you're still having problems, try comp.databases.mysql
with the information you got from your host.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
You are right it is a mySQL error on the server. they haven't been
able to fix it or give me any info yet.
Jun 27 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: ahevans | last post by:
howdy all, I'm considering setting up php, mysql, apache and myphpadmin on my pc to run a site on. Now obviously I'm security concious which means I need to put the time in to do a bit of...
9
by: Pacific Design Studios | last post by:
I'm running ASP on IIS 5. My users who are on the network can access our database. Any users from the internet "outside" the network can't access it. We don't have a firewall. Our Windows Server...
2
by: harris | last post by:
I am needing some help with a few asp pages and a login script. Let me start by describing my project. I am trying to connect to a database and verify a users login and password, then based on...
6
by: Daven Thrice | last post by:
This may be a bit OT, although is such a thing exists, there is probably a way to connect an access form... I have a relatively small amount of data that I want to put up on the Internet in a...
0
by: psb | last post by:
I make a website for a company where sales reps from all over the country order literature. This is the 4th case where the exact same thing is happening in the almost the exact same setup -The...
3
by: BobLaughland | last post by:
Hi There, I am writing an ASP .NET 2.0 web site. I have a connection string in my web.config file similar to this for connecting to my database, SERVER=125.165.165.116,1092;...
1
by: Friends | last post by:
Hi I need to set security for row level but not based on Database user's login. It should be based on the user table login. For the particular user I need to allow only the particular records to...
0
by: Mike Smith | last post by:
I have downloaded MyPHPAdmin and am trying to get it started. In the config.inc.php file I have entered my password as: $cfg = '123456'; $i=0; $i++; $cfg = 'cookie'; When I attempt to...
1
by: =?Utf-8?B?SHVzYW0=?= | last post by:
Hi EveryBody: I made web site using asp.net 2.0 Vb.Net. The project depends on database in the local machine. The web site has • Create User Wizard and • Login form When the user is...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.