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 –u user –ppassword mydatabase < …/kernel/sql/mysql/kernel_schema.sql d) $> 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 thanks Kevin
|