Forum Moderators: coopster
I'm trying to test if the connection to MySQL is there
I know the database works on its own, I checked that
when I run phpinfo() I get mysql listed, I'm just wondering if when it says "Active Persistent Links" and "Active Links" both 0 (zero) under "enabled" column, is that fine, meaning configured properly?
thank you
when I run phpinfo() I get mysql listed
That mean's mysql modue is installed and configured with php.
, I'm just wondering if when it says "Active Persistent Links" and "Active Links" both 0 (zero) under "enabled" column
Simply because currently you don't have any process/code communicating with mysql server, do u?
is that fine, meaning configured properly?
Yes, should be perfect.
;)