摘要:
$(".good_info").on('click',function () { var id = $(this).data('id'); var string = 'http://qr.liantu.com/api.php?text=https://hostname/wx.php/Good/det 阅读全文
摘要:
方法1: 用SET PASSWORD命令 首先登录MySQL。 格式:mysql> set password for 用户名@localhost = password(‘新密码’); 例子:mysql> set password for root@localhost = password(‘123’ 阅读全文
摘要:
解决办法 grant all privileges on *.* to joe@localhost identified by '1'; flush privileges; 拿 joe 1 登陆 附: mysql> grant 权限1,权限2,…权限n on 数据库名称.表名称 to 用户名@用户地 阅读全文