[問題]請問用Multimania的資料庫伺服器主機名稱是什麼??
發表於 : 2002-07-23 18:08
Database Server Hostname / DSN(資料庫伺服器主機名稱)
該填什麼??
謝謝解答
該填什麼??
謝謝解答
太謝謝了~小竹子 寫: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
***********************************************