mysql function 中使用游标
摘要:create function p_t1(tid varchar(20))returns varchar(200)begin declare tmpName varchar(50) default ''; declare allName varchar(200) default ''; declar
阅读全文
posted @
2017-02-28 09:22
adolfmc
阅读(413)
推荐(0) 编辑
1418 This function has none of DETERMINISTIC,NO SQL,or R
摘要:标签: [err]1418 函数创建报错 分类: 菜鸟DBA之MySQL [err]1418 函数创建报错 本文为个人笔记,仅供参考,希望对您的疑问有所帮助。欢迎转载,转载请注明出处。谢谢! 错误信息: [Err] 1418 - This function has none of DETERMINI
阅读全文
posted @
2017-02-28 09:21
adolfmc
阅读(227)
推荐(0) 编辑
mysql 用户管理和权限设置
摘要:用户管理 mysql>use mysql; 查看 mysql> select host,user,password from user ; 创建 mysql> create user zx_root IDENTIFIED by 'xxxxx'; //identified by 会将纯文本密码加密作为
阅读全文
posted @
2017-02-06 06:46
adolfmc
阅读(214)
推荐(0) 编辑