第 1 頁 (共 1 頁)
[問題]這個免費空間找不到資料庫路徑..
發表於 : 2003-09-05 16:33
由 anticipate06
我使用
http://www.mycgiserver.com/的免費空間..
在安裝時順著路徑...在install.php檔案裡...
有出現安裝面版..
但是..資料庫伺服器主機名稱及資料庫名稱郤無法得知..
感謝各位大大幫我解決...
發表於 : 2003-09-05 17:52
由 kuloo
請務必先參考
[必看] phpBB 發文規則
請立即修正
謝謝~
發表於 : 2003-09-05 18:42
由 anticipate06
●快速架站程式:不是使用快速架站程式
●免費空間連結:
http://www.mycgiserver.com/
●您的上網方式:Hinet-ADSL(請務必留下 ISP 名稱以及 ISP 官方連結)。
●您安裝的程式:不知道耶..^0^ (請務必註明版本,如使用快速架站程式本項免填)。
●您的 phpBB2 版本:phpBB (2.0.0)。
●錯誤代碼:無\r
●錯誤狀態:如果沒有錯誤代碼請直接貼出畫面掃描圖或是詳細敘述錯誤狀態內容。
<p>有人說是沒支援php及mysql..可是我記得有耶.</p>
發表於 : 2003-09-05 18:46
由 小竹子
看的到安裝畫面就是有支援 php
小弟有篇教學您可以參考一下,在教學文件庫裡面應該有
發表於 : 2003-09-06 11:45
由 anticipate06
我已用探針..出現英文警告視窗..如下的圖..
是不是權限沒設好...還是..
假如不行的話..有辦法提供另外的空間使用嗎..謝謝..
(另外的togetherhost空間..FTP都進不企..無法上傳..)
..感恩
發表於 : 2003-09-06 22:00
由 JCdoIT4u
anticipate06 寫:我已用探針..出現英文警告視窗..如下的圖..
是不是權限沒設好...還是..
假如不行的話..有辦法提供另外的空間使用嗎..謝謝..
(另外的togetherhost空間..FTP都進不企..無法上傳..)
..感恩
希望能夠幫助您,以下文章是轉載自 mycgiserver Forum
Behrad,
Behrad Zari (behradz) wrote:
>i'm new to hsql. but worked with mysql
>would u plz help me how to create a database so i
>can connect to and work with it here.
The HSQLDB JDBC driver classname is:
org.hsqldb.jdbcDriver
The JDBC URL has the following schema:
jdbc:hsqldb:pathname
'pathname' is a filesystem path to your database location. In the case a path points to a location which does not yet exist, a database will automatically be created. An URL example:
jdbc:hsqldb:/members/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/db/testdb
'/members/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' represents an absolute filesystem path to your filesystem root directory (you can find this path on the front page on the membersarea).
Using the URL above, the driver would try to connect to a database located in a directory 'db' relative to your root directory and named 'testdb'. On connect, the database will automatically be created in the case it does not yet exist (as mentioned before), thus, a database can be created by connecting using the desired database path. The default username is 'sa', the default password is empty. Because no other user can access your database anyway, you don't necessarily have to change those defaults.
After you've successfully connected to your database, you can create database schemas and insert data via JDBC.
For more HSQLDB specific information, please see the HSQLDB documentation in the membersarea or
http://hsqldb.sf.net.
Hope this helps!
cheers,
經過 altavista Translation 為簡體後
Behrad, Behrad Zari (behradz) 写道: > 我是新的对hsql. 但工作以mysql > u plz 会帮助我怎么创造数据库因此我> 能连接对和工作以它这里。 HSQLDB JDBC 司机classname 是: org.hsqldb.jdbcDriver JDBC URL 有以下图解: jdbc:hsqldb:pathname ' pathname ' 是filesystem 道路对您的数据库地点。在道路指向地点不存在的案件, 数据库自动地将被创造。URL 例子: jdbc:hsqldb:/members/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/db/testdb '/members/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ' 代表一个绝对filesystem 道路对您的filesystem 根目录(您能发现这个道路在首页在membersarea) 。使用URL 上面, 司机会设法连接到数据库位于目录' db ' 相对您的根目录和名为' testdb ' 。在连接, 数据库自动地将被创造在它不存在的案件(依照以前被提及), 因而, 数据库可能由连接创造使用渴望的数据库道路。缺省用户名是' sa ', 缺省密码是空的。由于其它用户无法访问您的数据库无论如何, 您必要不必须改变那些缺省。 在您成功地连接了到您的数据库之后, 您能创造数据库图解和插入数据通过JDBC 。 对于更多HSQLDB 具体信息, 请看HSQLDB 文献在membersarea 或http://hsqldb.sf.net 。 希望这帮助!