Following the Open CMS installation documentation, I need to enter the following commands at the MySQL command line:
use mysql;
insert into user values ('localhost', 'opencmsuser', password('XXXXX'),\
'N','N','N','N','N','N','N','N','N','N','N','N','N','N');
insert into db values...