我正在尝试使用php和phpmyadmin创建一个登录系统,当我使用XAMPP尝试该代码时,该代码将起作用。在XAMPP中,我可以注册一个新用户并将其保存在phpmyadmin中,然后使用该帐户登录到我网站上的某个页面。但是在我的在线网站上,只有注册功能有效。一个新帐户注册到在线phpmyadmin,当我使用该帐户时,由于页面加载时间太长,结果是“操作超时”。
Network Error (tcp_error)
A communication error occurred: "Operation timed out"
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.
For assistance, contact your network support team.
我试图停止firewalld,但是它仍然“操作超时”。 我尝试登录时未填写用户名和密码表格,但显示操作超时而不是登录为空(我的错误处理程序)。我将php.ini中的session.gc_maxlifetime更改为10800,没有任何改变。 有人可以帮我吗?