- Open
the configuration file at Includes/Program_
Files/include/config.php
in a text editor, and change:
- 1 - Identify the database server type,
for instance "mysql"
- 2 - Identify the server IP or server
name for the database server, for instance "127.0.0.1"
or "localhost"
- 3 - Make sure the database name matches
what you created in the MySQL server through phpMyAdmin (for
instance "dadabik")
- 4 - Match the user name with the admin
username to your MySQL database server
- 5 - Match the password with the admin
password to your MySQL database server
- 6 - Enter the complete URL that will be
used to for DaDaBik, for instance "http://127.0.0.1/dadabik/"
- 7 - Enter the full path to the DaDaBik
site (not the URL). Yes, this is similar to the step above.
For instance, if the site_url is http://www.mysite.com/path_to_dadabik/
this should be /path_to_dadabik/
|
|
|