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.