|
请问下面安装方法中,- dump data.sql是什么意思?
Install
- create database
- dump data.sql
- open conn.php with any text editor and change
$db_host = "localhost";
$db_username = "xxxxxxxxxxxx";
$db_password = "xxxxxxxxxxxx";
$db_name = "xxxxxxxxxxxx";
$script_dir = ""; if in dir write the dir only
example : if it at www.mswgon.com/music
then
$script_dir = "music";
save conn.php
- run the website
admin : www.yourwebsite.com/siteadmin
username : test
password : test
thanks
////////////////////////////////////////// |
|