sh: mysql: command not found
Hi, I could install the last version of koha (koha-3.00.01-stable) on Mac os x 10.5.5. But in the third step of the web installation, I get this error : sh: mysql: command not found That is strange as it could connect to the database in the step 2 : Connection established. Database koha exists. User kohaadmin has all required privileges on database koha. This error appears only in the step three while trying to "create the database tables and fill them with some default data" Thanks for yours help, --- Anas
Hi Anas, 2009/4/9 Anas Ghrab <anas.ghrab@saramusik.org>:
I could install the last version of koha (koha-3.00.01-stable) on Mac os x 10.5.5. But in the third step of the web installation, I get this error : sh: mysql: command not found
The web installer tries to run the mysql command directly. You may need to add a suitable SetEnv PATH to your Apache configuration and try again. Regards, Galen -- Galen Charlton VP, Research & Development, LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt
2009/4/10 Galen Charlton <galen.charlton@liblime.com>:
Hi Anas,
2009/4/9 Anas Ghrab <anas.ghrab@saramusik.org>:
I could install the last version of koha (koha-3.00.01-stable) on Mac os x 10.5.5. But in the third step of the web installation, I get this error : sh: mysql: command not found
The web installer tries to run the mysql command directly. You may need to add a suitable SetEnv PATH to your Apache configuration and try again.
To help find the right path, you could run which mysql from the commandline. That should tell you where mysql lives on your system. Chris
participants (3)
-
Anas Ghrab -
Chris Cormack -
Galen Charlton