连接数据
mysql_connect('localhost','root','123');
设置字符集
mysql_query('set names utf8');
选择数据
mysql_query('use php');
示例: