Forums / Setup & design / Fresh new database

Fresh new database

Author Message

Kevin polston

Friday 17 September 2004 10:22:53 am

Hi
I’m new to EzPublish so please excuse me if this has been asked and answered before.

Basically I’m wonder how a new ‘fresh’ database gets ‘primed’ with an admin user and password? I created a new database using:

a) mysql> create database <mydatabase>;
b) mysql> grant all on .* to user@localhost identified by password;
c) $> mysql &#8211;u user &#8211;ppassword mydatabase < &#8230;/kernel/sql/mysql/kernel_schema.sql
d) $> mysql &#8211;u user &#8211;ppassword mydatabase < &#8230;/kernel/sql/mysql/cleandata.sql

So far so good. But how can I now use the ezpublish user say, &#8220;mysite_admin&#8221; to administer the site as I don&#8217;t know the password to the database I&#8217;ve just created?

Many thanks
Kevin

Kåre Køhler Høvik

Sunday 19 September 2004 5:54:01 am

Please see : http://ez.no/ez_publish/documentation/installation/manual_installation/manual_configuration_of_ez_publish
If you still have any problems, please reply here.

Kåre Høvik