hi,
i m completely a newbie to mysql and all this stuff now i got a php script that has a .sql file with it and in the readme o read that i shuld use phpmyadmin to create a database and then insert the following in a config.php file.
$mysql_settings['server'] = "localhost";
$mysql_settings['user'] = "username";
$mysql_settings['pass'] = "password";
$mysql_settings['database_name'] = 'database_name';
now i dont know what to do and how to do it...any1z help will b appreciated..thanks
i m completely a newbie to mysql and all this stuff now i got a php script that has a .sql file with it and in the readme o read that i shuld use phpmyadmin to create a database and then insert the following in a config.php file.
$mysql_settings['server'] = "localhost";
$mysql_settings['user'] = "username";
$mysql_settings['pass'] = "password";
$mysql_settings['database_name'] = 'database_name';
now i dont know what to do and how to do it...any1z help will b appreciated..thanks
