在MySQL中哪里可以找到创建的“登录用户”?在Server中,它可以在Security-->Logins下找到。我正在创建新的用户,如:grant all privileges on customer.* to 'customer' @'localhost' identified by 'hassa
假设我将music定义为一个表,并为其分配了3列:album、artist和track id int auto_increment primary keyalbum varchar(45) not null, track int(8)现在我需要另一个包含一列的表releasedy:我想我必须将表music中