You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
سلام ممنونم از شما بابت این کد ها
این کدها در لوکال کاملا درست کار میکنه ولی در هاست اشتراکی حین ایمپورت کردن با این مواجه میشم:
#1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation
و طی تحقیقی که کردم فهمیدم باید این مورد رو از کد شما حذف کرد:
CREATE DEFINER=root@localhost
که متاسفانه این مورد هم کار نداد و این رو نشون میده حین ایمپورت:
Unrecognized statement type. (near "FUNCTION" at position 0)
Unrecognized statement type. (near "END" at position 194)
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FUNCTION __mydiv(a int, b int) RETURNS bigint(20)
BEGIN
Copyright (C) ' at line 1
ممنون میشم راهنمایی کنید
The text was updated successfully, but these errors were encountered:
درود بر شما
در مورد پیام خطای اول یعنی این: #1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation
مشکل بر میگرده به سطح پایین دسترسی کاربر دیتابیس
اما در مورد بحث بعدی نظری ندارم لطفا بفرمایید شما در چه نسخهای از مای اسکیوال به این مشکل برخوردید
سلام ممنونم از شما بابت این کد ها
این کدها در لوکال کاملا درست کار میکنه ولی در هاست اشتراکی حین ایمپورت کردن با این مواجه میشم:
#1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation
و طی تحقیقی که کردم فهمیدم باید این مورد رو از کد شما حذف کرد:
CREATE DEFINER=
root
@localhost
که متاسفانه این مورد هم کار نداد و این رو نشون میده حین ایمپورت:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FUNCTION
__mydiv
(a
int,b
int) RETURNS bigint(20)BEGIN
Copyright (C) ' at line 1
ممنون میشم راهنمایی کنید
The text was updated successfully, but these errors were encountered: