ltsv38;612958 Wrote: 
> Thanks a lot for all your replies
> 
> I'm on Linux (Fedora 14) with MySql database on the same server than
> SqueezeBoxServer
> My server.pref file is now
> > 
Code:
--------------------
  >   > dbhighmem: 0
  > dbpassword: slimserver
  > dbsource: dbi:mysql:hostname=127.0.0.1;port=3306;database=slimserver
  > dbtype: MySQL
  > dbusername: slimserver
--------------------
> > 
> And everything seems correct.

If the MySQL instance is on the same machine as SBS then using the unix
socket is preferable to the network socket for performance.


Code:
--------------------
    
  dbsource: dbi:mysql:database=slimserver;mysql_socket=/var/lib/mysql/mysql.sock
  
--------------------


-- 
JackOfAll
------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=80912

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to