cancel
Showing results for 
Search instead for 
Did you mean: 

no database creation

mfernandez
Champ in-the-making
Champ in-the-making
Hi all

When executing the dbsetup.bat no databases are created and mysql is running ok

any idea??
2 REPLIES 2

paulhh
Champ in-the-making
Champ in-the-making
Hi

The db_setup and db_remove bat scripts assume that the MySQL binaries are on the PATH.  All the db_setup does is start the MySQL client and run the db_setup.sql script.  You have a number of choices:
- add <mysqldir>\bin to your path
or
- open a command prompt window, navigate to MySQL's bin directory and run c:\alfresco\db_setup.bat (assuming you are installing in c:\alfresco)

You should be prompted for the MySQL root password.

Cheers
Paul.

mfernandez
Champ in-the-making
Champ in-the-making
now db is running OK

Thanks a lot for the support.