|
查看: 1253|回复: 9
|
[询问]什么website提供的free hosting 有mysql?
[复制链接]
|
|
|
|
如题,有谁知道那个website 有提供free hosting,有free mysql database,php scripts等等的?因小弟要学习应用database...谢谢!! |
|
|
|
|
|
|
|
|
|
|
发表于 18-8-2007 10:40 PM
|
显示全部楼层
安装LOCALHOST 啦
不然试试php.net 的 |
|
|
|
|
|
|
|
|
|
|

楼主 |
发表于 20-8-2007 01:17 AM
|
显示全部楼层
回复 #2 vampcheah 的帖子
|
我有安装XAMMP localhost,有database space提供的?要怎样用? |
|
|
|
|
|
|
|
|
|
|
发表于 20-8-2007 02:45 AM
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
发表于 20-8-2007 08:50 AM
|
显示全部楼层
|
不然就用netbeans或者esclipse IDE 咯。。。 |
|
|
|
|
|
|
|
|
|
|
发表于 20-8-2007 08:51 AM
|
显示全部楼层
|
不然就用netbeans或者esclipse IDE 咯。。。 |
|
|
|
|
|
|
|
|
|
|

楼主 |
发表于 20-8-2007 10:59 AM
|
显示全部楼层
原帖由 vampcheah 于 20-8-2007 02:45 AM 发表 
既然已经安装了XAMPP 就好了啦。 你一定是没看MANUAL 吧。。。懒惰鬼 
最新的XAMPP 版本的 ROOT 应该是在 c:/xampp/htdocs 在这里放FOLEDER ,例如ABC 。 然后在FOLDER 里放个 index.html 或 index.php。 ...
c:/xampp/htdocs里是不是我website的所有资料的dir?那我用filezilla upload 时,ftp address,ftp user ,ftp password 放我website提供给我的还是xampp 的?然后以下config.php server=? database我知道,db user=? 。。。因我用xampp都没register为user 之类的。。
<?php
$server = "?????"; // server to connect to.
$database = "????"; // the name of the database.
$db_user = "???"; // mysql username to access the database with.
$db_pass = "??"; // mysql password to access the database with.
$table = "users"; // the table that this script will set up and use.
?> |
|
|
|
|
|
|
|
|
|
|
发表于 20-8-2007 11:32 AM
|
显示全部楼层
原帖由 kentck86 于 20-8-2007 10:59 AM 发表 
c:/xampp/htdocs里是不是我website的所有资料的dir?那我用filezilla upload 时,ftp address,ftp user ,ftp password 放我website提供给我的还是xampp 的?然后以下config.php server=? database我知道,db ...
<?php
$server = "localhost"; // server to connect to.
$database = "your database"; // the name of the database.
$db_user = "root"; // mysql username to access the database with.
$db_pass = ""; // mysql password to access the database with.
$table = "users"; // the table that this script will set up and use.
?>
请检查你的MANUAL.设定要自己找找GOOGLE |
|
|
|
|
|
|
|
|
|
|
发表于 27-10-2008 11:51 PM
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
发表于 18-11-2008 05:23 PM
|
显示全部楼层
|
|
|
|
|
|
|
|
| |
本周最热论坛帖子
|