banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành Windows khai báo như thế nào file config.php  XML
  [Question]   khai báo như thế nào file config.php 26/04/2008 05:34:25 (+0700) | #1 | 127600
[Avatar]
Lumax
Member

[Minus]    0    [Plus]
Joined: 19/04/2008 21:32:00
Messages: 12
Location: My Native Land
Offline
[Profile] [PM]
tài khoản đăng nhập trên host là sum_18263
host ở http://summerhost.info
domain http://mydomain.summerhost.info

vậy khai báo như thế nào?

Code:
define('DB_NAME', 'putyourdbnamehere');    // The name of the database
define('DB_USER', 'usernamehere');     // Your MySQL username
define('DB_PASSWORD', 'yourpasswordhere'); // ...and password
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
[Up] [Print Copy]
  [Question]   Re: khai báo như thế nào file config.php 26/04/2008 06:08:09 (+0700) | #2 | 127604
[Avatar]
nil
Elite Member

[Minus]    0    [Plus]
Joined: 12/12/2006 18:37:46
Messages: 271
Location: Thùng rác
Offline
[Profile] [PM] [WWW]
Khai báo cái gì như nào? Tìm hiểu xem những dòng comment nó nói cái gì.
[Up] [Print Copy]
  [Question]   Re: khai báo như thế nào file config.php 26/04/2008 10:37:11 (+0700) | #3 | 127648
[Avatar]
Lumax
Member

[Minus]    0    [Plus]
Joined: 19/04/2008 21:32:00
Messages: 12
Location: My Native Land
Offline
[Profile] [PM]
Code:
define('DB_NAME', 'summerhost.info');    // The name of the database
 define('DB_USER', 'mydomain');     // Your MySQL username
 define('DB_PASSWORD', 'mypass'); // ...and password
 define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
 define('DB_CHARSET', 'utf8');
 define('DB_COLLATE', '');


xin hỏi khai báo như trên là đúng chưa, vì mới tập làm web nên hơi lộn xộn mong mọi người chỉ giúp
[Up] [Print Copy]
  [Question]   Re: khai báo như thế nào file config.php 26/04/2008 10:46:17 (+0700) | #4 | 127650
[Avatar]
nil
Elite Member

[Minus]    0    [Plus]
Joined: 12/12/2006 18:37:46
Messages: 271
Location: Thùng rác
Offline
[Profile] [PM] [WWW]
Thì rõ ràng cần những thông tin sau để khai báo:
- tên Database của bạn.
- user/pass để truy cập vào database đó.
- tên máy hoặc IP của máy chạy database.

Còn
tài khoản đăng nhập trên host là sum_18263  

nhưng là tài khoản gì?

host ở http://summerhost.info
domain http://mydomain.summerhost.info  

quan trọng là tên của database server, chứ không phải web server. Không phải lúc nào DB Server và Web Server đều nằm trên một máy.
[Up] [Print Copy]
  [Question]   Re: khai báo như thế nào file config.php 26/04/2008 11:41:21 (+0700) | #5 | 127661
[Avatar]
HkDng
Elite Member

[Minus]    0    [Plus]
Joined: 30/10/2003 05:04:09
Messages: 236
Location: Bộ ... phận ...
Offline
[Profile] [PM] [Yahoo!]
CSDL không liên quan gì đến tài khoản của host, bạn vào phpmyadmin, tạo một CSDL, sau đó điền đúng thông số của CSDL vào file config.php là xong.
___________________
Just around the corner!
[Up] [Print Copy]
  [Question]   Re: khai báo như thế nào file config.php 28/04/2008 03:52:11 (+0700) | #6 | 127863
[Avatar]
Lumax
Member

[Minus]    0    [Plus]
Joined: 19/04/2008 21:32:00
Messages: 12
Location: My Native Land
Offline
[Profile] [PM]
cám ơn các bạn chỉ dẫn nhiệt tình nhưng thật tình là vọc 2 hôm rồi install vẫn error

sau khi tạo một CSDL tên DATA trong phpmyAdmin thì có phải DB_NAME là tên "DATA" vừa tạo không ?

các thông số còn lại khai làm sao cho đúng?

Code:
define('DB_NAME', 'DATA');    // The name of the database
define('DB_USER', '???????');     // Your MySQL username
define('DB_PASSWORD', '*******'); // ...and password
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');


thông báo lỗi:

Error establishing a database connection
Code:
This either means that the username and password information in your wp-config.php file
is incorrect or we can't contact the database server at localhost. 
This could mean your host's database server is down
[Up] [Print Copy]
  [Question]   Re: khai báo như thế nào file config.php 28/04/2008 05:14:41 (+0700) | #7 | 127871
[Avatar]
Choen
Member

[Minus]    0    [Plus]
Joined: 18/06/2007 21:14:24
Messages: 132
Offline
[Profile] [PM]

Lumax wrote:
cám ơn các bạn chỉ dẫn nhiệt tình nhưng thật tình là vọc 2 hôm rồi install vẫn error

sau khi tạo một CSDL tên DATA trong phpmyAdmin thì có phải DB_NAME là tên "DATA" vừa tạo không ?

các thông số còn lại khai làm sao cho đúng?

Code:
define('DB_NAME', 'DATA');    // The name of the database
define('DB_USER', '???????');     // Your MySQL username
define('DB_PASSWORD', '*******'); // ...and password
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');


thông báo lỗi:

Error establishing a database connection
Code:
This either means that the username and password information in your wp-config.php file
is incorrect or we can't contact the database server at localhost. 
This could mean your host's database server is down
 


Contact thử summerhost coi , cái này là do bạn ko bik các thông số của Database smilie
DB_Name : Tên của Database
Db_user : user bạn dc phân quyền để truy cập database đó
Db_password : passsword của user
Db_host : thông thường là localhost , hoặc là cái khác tuỳ thuộc vào host

Thân !
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|