config.php - Printable Version +- Blitzortung.org Forum (https://forum.blitzortung.org) +-- Forum: Public Forums (https://forum.blitzortung.org/forumdisplay.php?fid=29) +--- Forum: Website, Maps and Applications (https://forum.blitzortung.org/forumdisplay.php?fid=24) +--- Thread: config.php (/showthread.php?tid=1309) |
config.php - andyweather - 2015-05-14 Hello all, Can someone tell me what i put into the Database settings please i'm getting this error at the momment Warning: mysqli::mysqli(): (HY000/2002): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /hermes/bosnaweb07a/b1840/ipg.andysuklightningdete/ MyBlitzortung/includes/classes/Db/Mysqli.class.php on line 26 Database: Connect ERROR (2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) Thank You RE: config.php - Joel - 2015-05-14 define("BO_DB_PREF", "mybo_"); define("BO_DB_USER", "xxxxx"); define("BO_DB_NAME", "xxxxx"); define("BO_DB_PASS", "xxxxx"); define("BO_DB_HOST", "xxxxx"); Except the first one, these informations must be provided by your web hosting provider |