OldTimer Posted June 3, 2005 Posted June 3, 2005 (edited) Not sure where to post this but. Downloaded a directory script and part of the install directions are: >) set parameters of your database 1. Database Host. Usually 'localhost'. If not sure contact your hosting provider. 2. Database Socket. Usually '/tmp/mysql.sock'. If not sure contact your hosting provider. 3. Database Port. Usually '3306'. If not sure contact your hosting provider. 2 and 3 I don't have a clue what the settings are on my "local server". I'm using xampp. How can I find out what the socket and port settings are? This at the time is just for my local server not TCH. Just want to see if it's (the script) worth a darn. Thanks Edited June 3, 2005 by OldTimer Quote
TweezerMan Posted June 3, 2005 Posted June 3, 2005 The default port that MySQL servers use is 3306, and the default socket on Linux systems is '/tmp/mysql.sock'. Unless you have reason to believe the MySQL server under XAMPP is not using the default port and socket, I'd suggest trying those settings and see if the script works. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.