Home > Backend Development > PHP Tutorial > 数据库分开后远程mysql主页面打开很慢

数据库分开后远程mysql主页面打开很慢

WBOY
Release: 2016-06-13 12:39:26
Original
1097 people have browsed it

数据库分离后远程mysql主页面打开很慢
原来项目和数据库是在一起的,打开都是很正常的,现在数据库和项目分开了,项目是在一个服务器上,数据库在一个服务器上,项目是远程访问数据库的。然后我再用自己的电脑去访问项目,打开首页都很慢,然后用户登录也要4-10秒的时间。在上网找了好多方法,在my.ini里添加
[mysqld]   
skip-name-resolve
效果不是很明显,有没有别的方法可以让访问不卡呢? 

PHP mysql web
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template