Greetings, I am installing Magento 1.9. While building the Database it returned the subject error. Help!
Hi @Khaled4
Can you please elaborate the issue you are having?
If you can paster the error here would be more helpful to me to give you solution.
I fixed that error by setting the correct permissions for my server (hostmonster) via ssh
within the magento folder I used
find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644 {} \;