Displaying 8 results from an estimated 8 matches for "sql_mode".
Did you mean:
sql_code
2012 Dec 05
0
Announce: Puppet Dashboard 1.2.15 available
...d version of 1.2.15:
http://projects.puppetlabs.com/projects/dashboard
Documentation is available at:
http://docs.puppetlabs.com/dashboard/index.html
===============================
## Puppet Dashboard 1.2.15 Bug Fixes ##
===============================
(#16333) Override AR MySQL connector to set sql_mode
Currently if there is a problematic sql_mode set globally it will end up
breaking things. This patch overrides the configure_connection function
of the MySQL connector to explicitly set the sql_mode to traditional for
the session so that if something that breaks the queries used by...
2014 Aug 28
2
sql codificación R
...icamente me
informa que no es UFT-8.
Desconozco que pasa, ¿alguna idea?
Desde ya muchas gracias.
Javier Rubén Marcuzzi
------------ próxima parte ------------
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='TRADITIONAL,ALLOW_INVALID_DATES';
CREATE SCHEMA IF NOT EXISTS `usuario` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci ;
USE `usuario` ;
-- -----------------------------------------------------
-- Table `usuario`.`usuario`
-- -------------------------------------...
2012 Jun 08
2
MySQL settings for puppet dashboard
Hello Group,
I have a problem with pending tasks in puppet-dashboard after I set the
MySQL parameter autocommit = 0 and sql_mode = TRADITIONAL. Does the
dashboard need autocommit to be enabled?
Workers are running:
env RAILS_ENV=production script/delayed_job status
delayed_job: running [pid 4995]
delayed_job: running [pid 5019]
Regards Kai
--
You received this message because you are subscribed to the Google Gro...
2013 Jun 21
2
tables between dovecot and postfix and a paradoxical question
Dear all,
I read we create the following table in wiki2 :
CREATE TABLE users (
userid VARCHAR(128) NOT NULL,
domain VARCHAR(128) NOT NULL,
password VARCHAR(64) NOT NULL,
home VARCHAR(255) NOT NULL,
uid INTEGER NOT NULL,
gid INTEGER NOT NULL
);
But i read the following text in the official postfix documentation :
"DO create tables with each matching item as a
2014 Sep 30
2
home from SQL
Currently I'm using
user_query = SELECT 1000 AS uid, 1000 AS gid, '/srv/vmail/%2.256Hu/%Lu' AS home, ...
so I'm hashing based on %u (basically). But in my SQL db I have a
"unique_identifier" field, which never changes, even when the user is
changing his/her email address (due to marriage or the like).
What I'd really like to do is to use %u to find the value of the
2011 Oct 11
11
Reporting for Asterisk Call Center
Dear Tariq;
About elastix.org, this can be use with Asterisk or it is coming as a complete IP Telephony, Call Center, IVR and Reporting?
Because, I do not need to install another IP Telephony on the server which already has asterisk which is an IP Telephony, this will cause a problem in the service (for example, when listening for SIP port of 5060).
2008 Sep 12
1
restful_authentication rspec failures "Mysql::Error: Incorrect datetime value:"
I am getting 193 failures that all have "Mysql::Error: Incorrect
datetime value:"
how do i fix this??? i am new to rspec and restful_auth, so if i am
doing something wrong, let me know!!!
windows xp
rails 2.1.1
rails testproject
cd testproject
# create my databases and edit database.yml
git init
git submodule add git://github.com/dchelimsky/rspec.git vendor/plugins/
rspec
git
2009 Jun 12
1
SAMBA+PDC+Mysql authentication Backend
...o sonia yeruti
create mask = 0777
directory mask = 0777
and my mysql database samba_auth dump is
-- phpMyAdmin SQL Dump
-- version 3.1.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 12, 2009 at 04:00 PM
-- Server version: 5.0.51
-- PHP Version: 5.2.4-2ubuntu5.6
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `samba_auth`
--
-- --------------------------------------------------------
--
-- Table structure for table `user`
--
CREATE TABLE IF NOT EXISTS `user` (
`logon_time` int(9) default NULL,
`logoff_time` int(9) default NULL,
`kickoff_time`...