Remove order field from Page Attributes box

I went with jQuery to remove the elements.

jQuery(document).ready(function() {
  jQuery('#pageparentdiv label[for=menu_order]').parents('p').eq(0).remove();
  jQuery('#pageparentdiv input#menu_order').remove();
});

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)