WindowsXP + RadRails + MySQL scaffold error fix tip.
2006. 4. 25. 06:48
Posted by JasonPA Posted in " 문제&해결 "
In case of using the RadRails IDE on WindowsXP with mysql. If yougot an error message like this 'uninnitialize constant Mysql' whencommand with 'ruby script/generate scaffold Xxxx'.
I don't know exactly why occured this type of error.
To fix it, you must do the following:
1. Goto your mysql home\bin directory : C:\mysql\bin
2. There is only one DLL file. File name is libmySQL.dll.
3. Copy libmySQL.dll file to C:\Windows directory.
All done. Happy Rails ~~
'문제&해결' 카테고리의 다른 글
구글 검색 활용하기 (구글 커맨드) (0) | 2006.11.04 |
---|---|
티스토리로 이주중 (0) | 2006.10.09 |
Spring MVC - JSTL view 사용시 오류나는 경우 (0) | 2006.07.02 |
MoinMoin - UnicodeDecodeError (0) | 2006.06.19 |
subversion: Subversion FAQ (0) | 2005.10.27 |