Skip to content

Commit

Permalink
Update mysql-community.js
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jan 3, 2025
1 parent 018826e commit 7b08a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mysql-community/js/mysql-community.js
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ function openPhpmyadmin(name,username,password){
return;
}

if (rdata.data['cfg']['choose'] != 'mysql-apt'){
if (rdata.data['cfg']['choose'] != 'mysql-community'){
layer.msg('当前为['+rdata.data['cfg']['choose'] + ']模式,若要使用请修改phpMyAdmin访问切换.',{icon:2,shade: [0.3, '#000']});
return;
}
Expand Down

0 comments on commit 7b08a3f

Please sign in to comment.