Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by Wilson Edwards
at 2024-08-26 08:08:12
Point:500 Replies:2 POST_ID:829241USER_ID:12108
Topic:
mysql;php
Usually, daily I can log into my phpMyAdmin mysql database, but today I can not log into with my correct password, The login page doesn't show any warning/error.
I have deleted or cleared my Chrome browser data today, seems, it is related to php session issue, Is it ?
I have searched this topic on the internet, the related one is this only as below.
Any idea to solve this question ?
Please Advise
Rwnice
Accepted Solution
Expert: D Ft replied at 2024-08-25 15:36:49
500 points Excellent
if previous reply not working, please try to df -h, to see any disk usage issue
Regards
Accepted Solution
Expert: D Ft replied at 2024-08-25 15:24:48
500 points Excellent
try php code as follow to find out your exact session file location
- <?php
- $temp=phpinfo();
- ?>
my session file for CentOS 8 at /var/lib/php/session
run comand
>sudo chmod 777 /var/lib/php/session
Regards