Database name - Installation

Author Message

Hetti Vierjahn

Saturday 16 July 2005 11:35:24 am

Hello There :-)

I would like to try the EZ System. Unfortunaltely I get problems with the installation.

When I come to the point when I am asked for the database things... well there are:

Servername
Username
Password
Socked (whatever the last might be... I ha´ve no idea)

Anyway... Why does this script does not ask me for the database name??? Due to that I cannot finish the installation... or I find the file where to write it in... :-) A hint would be really great :-)

Sorry for my baaaaaaad english... I hope you understood what I´m talking about :-)

Thanks for your help :-)

Vicky

Hetti Vierjahn

Saturday 16 July 2005 12:01:38 pm

PS. The data I give the script is definitely correct... 100% sure...

This might be a strange question... sorry :-(

I also found the setup.ini file in the settings folder an wrote the data into that file... but I get the same result...

"The database would not accept the connection, please review your settings and try again."

The data is correct. I am sure!

Thanks for your help :-)

Hetti

Ɓukasz Serwatka

Saturday 16 July 2005 2:12:51 pm

Hi,

Can you give us more informations about your OS, PHP, Database?

Go to settings/site.ini file and set DebugOutput=enabled, to see what errors do you have in "Database configuration" step. If you are running MySQL 4.1 make sure that is set old-passwords variable in my.ini or your database user password is encoded with OLD_PASSWORD function.

mysql> UPDATE mysql.user SET Password = OLD_PASSWORD('newpwd')
    -> WHERE Host = 'some_host' AND User = 'some_user';
mysql> FLUSH PRIVILEGES;

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Franck T.

Wednesday 14 September 2005 5:45:29 am

Encoutered the same issue while trying to install Ez version 3.5:
OS: win 2000
Apache 2
Php 4.3.10
Mysql 4.1.14

As Hetti, I was sure to give the good settings.
Finally I've tried to update mysql.user with the OLD_PASSWORD function... and it works fine .

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 00:13:49
Script start
Timing: Jan 19 2025 00:13:49
Module start 'layout'
Timing: Jan 19 2025 00:13:49
Module start 'content'
Timing: Jan 19 2025 00:13:50
Module end 'content'
Timing: Jan 19 2025 00:13:50
Script end

Main resources:

Total runtime0.6394 sec
Peak memory usage4,096.0000 KB
Database Queries62

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0057 588.0313152.6406
Module start 'layout' 0.00570.0025 740.671939.4609
Module start 'content' 0.00820.6300 780.1328585.7813
Module end 'content' 0.63820.0012 1,365.914112.4766
Script end 0.6394  1,378.3906 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.5090160.0002
Check MTime0.00140.2177160.0001
Mysql Total
Database connection0.00070.114310.0007
Mysqli_queries0.587091.7983620.0095
Looping result0.00060.1001600.0000
Template Total0.610695.520.3053
Template load0.00220.339720.0011
Template processing0.608495.144620.3042
Template load and register function0.00040.063610.0004
states
state_id_array0.00100.152210.0010
state_identifier_array0.00090.142220.0005
Override
Cache load0.00190.2933360.0001
Sytem overhead
Fetch class attribute can translate value0.00060.098230.0002
Fetch class attribute name0.00130.198750.0003
XML
Image XML parsing0.00070.107630.0002
class_abstraction
Instantiating content class attribute0.00000.002050.0000
General
dbfile0.00100.1581180.0001
String conversion0.00000.001340.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 17
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs