

live MySQL queries
On your mysql console…
mysql> SHOW VARIABLES LIKE "general_log%";
+------------------+----------------------------+
| Variable_name | Value |
+------------------+----------------------------+
| general_log | OFF |
| general_log_file | /var/run/mysqld/mysqld.log |
+------------------+----------------------------+
mysql> SET GLOBAL general_log = 'ON';
Then!
tail -f -n200 /var/run/mysqld/mysqld.log
After debugging… don’t forget to turn it OFF!
mysql> SET GLOBAL general_log = 'OFF';
adminer

observador.pt – 79,9€ to 1€ promo!


WordPress gutenberg bug – featured image

MailgunServiceSupportInternetOnlinene
A new SCAM is up!

404.jpg EPIC!

Premature end of script headers: test.cgi
Premature end of script headers: in.cgi
Apache/2.2.15 (Unix) DAV/2
PHP/5.2.17 configured
suEXEC
mod_perl installed?
.htaccess not being read properly
Apache 2.2 not reading the .htaccess?
<Directory “/var/www/html”>
AllowOverride All
Try to edit the .conf for the domain and use AllowOverride All.
Save and restart Apache.
The used table type doesn’t support FULLTEXT indexes
ERROR 1214 (HY000) at line 323: The used table type doesn’t support FULLTEXT indexes
Upgrade to 5.6 and use InnoDB Full-Text Search