@WLS-ITGuy said in MySQL/PHP issue.:
@marcinozga
Yes. If I CD to /var/www/moodle/ and run 'php admin/cli/mysql_compressed_rows.php --list' I get PHP Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 49152 bytes) in var/www/moodle/admin/cli/mysql_compressed_rows.php on line 152
Run that same php info.php file from the CLI... and search for the php.ini file that way...
php info.php|grep -i "php.ini"
And see what file(s) it spits out.
Edit: Dang... Day late, $1 short.