سلام دوستان این ارور از کجا میشه درست کرد راهنمایی بفرمایید
During the installation, I get error code "V۴dCBldm"
This error is related to the database creation. Check if your mysql user has privileges to use CREATE, DROP and ALTER commands.
go to mysql console and write:
SELECT @@sql_mode;
see what modes are activated on your DB.
http://www.mysqlfaqs.net/mysql-faqs/...-can-we-set-it
The V۴dCBldm error code could be resolved by changing the mysql server sql-mode to none via the query "SET @@global.sql_mode= '';"
( check and remove SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; )