database » Computer internet security 
information computer networking security
 
|
|
|
News
|
Advertise
|
|
Products
|
Contact
 

Posts Tagged ‘database’

Centralized database save cost in geographic dispersion

Tuesday, November 11, 2008 21:22

Geographic dispersion of organizations is not an entirely new concept. Large firms have connected major regional offices to their centralized databases using dedicated lines for years. The difference now is that geographic dispersion is taken to greater extremes to provide cost savings and improved contact with the firm's customers. Large ...

This was posted under category: Data Security  |  Read Full Story  |  0 Comments

A distributed database offers an antidote

Thursday, November 6, 2008 21:12

A distributed database offers an antidote to "putting all your eggs in one basket." The key difference between a centralized and distributed database is where the information is stored. A document management system using a distributed database stores all the necessary document profiling information dispersed throughout the network. The information ...

This was posted under category: Data Security  |  Read Full Story  |  0 Comments

Central database have control and failure

Monday, November 3, 2008 21:12

A document management system that employs a central database stores all document profile information in a single, monolithic database. Typically this is a relational database management system (RDBMS) that resides on a dedicated Server attached to the network. As users of the document management system work with documents across the ...

This was posted under category: Data Security  |  Read Full Story  |  0 Comments

Role of document management software

Monday, November 3, 2008 21:10

Document management software is designed coordinate and control the documents created, maintained, and used within a firm or organization. Virtually all electronic document management systems also offer additional functionality as a rule—including version control, document archiving, full-text indexing, content-based retrieval, network mirroring, workflow, and so forth. But the heart and ...

This was posted under category: Data Security  |  Read Full Story  |  0 Comments

Upgrading mysql database

Monday, October 6, 2008 22:56

The installing of mysql database is really a task but once you know how to intall the mysql then upgrading should not be a problem except few more parameters to consider. The following items form a checklist of things that you should do whenever you ...

This was posted under category: Data Security  |  Read Full Story  |  0 Comments

Possible corruptions in MYSQL database

Monday, October 6, 2008 22:45

MySQL database is well but as any other application it has errors and bugs so it may crash sometime. Also operation system may be mal functioning, hardware has problems or simply power off, which all means database behaving unusual - MySQL Shutdown is unexpected and there could be various inconsistences. So ...

This was posted under category: Data Security  |  Read Full Story  |  0 Comments

How to protect site for sql injection

Saturday, January 12, 2008 22:42

The most common methods to prevent this kind of SQL injection vunerability are to check the user's input for dangerous characters like single-quotes; and using prepared statements, which tell the database exactly what to expect before any user-provided data is passed to it.  One should keep in ...

This was posted under category: Data Security  |  Read Full Story  |  1 Comment

Uploading huge database files to server

Saturday, October 20, 2007 2:24

I have come across to a  problem facing by many peoples in uploading or dumping huge sql database files on the server. I came across to many solutions like importing, xml import and so on. But the problem still exist beacause of server time, file size permission etc Here is a one ...

This was posted under category: Business security  |  Read Full Story  |  0 Comments

SET SQL_MODE=NO_AUTO_VALUE_ON_ZERO

Saturday, October 6, 2007 12:42

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; happens when different version of mysql is being used. When you are transfering from one server to another you should keep in mind the versions of database use in a new environment especially the mysql. However i was also victimized of above bug which i fix after ...

This was posted under category: Blogging security, Data Security  |  Read Full Story  |  2 Comments