adduser.mysql

来自「相当优秀的 UNIX 进程管理工具」· MYSQL 代码 · 共 10 行

MYSQL
10
字号
## sample sql code to add a useruse vpopmail;insert into vpopmail ( pw_name, pw_domain ) values ( 'joe', 'test.com' );## after the user is added, vpopmail will automatically create# the user if they authenticate with pop or email is delivered to them# kbo@inter7.com

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?