RSS

mysql

Giải quyết triệt để vấn đề tiếng Việt trong MySQL

Đi tới các diễn đàn liên quan tới IT thường gặp những câu hỏi đại loại như:
- Mysql database migration and special characters
- Dữ liệu UTF-8 và chuyển đổi máy chủ MySQL
- Khi em export database từ MySQL5.x (Home) sau đó restore vào MySQL 4.x thì font chữ hiển thị không đúng, bác nào bít giúp em với.
- Vẫn là vấn đề lỗi phông Tiếng Việt với MysQl 5x
- Lỗi phông chữ hiển thị do trình duyệt hay Mysql (more…)

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
08 May 2009 | WebServer | , , | 0 Comments   

Blind MySQL injection and database stressing

Complete with the rest of Mysql blind injection papers in the web.

Currently tools are being used to get SQL data from a blind (Microsoft) sql injection, like datathief of absinthe. The problem in Mysql is the dificulty to get the database structure. In Mysql there are no Objects database or alike, so it’s not possible to create an stored procedure to walktrough a database catalog as these programs do with other database managers.

The approach explained here is from a web service viewpoint. It’s, from a web service vulnerable to sql injection.

Current Blind SQL injection methods (more…)

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)