From 04b7e12196d2d33e8da0272a3bf023268a093279 Mon Sep 17 00:00:00 2001 From: Indieteq Date: Tue, 28 Jan 2014 13:15:14 +0100 Subject: PDO slow loading PDO might load slow when the user specifies localhost as host in the settings.ini.php file. Use 127.0.0.1 instead to resolve this problem. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cba43aa..ebac32d 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ If you have any questions go to : http://indieteq.com/index/readmore/how-to-prev ## To use the class #### 1. Edit the database settings in the settings.ini.php +### Note if PDO is loading slow change localhost to -> 127.0.0.1 ! ``` [SQL] -host = localhost +host = 127.0.0.1 user = root password = dbname = yourdatabase -- cgit v1.1