View | Details | Raw Unified | Return to bug 22527
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt (-2 / +1 lines)
Lines 33-39 Link Here
33
                                    </ul>
33
                                    </ul>
34
                                    <p class="error">User [% user | $HtmlTags tag=>'code' %] doesn't have enough privilege on database [% dbname | $HtmlTags tag=>'code' %].</p>
34
                                    <p class="error">User [% user | $HtmlTags tag=>'code' %] doesn't have enough privilege on database [% dbname | $HtmlTags tag=>'code' %].</p>
35
                                    <p class="tip">Ask for or make a change in the user's privileges. User [% user | $HtmlTags tag=>'code' %] must have USAGE, INSERT, UPDATE, DELETE, DROP and CREATE privileges on database [% dbname | $HtmlTags tag=>'code' %].</p>
35
                                    <p class="tip">Ask for or make a change in the user's privileges. User [% user | $HtmlTags tag=>'code' %] must have USAGE, INSERT, UPDATE, DELETE, DROP and CREATE privileges on database [% dbname | $HtmlTags tag=>'code' %].</p>
36
                                    <p>Need help? See manual for [% IF ( mysql ) %]
36
                                    <p>Need help? See manual for [% IF ( dbms == 'mysql' ) %]
37
                                            <a href="http://dev.mysql.com/doc/refman/4.1/en/grant.html">MySQL</a>
37
                                            <a href="http://dev.mysql.com/doc/refman/4.1/en/grant.html">MySQL</a>
38
                                        [% ELSE %]
38
                                        [% ELSE %]
39
                                            <a href="http://www.postgresql.org/docs/8.2/interactive/sql-createrole.html">PostgreSQL</a>
39
                                            <a href="http://www.postgresql.org/docs/8.2/interactive/sql-createrole.html">PostgreSQL</a>
40
- 

Return to bug 22527