4 MINDS

4MINDS Gestão de Conhecimento

Pesquisar..

Receber novidades

Cloud tag

Mais visitados


Mais recentes


4 resultado(s) encontrado(s) para MySQL em 0.024 segundos

MySQL ignorar acentos na busca

Para buscar dados em um campo ignorando os acentos e outros caracteres epeciais use: select * from table_name where upper(description) like _utf8? collate utf8_general_ci


MySQL - Como resolver erro mysql: Incorrect datetime value: '0000-00-00 00:00:00'

execute: UPDATE users SET created = NULL WHERE CAST(created AS CHAR(20)) = '0000-00-00 00:00:00'


MySQL NDB Cluster

Configure three node as Manager + MySQL/API + Data Node - Create tables on cluster: Use  ENGINE=NDBCLUSTER - Pré configs Permite all connections between nodes Configure /etc/hosts to all nodes - Configuration expected


ERROR at line 2013 in file: 'db.sql': Unknown command '\"'.

mysqldump -h$MYSQL_HOST -u$MYSQL_USER -p$MYSQL_PASSWORD db --hex-blob > db.sql