when running setup (1.0.0.3) for an empty database, I leave the
"Drop and crete database tables" checked and I get this error:
---------------------------------------------------
Error configuring MySQL database NASA
MySQL Error: Error reading MySQL path: 2
Please verify the specified MySQL Username and Password are valid
---------------------------------------------------
The username & Password are valid. If I run setup withOUT checking the
"Drop and create database tables" I don't get any errors at all.
I can get into the database from the command prompt using the username & password entered in setup.
Any ideas?
Thanks
Mark
marneson@nasaradiology.com
setup woes
Check Windows registry settings
This seems to indicate a MySQL installation issue.
The setup.exe program is trying to read the MySQL path from the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MySql\ImagePath\
The error message indicates that there's no such registry value. However, the fact that you can successfully run 'mysql' from a command shell means that you probably setup your system environment variable %PATH% to include the path to MySQL binaries.
Can you check the above registry settings and make sure the 'ImagePath' key exists and its string value points to where MySQL binaries were installed? (I think it's C:\mysql\bin\ by default)
The setup.exe program is trying to read the MySQL path from the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MySql\ImagePath\
The error message indicates that there's no such registry value. However, the fact that you can successfully run 'mysql' from a command shell means that you probably setup your system environment variable %PATH% to include the path to MySQL binaries.
Can you check the above registry settings and make sure the 'ImagePath' key exists and its string value points to where MySQL binaries were installed? (I think it's C:\mysql\bin\ by default)
Thanks. That seemed to work. I didn't have that value in the reg.
Now I get another error:
Error setting up database scheme: 1
the dbinstall.log has the "can't find command..." blurb like when you mis-type a bogus command at the C:\ prompt.
Any idea what it is trying to execute?
I put pacsone in the path just in case...no help
BTW, This is WinNT 4.0 workstation.
myql 4.0.15
Now I get another error:
Error setting up database scheme: 1
the dbinstall.log has the "can't find command..." blurb like when you mis-type a bogus command at the C:\ prompt.
Any idea what it is trying to execute?
I put pacsone in the path just in case...no help
BTW, This is WinNT 4.0 workstation.
myql 4.0.15
Registry settings
The error message from dbinstall.log indicates it couldn't find the executable 'mysql.exe' from the path set in the registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MySql\ImagePath\
Make sure you can find the 'mysql.exe' executable underneath the above directory path.
Or you can use the following workaround:
http://pacsone.net/faq.htm#C3
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MySql\ImagePath\
Make sure you can find the 'mysql.exe' executable underneath the above directory path.
Or you can use the following workaround:
http://pacsone.net/faq.htm#C3
I tried to install PacsOne (1.0.0.
on Windows2000 Server (English ver.) with Mysql 4.0.15
and WindowsNT 4.0 with Mysql 4.0.15
I got a massege like 'MySQL Error;Error setting up database schema; 1' from both.
And I did just same as FAQ #3, but I got another massage.
'MySQL'is not recognized an internal or external command,
operable program or batch file.
So I check the registry key, but there is no 'ImagePath' key.
There is value as 'ImagePath:REG_EXPAND_SZ:C:/mysql/bin/mysqld-nt.exe'.
How do I set up it ?

and WindowsNT 4.0 with Mysql 4.0.15
I got a massege like 'MySQL Error;Error setting up database schema; 1' from both.
And I did just same as FAQ #3, but I got another massage.
'MySQL'is not recognized an internal or external command,
operable program or batch file.
So I check the registry key, but there is no 'ImagePath' key.
There is value as 'ImagePath:REG_EXPAND_SZ:C:/mysql/bin/mysqld-nt.exe'.
How do I set up it ?