- dump data.sql是什么意思?
请问下面安装方法中,- 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
////////////////////////////////////////// 这里的dump data.sql,就是导入data.sql到你新建的数据库中 需要打开数据库管理页面导入 本帖最后由 angel 于 2009-2-20 13:18 编辑
这里的dump data.sql,就是导入data.sql到你新建的数据库中
回忆月光 发表于 2009-2-20 03:52 http://cnwebmasters.com/images/common/back.gif
怎么样导入data.sql到新建的数据库中?thx.
我是PHP菜鸟,在百度搜索的没什么用.希望得到你们的指点,thx
我用的是外国空间 import 楼上两位是程序专家!
页:
[1]