 ˾ѳɹ

IP61.151.248.69

--: www.ahfesco.com.cn

--FTP ʺ: ahfesco2002

--FTP : otfsnhtm



ͨĿй

http://www.ahfesco.com.cn:8080



󶨵DNSΪ˾ģΪ24СʱڽЧDNS˾ģDNS룬Ϊɽ

ЧǰѿͨFTPʺżϴļFTPϴֱַдIPַҳϴwwwrootĿ¼¡wwwrootĿ¼£һĬҳļindex.htmlɽ串ǻɾҳļӦΪindex.htmlindex.htm  index.php ļϴϺЧֱͨվ㡣

ͬʱǻ560M䣺

ʾahfesco.com.cn

ʾ: jv$A3rom



	ʾֿռ䣺60M

	5

	ʽ: yourname@ahfesco.com.cn

	SMTP:     mail.ahfesco.com.cn

	POP3:     mail.ahfesco.com.cn

	WEBշ:  http://mail.ahfesco.com.cn



DNSΪ˾ģǽΪɽ

24СʱЧЧʾּʹáDNS˾ģ

¼һmail¼218.5.77.18

ͬʱMX¼mail.ahfesco.com.cn  ʽ:

mailIN		A		218.5.77.18

@		IN		MX	10	mail



Ҳʾּ¼http://mail.ahfesco.com.cn/client/й



    ʹOUTLOOKշʼʱʺûΪַ

û jack ûӦΪ jack@ahfesco.com.cn 

SMTP POP3 mail.ahfesco.com.cn 

ʹWEBʽշʼ, http://mail.ahfesco.com.cnʹӦû

¼ jack SMTPҪ֤OUTLOOKʻϺʻ-У

"ҵķҪ֤"ǰ򹴡

ݿϢ£LINUXѿͨ(CGIȨ޸տͨ)    

    

    MYSQLݿ: ahfesco2002

    MYSQLʺţahfesco2002

    MYSQL룺otfsnhtm

MYSQLݿĹ:

PhpMyAdminļѹҵеһļ:

config.inc.php(config.*, ļphpmyadmin汾ͬ, )

޸:

$cfgServers[1]['host']          = 'localhost'; // MySQL hostname

$cfgServers[1]['port']          = '';          // MySQL port - leave blank for default port

$cfgServers[1]['socket']        = '';          // Path to the socket - leave blank for default socket

$cfgServers[1]['connect_type']  = 'tcp';       // How to connect to MySQL server ('tcp' or 'socket')

$cfgServers[1]['stduser']       = '';          // MySQL standard user settings (this user must have read-only

$cfgServers[1]['stdpass']       = '';          //   access to the "mysql/user" and "mysql/db" tables)

$cfgServers[1]['adv_auth']      = FALSE;       // Use advanced authentication?

$cfgServers[1]['user']          = 'ahfesco2002';      // MySQL user

$cfgServers[1]['password']      = 'otfsnhtm';          // MySQL password (only needed with basic auth)

$cfgServers[1]['only_db']       = 'ahfesco2002';          // If set to a db-name, only this db is displayed at left frame



Ȼftpվ, wwwroot½һĿ¼phpmyadmin, phpmyadminļϴĿ¼

http://www.ahfesco.com.cn/phpmyadmin, ɹݿ.

ݿ, ǵðЩphpadminļ, κ˶Թݿ.



php, ´ݿ: 

<?php

    $database = "ahfesco2002";

    $user = "ahfesco2002";

    $password = "otfsnhtm";

    $link = mysql_connect ("localhost", $user, $password)

        or die ("Could not connect");

mysql_select_db($database, $link);



..........



    mysql_close ($link);

?>



perl, ´ݿ:

#!/usr/bin/perl



use DBI;

$database = "ahfesco2002";

$user = "ahfesco2002";

$password = "otfsnhtm";

$dbh = DBI->connect("DBI:mysql:$database", $user, $password);



..........



$rc = $dbh->disconnect;




