phpMyAdmin not accessible

Status
Not open for further replies.

Sharky

Community Paragon
Community Support
Messages
4,399
Reaction score
94
Points
48
Please try logging out of and back in to phpMyAdmin and see if it works?
 

drtonyet

New Member
Messages
20
Reaction score
0
Points
1
Please try logging out of and back in to phpMyAdmin and see if it works?

Certainly, I did so before posting on the forum and now again (see timestamp), but still frozen.

--

@drtonyetal
 

drtonyet

New Member
Messages
20
Reaction score
0
Points
1
I was running nested select count(distinct()), union and join queries. Does this bust CPU/RAM quotas? Is the phpMyAdmin GUI under such quotas?

It stopped responding after trying this query:

SELECT COUNT(*) AS table1Count FROM table1 WHERE someCondition
JOIN??
SELECT COUNT(*) AS table2Count FROM table2 WHERE someCondition
CROSS JOIN? subqueries?
SELECT COUNT(*) AS table3Count FROM table3 WHERE someCondition

Was this blocked/flagged as sql injection?


--

@drtonyetal
 
Last edited:

drtonyet

New Member
Messages
20
Reaction score
0
Points
1
I don't know how but this issue seems resolved. Keep up the good work x10. :)
 

Sharky

Community Paragon
Community Support
Messages
4,399
Reaction score
94
Points
48
Magic!

Thanks for letting us know it's resolved and apologies for the lack of responses to this thread - admittedly it's a bit outside my knowledge zone so I wouldn't have been of much help anyway...
 
Status
Not open for further replies.
Top