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
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
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.