no database creation

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 03:21 PM
Hi all
When executing the dbsetup.bat no databases are created and mysql is running ok
any idea??
When executing the dbsetup.bat no databases are created and mysql is running ok
any idea??
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 06:01 AM
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.
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 08:11 AM
now db is running OK
Thanks a lot for the support.
Thanks a lot for the support.
