-
December 6th, 2018, 09:11
#1
رفع ارور برای نصب اسکریپت 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"; )
-
-
December 6th, 2018 09:11
# ADS
-
December 8th, 2018, 10:00
#2
پاسخ : رفع ارور برای نصب اسکریپت sql
سلام خواهشا اگر کسی این مشکل و میدونه از چی هست راهنمایی فرمائید.
-
-
December 9th, 2018, 23:35
#3
پاسخ : رفع ارور برای نصب اسکریپت sql
نیاز به دسترسی های CREATE, DROP and ALTER commands می باشد .
-
-
December 10th, 2018, 15:19
#4
پاسخ : رفع ارور برای نصب اسکریپت sql

نوشته اصلی توسط
gharibion
نیاز به دسترسی های CREATE, DROP and ALTER commands می باشد .
دسترسی به سرور دارم نمیدانم چطوری باید درستش کنم
-