Forums / Install & configuration / DB name & password

"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".

DB name & password

Author Message

dimis GR

Wednesday 29 March 2006 6:26:07 am

Hello
I try to install the Exponential from windows installer but I dont know db name & password
Anyone can help ?

Kåre Køhler Høvik

Friday 31 March 2006 4:15:18 am

Default DB settings using the windows installer,
User name: root
Password: <empty>

To list database, use log to MySQL

mysql -u root

, and run sql:

show databases;

Kåre Høvik