If you allow the slurm user to create databases it will get created 
automatically.

I'll update the docs to reflect this.

At a mysql prompt do a

create database slurm_acct_db;

and then start the DBD and things should work for you.

Danny

On 01/17/13 09:55, Richard Casey wrote:
> Hi,
>
> We installed slurm 2.5.1 with
>
>      rpmbuild -ta slurm*.tar.bz2
>      rpm --install <the rpm files>
>
> All the rpm's are installed and we have slurmctld and slurmd running.  We
> installed munge and it works.  The regression tests work.  We installed MySQL
> and it's running.  Now we're trying to add accounting.  On the page
>
> http://www.schedmd.com/slurmdocs/accounting.html
>
> it says
>
> "While SLURM will create the database automatically..."
>
> However, we don't see at what step it creates the database?  In MySQL show
> databases doesn't list slurm_acct_db (we're just using defaults) so it's not
> clear how it's creating the database and of course tables.
>

Reply via email to