登录控制面板
点击MySQL® Databases进入mySQL管理界面
在New Database:中填入数据库名称,然后点击Create DataBase新建一个数据库
返回信息
Database Created
Added the database ceshi.
说明数据库建好.
然后在Username: 填写数据库用户名 Password:填写密码,点击Create user建立一个数据库用户
最后在数据库管理界面找到Add Users To Your Databases:
在左侧user选折你新建立的用户名,右侧Database选折刚建立的数据库,权限钩选ALL,然后点击Add User to Database将用户添加到对应的数据库中.
返回信息:
Account added to Access List
Added the user lunar_ceshi to the database lunar_ceshi.
说明用户名已经添加到了数据库中
这样一个数据库就建立好了,可以使用了.
在程序中填写数据库信息时需要注意一点,数据库名称和数据库用户并不是你建立时填写的,而是加一个前缀.例如在这个例子中我们用的数据库名是ceshi,用户名是ceshi,那么实际的名称应该分别是usename_ceshi,usename_ceshi,其中usename就是你在lunarpages的主机帐户名称.数据库服务器是localhost.
建好的数据库信息可以在数据库管理界面看到,类似这样的信息:
Current Databases:
lunar_ceshi
Users in ceshi
lunar_ceshi (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect(”DBI:mysql:lunar_ceshi:localhost”,”lunar_ceshi”,”<ASSWORD HERE>”);
PHP $dbh=mysql_connect (”localhost”, “lunar_ceshi”, “<ASSWORD HERE>”) or die (’I cannot connect to the database because: ‘ . mysql_error());
mysql_select_db (”lunar_ceshi”);
信息里面给出了数据库名称lunar_ceshi,用户名 lunar_ceshi ,下面的Connection Strings是告诉你在perl和PHP中如何连接数据库的连接字串,不用去管它.
好多人用WIN主机无组件上传文件时会出现
ADODB.Stream error ‘800a0bbc’
Write to file failed.
in XXXX line
大家都以为权限设置问题,其实还有操作系统不同造成的原因.
如果使用跨境上传的话
原因:是中英文系统对字符编码不同,我就不详细说了.
解决:要把代码中CHR()函数换成CHRW()
如果使用风声无组件上传
原因:中文服务器里date()得到的时间是”2006-10-4″,而英文系统得到的是”10\4\2006″
解决:strDate=replace(cstr(Date()),”-”,”")
这句后边加上一句
strDate = replace(strDate,”/”,”")
而且不能传到本级目录,只能传到下级目录..
HostMonster BlueHost两家于近日升级了所售虚拟主机的空间大小和流量,升级情况如下:
空间大小:由300G升级为600G,增加一倍
流量:由原来的3000G每月升级为6000G每月,增加一倍
价格维持不变,通过本站的优惠注册链接购买还是一年付款6.95美元每月,两年付款5.95美元/月
优惠注册链接见: http://www.idcspy.com/bbs/thread-8796-1-1.html
另外近期受大家关注的Bluehost系的另外一家主机FastDomain的参数也有很大变化,由300G空间升级为999G,由原来的3000G流量升级为9999G
介绍请大家参考: http://www.idcspy.com/bbs/thread-13785-1-1.html
这家新开的主机继续走低价路线,通过本站的优惠链接购买两年只需要5.95美元/月
优惠链接见: http://www.idcspy.com/bbs/thread-13984-1-1.html
Fantastico自动安装程序列表及介绍
Blogs
Nucleus
WordPress
Content Management CMS系统
Geeklog
Joomla
phpWCMS
phpWebSite
Post-Nuke
Siteframe
Customer Relationship 客户关系
Crafty Syntax Live Help
Help Center Live
osTicket
PHP Support Tickets
Support Logic Helpdesk
Support Services Manager
Discussion Boards 论坛
SMF
E-Commerce 电子商务(网店)
CubeCart
OS Commerce
Zen Cart
F.A.Q.
FAQMasterFlex
Image Galleries 相册
4Images Gallery
Mailing Lists 邮件列表
PHPlist
Polls and Surveys 投票调查
Advanced Poll
phpESP
PHPSurveyor
Project Management 项目管理
dotProject
PHProjekt
Site Builders 自助建站
Templates Express
Wiki
PhpWiki
Other Scripts 其他
Dew-NewPHPLinks
Moodle
Noahs Classifieds
Open-Realty
PHPauction
phpFormGenerator
程序问题可以到这里讨论: http://www.idcspy.com/bbs/forum-60-1.html