Hi,
I have a small experience in mysql.
I'm using c# mysql connector net 6.9.7, i have two databases in the same server, database1 and database2 : database1 contain four tables and view (view_1) getted from database2.
My problem is that locally i haven't any problem i can get view_1 data by simple request : "select * from database1.view_1" but when i connect remotly over web an error occured in mysql connector : "the table database1.view_1 does not exist" !
Note that if i select from any of the other four table (remotely) every thing is ok !
Please someone know why this strange behavior occurred ?
I have a small experience in mysql.
I'm using c# mysql connector net 6.9.7, i have two databases in the same server, database1 and database2 : database1 contain four tables and view (view_1) getted from database2.
My problem is that locally i haven't any problem i can get view_1 data by simple request : "select * from database1.view_1" but when i connect remotly over web an error occured in mysql connector : "the table database1.view_1 does not exist" !
Note that if i select from any of the other four table (remotely) every thing is ok !
Please someone know why this strange behavior occurred ?