I am attempting to install a package that will use MySql. The following script needs the login info for MySql. I tried the server login and I tried "root" with no password - didn't work. Any suggestions?
<?php
/*
######################    CWB  PRO   #######################
############################################################
CWB PRO         $Name: release1_9_8_06012005 $
Revision      $Revision: 1.3 $
Author         $Author: webmaster $
Created 03/01/03        $Date: 2005/01/04 15:19:49 $
Writed by               GraFX (it@grafx.ro)
Scripts Home:           
http://www.grafxsoftware.com############################################################
File purpose            Main configuration file
############################################################
*/
define("DB_USR", "admin");
define("DB_PWD", "union141");
define("DB_NAME", "store");
define("DB_HOST", "localhost");
// define your database informations
define("DB_PREFIX", "cwbs_");