0

I tried to fix the :count($analyzed_sql_results['select_expr'] error in :usr/share/phpmyadmin/libraries/sql.lib.php but I cannot write to it. Error :

Error writing /usr/share/phpmyadmin/libraries/sql.lib.php: Permission denied

1 Answers1

0

Subdirectories of /usr/share are usually write-protected, only root is allowed to write. So you have to use sudo to make any changes there.

muclux
  • 5,154