2012年8月21日 星期二

Just a record for server setup

Server Information
Server Name: server
Server IP: server.xxx.com
If you are using an existing domain with your new hosting account, you will need to update the nameservers to point to the nameservers listed below.
Nameserver 1: xxxx
Nameserver 2: yyyy
In the domain account
Nameservers
Nameservers:  (Last update M/DD/YYYY)
xxxx
yyyy
Set Nameservers
Manage DS Records



2012年8月4日 星期六

About MySQL SUM column

Database is important for the website.  It can use the MySQL to setup database for PHP+MySQL.  But if we want to sum all columns in the MySQL, it can not use the SUM(*).  You just can use SUM(column1), SUM(column2).. or you will need a for loop for this.