angel 发表于 2009-2-20 03:04:13

- 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

//////////////////////////////////////////

月光飞燕 发表于 2009-2-20 03:52:54

这里的dump data.sql,就是导入data.sql到你新建的数据库中

sadffg 发表于 2009-2-20 10:49:28

需要打开数据库管理页面导入

angel 发表于 2009-2-20 13:06:31

本帖最后由 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.



angel 发表于 2009-2-20 13:08:58

我是PHP菜鸟,在百度搜索的没什么用.希望得到你们的指点,thx

我用的是外国空间

月光飞燕 发表于 2009-2-20 13:14:17

import

woshigaozhen 发表于 2009-2-20 16:22:26

楼上两位是程序专家!
页: [1]
查看完整版本: - dump data.sql是什么意思?