当前位置:百科知识 > 知到宏观经济学答案

问题描述:

[单选] You inherit a legacy database system when the previous DBA, Bob, leaves the company.You are notified that users are getting the following error:()当上一个DBA Bob离开公司时,您将继承一个遗留数据库系统。系统会通知您,用户收到以下错误:mysql> CALL film_in_stock (40, 2, @count);ERROR 1449 (HY000): The user specified as a definer (‘bob’@’localhost’) does not exist指定为定义者的用户(“bob”@“localhost”)不存在How would you identify all stored procedures that pose the same problem?如何识别所有引起相同问题的存储过程?
A.Execute SELECT * FROM mysql.routines WHERE DEFINER=’bob@localhost’;. B.Execute SHOW ROUTINES WHERE DEFINER=’bob@localhost’. C.Execute SELECT * FROM INFORMATION_SCHEMA. ROUTINES WHERE DEFINER=’bob@localhost’;. D.Execute SELECT * FROM INFORMATION_SCHEMA. PROCESSLIST WHERE USER=’bob’ and HOST=’ localhost’;. E.Examine the Mysql error log for other ERROR 1449 messages.
参考答案:查看
答案解析:
☆收藏

随机题目