Welcome to the 152 nd edition of Log Buffer , the weekly review of database blogs. PostgreSQL Courtesy the United States PostgreSQL Association , the big news: PostgreSQL 8.4 Released!
Continue Reading
MySQL delivers enterprise features, including: Partitioning to improve performance and management of very large database environments; Row-based/Hybrid Replication for improved replication security ; Event Scheduler to create and …
Continue Reading
It’s not the most common task in the world, but you might want to view processes from a particular user and once in a while you might even need to kill processes from a single user, be it during an attack or because you simply got a bug in an application bombarding your db server with connections! Here is a small stored procedure which does exactly that! call process_list ( ’show’ , ‘username’ , ‘hostname’ ) ; – shows all processes owned by username@hostname call process_list ( ‘kill’ , ‘username’ , ‘hostname’ ) ; – kills all processes owned by username@hostname The code for this stored procedure can be found below. If you have any comments / suggestions feel free to comment below. ###################################################################### ##
Continue Reading
MySQL delivers enterprise features, including: * Partitioning to improve performance and management of very large database environments * Row-based/Hybrid Replication for improved replication security …
Continue Reading
Maintain data standards and security , including adherence to the Data Protection Act, PCI, and/or other requirements as needed. Writes database related documentation, including data standards, procedures, and definitions for the data …
Continue Reading
09.27.27 MySQL Connector/Net SSL Certificate Validation Security …
Posted on 02. Jul, 2009 by admin.
09.27.27 MySQL Connector/Net SSL Certificate Validation Security Bypass. Thursday, July 2nd, 2009 at 10:28 pm
Continue Reading
how to take database backup from mysql server? | Peterson Alarm …
Posted on 02. Jul, 2009 by admin.
4 months data is present in mysql server, i take the whole database backup everyweek.so ,instead of taking complete database backup how to take only that. … Alarms & Security Issues …
Continue Reading
The characters you type in the security check must match the characters in the picture or audio. To add a comment, sign in with your Windows Live ID (if you use Hotmail, Messenger, or Xbox LIVE, you have a Windows Live ID). …
Continue Reading
Layer 8 Linux Security: OPSEC for Linux Common Users, Developers …
Posted on 02. Jul, 2009 by admin.
Put up a nice php/ Mysql CMS or another sharing portal? Using SVN? You might have just opened a nice encrypted tunnel directly into your systems
Continue Reading
For your account security , in the binding process you may be asked a series of security issues to ensure that you are a legitimate user of the account. After completion of binding, you can charge the time game in “World of Warcraft” account .
Continue Reading
Code caches are used to primarily lessen the impact of “hard parse” activity where, after SQL and stored code statements are initially executed and checked both syntactically and for security , the sometimes costly process of generating …
