A PHP Error was encountered

Severity: Warning

Message: fopen(/var/lib/php/sessions/ci_sessionanuuqg2ngu0inm8m45qvs0h3cj395kju): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /var/lib/php/sessions)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

Which mode is a shorthand for ‘both strict modes plus

Home » MYSQL » Mysql Error handling » Question
  1. Which mode is a shorthand for ‘both strict modes plus a bunch of other restrictions’?
    1. TRADITIONAL
    2. ERROR_WHEN_DIVIDE_BY_ZERO
    3. STRICT_TRANS_TABLES
    4. STRICT_ALL_TABLES
    5. None of these
Correct Option: A

In MySQL, the ‘TRADITIONAL’ mode is used to enable the strict mode. It also enables all of the additional restrictions by the command ‘SET sql_mod = ‘TRADITIONAL” The other SQL modes have other functions.



Your comments will be displayed only after manual approval.