During the install of FusionPBX if you try to connect to MySQL connection and use 'localhost' it will attempt to use a Unix Socket then throws an error.
Instead use 127.0.0.1 then it will actually use TCP connection rather than the UnixSocket connection. This is not a bug in FusionPBX it seems to be just how PHP PDO MySQL handles the connection. Hope this helps. For the release version I will add a little wording suggesting 127.0.0.1 vs localhost for those that have a local MySQL install. Best Regards, Mark J Crane --- On Sat, 11/28/09, ram <talk2...@gmail.com> wrote: From: ram <talk2...@gmail.com> Subject: Re: [Freeswitch-users] GUI for Freeswitch -- wikiPBX To: freeswitch-users@lists.freeswitch.org Date: Saturday, November 28, 2009, 1:57 AM On Fri, Nov 27, 2009 at 2:03 PM, Otis <ab...@greatiam.com> wrote: Yes. I ventured to use that and got some error in connecting to the mysql database. Will try with the default sqlite before getting adventurous again. Hi download latest RC5 it has install wizard automatically create database ( sqllite/mysql/pgsql) Ram -----Inline Attachment Follows----- _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
_______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org