What is basic databse information for mysql
Hello,
I purchased a script and the instructions are very basic, except for this:
Open up data_conn.php that is located in the includes folder and enter your database information.
The file data_conn.php is empty what is the basic information required?
Anyone help
Here's my example
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
define('DB_NAME', 'username');
define('DB_USER', 'username');
define('DB_PASSWORD', 'password');
define('DB_HOST', 'localhost');
define('DB_HOST', 'mysql34.myhostserver:3307');
</body>
</html>
Would somebody correct me
Thank you in advance
gary
|