PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : رفع ارور برای نصب اسکریپت sql



ramin n
December 6th, 2018, 09:11
سلام دوستان این ارور از کجا میشه درست کرد راهنمایی بفرمایید

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/Client-Server-Commands/What-is-sql-mode-in-MySQL-and-how-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"; )

ramin n
December 8th, 2018, 10:00
سلام خواهشا اگر کسی این مشکل و میدونه از چی هست راهنمایی فرمائید.

gharibion
December 9th, 2018, 23:35
نیاز به دسترسی های CREATE, DROP and ALTER commands می باشد .

ramin n
December 10th, 2018, 15:19
نیاز به دسترسی های CREATE, DROP and ALTER commands می باشد .

دسترسی به سرور دارم نمیدانم چطوری باید درستش کنم