在MySQL中哪里可以找到创建的“登录用户”?在Server中,它可以在Security-->Logins下找到。我正在创建新的用户,如:grant all privileges on customer.* to 'customer' @'localhost' identified by 'hassa
我在MySQl工作台上编写了一个存储过程(sp_archivev3),如下所示。基本上,将值从一个数据库插入到另一个数据库。END
当我运行call sp_archivev3();时,我得到一个错误,错误代码为1046: No database SELECT the default DB to be used,方法是在侧边栏的SCHEMAS列表中双击默认DB的名称。请让我知道我的存储过程出了什么问题。