1 頁 (共 1 頁)

[問題]請問用Multimania的資料庫伺服器主機名稱是什麼??

發表於 : 2002-07-23 18:08
YTHGabriel
Database Server Hostname / DSN(資料庫伺服器主機名稱)

該填什麼?? :roll:

謝謝解答 :-D

發表於 : 2002-07-23 18:10
小竹子
去看他的說明呀!

發表於 : 2002-07-23 18:31
YTHGabriel
啊~老大.....我就是找不到才問,你知不知啊?

發表於 : 2002-07-23 18:34
小竹子
阿你馬很好笑阿!
你連連結都沒給要誰幫你啊!

發表於 : 2002-07-23 18:41
YTHGabriel

發表於 : 2002-07-23 18:53
小竹子
http://www.tripod.lycos.co.uk/
Database name

The name of your MySQL database is automatically generated according to your Tripod ID. It has the following form: id_uk_db.
If your id is paco14, the name of your database is paco14_uk_db.

Database connection

Tripod uses a simplified connection method for accessing your database. You do not need any special parameters to access your data. To connect to your MySQL database using a PHP script, use the following code:
$db = mysql_connect()

You can then use the database however you want and make the requests of your choice.
The following apply if you need parameters:


- database host: localhost

- database access login: your Tripod id

- database access password: empty

- database name: id_uk_db
***********************************************

發表於 : 2002-07-23 19:03
YTHGabriel
小竹子 寫:http://www.tripod.lycos.co.uk/
Database name

The name of your MySQL database is automatically generated according to your Tripod ID. It has the following form: id_uk_db.
If your id is paco14, the name of your database is paco14_uk_db.

Database connection

Tripod uses a simplified connection method for accessing your database. You do not need any special parameters to access your data. To connect to your MySQL database using a PHP script, use the following code:
$db = mysql_connect()

You can then use the database however you want and make the requests of your choice.
The following apply if you need parameters:


- database host: localhost

- database access login: your Tripod id

- database access password: empty

- database name: id_uk_db
***********************************************
太謝謝了~ :-P