PHP.ph

Posts Tagged ‘MySQL

18 Oct, 2009

Repair MySQL Tables

Posted by: aqua In: MySQL

SSH through PuTTY.
Check mysql tables.
mysqlcheck [DBNAME]
Repair database tables.
mysqlcheck -r [DBNAME]
That’s it. Short and simple.

Tags: ,

Stefan Esser presents an approach, a way to detect unknown query types which are result of SQL-Injection. The said approach is a simple way to make arbitrary applications more secure without touching a single line of code.
This approach is based on the idea that SQL queries issued by an application always have a certain structure. [...]

Tags: ,

This is a continuation of the topics Apache on Windows and Installing PHP 5.2.6 on Apache 2.2.9.
Download mysql-5.0.51b-win32.zip from http://dev.mysql.com/downloads/

Tags: ,

25 Nov, 2007

Jamp!

Posted by: aqua In: Apache| Java| Linux| PHP

Jamp! is updated
All packages are updated to the latests stable version available
The “Server” and “Service” commands are added for Tomcat 6.0
Jamp.hta UI is updated

14 Nov, 2007

PHP.ph

Posted by: admin In: Uncategorized

Welcome! This will be the first post in the nth generation of PHP.ph. Here you will read news and views about Linux, Apache, MySQL and PHP (LAMP).


About PHP.ph

Linux Apache MySQL PHP