mysql -u root
mysql>use mysql
mysql>UPDATE user SET Password = PASSWORD('newpass') WHERE user = 'root'
mysql>FLUSH PRIVILEGES
重新设置一下不为空的密码再试试看,如果不行就重启一下mysql或重启一下机器就可以了
另提供多种修改root密码的方式:
http://www.abc188.com/info/html/caozuoxitong/FreeBSD/20090513/132914.html
少使用一个函数:
$sql = "select * from aboutus where abid = '1'"$result = mysql_query($sql)
echo mysql_error()//如果数据库语句有错,这里会输出
echo "<pre>"
while($re = mysql_fetch_array($result))
{
print_r($re)
}
MySQL中返回当前日期的函数是CURDATE(),返回的数据格式是2021-5-23;
此外MySQL的时间日期的函数还有
NOW() ----返回----2021-5-23 17:14:46
CURTIME()----返回-----17:14:46
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)