Forums / Setup & design / Fresh new database
Kevin polston
Friday 17 September 2004 10:22:53 am
HiI’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 –u user –ppassword mydatabase < …/kernel/sql/mysql/kernel_schema.sqld) $> mysql –u user –ppassword mydatabase < …/kernel/sql/mysql/cleandata.sql
So far so good. But how can I now use the ezpublish user say, “mysite_admin” to administer the site as I don’t know the password to the database I’ve just created?
Many thanksKevin
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_publishIf you still have any problems, please reply here.
Kåre Høvik