2 使用.mylogin.cnf
[root@10-19-155-238 ~]# mysql_config_editor set --user=song --host=127.0.0.1 --port=3306 --password
Enter password:
[root@10-19-155-238 ~]# ls -al
总用量 60100
dr-xr-x---. 3 root root 4096 12月 25 16:49 .
dr-xr-xr-x. 18 root root 4096 12月 25 12:14 ..
-rw-r--r-- 1 root root 61480982 12月 25 16:05 bak_mysql-boost-5.7.17.tar.gz
-rw-------. 1 root root42 12月 25 15:19 .bash_history
-rw-r--r--. 1 root root18 12月 29 2013 .bash_logout
-rw-r--r-- 1 root root 204 12月 25 14:52 .bash_profile
<?php$host="localhost"
$db_user="root"
$db_pass="root"
$db_name="lianxi"
$timezone="Asia/Shanghai"
$link=mysql_connect($host,$db_user,$db_pass)
mysql_select_db($db_name,$link)
mysql_query("SET names UTF8")
header("Content-Type: text/htmlcharset=utf-8")
date_default_timezone_set($timezone)//北京时间
?>
去掉@
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)