رفع ارور برای نصب اسکریپت sql
سلام دوستان این ارور از کجا میشه درست کرد راهنمایی بفرمایید
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"; )
پاسخ : رفع ارور برای نصب اسکریپت sql
سلام خواهشا اگر کسی این مشکل و میدونه از چی هست راهنمایی فرمائید.
پاسخ : رفع ارور برای نصب اسکریپت sql
نیاز به دسترسی های CREATE, DROP and ALTER commands می باشد .
پاسخ : رفع ارور برای نصب اسکریپت sql
نقل قول:
نوشته اصلی توسط
gharibion
نیاز به دسترسی های CREATE, DROP and ALTER commands می باشد .
دسترسی به سرور دارم نمیدانم چطوری باید درستش کنم