Forums / Setup & design / Fresh new database

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Fresh new database

Author Message

Kevin polston

Friday 17 September 2004 10:22:53 am

Hi
I’m new to Exponential 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 Exponential 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