I receiving the following error when running and SQL statement:
SELECT myColumn FROM `myTable` WHERE myColumn BETWEEN 1 AND 30
Error in Processing Request Error code: 403 Error text: Forbidden
All other SQL statements run fine.
Le 2015-08-17 13:30, TwoStarII . a écrit :
I receiving the following error when running and SQL statement:
SELECT myColumn FROM `myTable` WHERE myColumn BETWEEN 1 AND 30
Error in Processing Request Error code: 403 Error text: Forbidden
All other SQL statements run fine.
Hello,
This is not a support mailing list, but a list to discuss development.
For support, see https://www.phpmyadmin.net/support/
On 8/17/15 1:30 PM, TwoStarII . wrote:
I receiving the following error when running and SQL statement:
SELECT myColumn FROM `myTable` WHERE myColumn BETWEEN 1 AND 30
Error in Processing Request Error code: 403 Error text: Forbidden
All other SQL statements run fine.
Hi,
Could you open a bug ticket at http://github.com/phpmyadmin/phpmyadmin/issues/ and include the table structure needed to reproduce this?