Questions tagged as 'mysql'

2
answers

How to save multiple checkboxes in the database with Laravel?

I'm developing a site in Laravel and wanted to know how to controller should be able to save multiple checkboxs chosen in the database. form file: <!DOCTYPE html> <html lang="pt-br"> <head> &l...
asked by 13.03.2017 / 19:32
0
answers

Which alternative to SQL_Latin1_General_CP1251_CS_AS in MySQL

What would be an alternative in MySQL for COLLATION SQL_Latin1_General_CP1251_CS_AS for MySQL or how can I remove accentuation of a string (or entire table or column) using commands? Reference : link     
asked by 07.03.2017 / 18:07
0
answers

How do I open a link sent by email when I log in?

I am sending a link to a user, but since it is not logged in it directs you to the login page, but when it puts user and password it goes to the main page of the php system, how do I enter the username and password it opens the link and is not r...
asked by 07.03.2017 / 17:11
1
answer

Search last record of a different group

I'm developing a small vaccine control system and I'm having a hard time performing a select. I have a record of dogs, another of types of vaccines and a third of vaccine per dog, where I group the dog's id, type id of the vaccine (v10, antir...
asked by 10.03.2017 / 17:12
0
answers

Problem with Widfly

I'm having an error while starting the bookstore project with Widfly 10. Even the connect to the database was working, agr when connecting to mysql I'm having problems. I've already created the database. I put the module and jar files in dir:...
asked by 01.03.2017 / 00:46
1
answer

You are giving the error: Can not create table when creating this table in MySql using foreign key [closed]

create table clientes ( cpf varchar(15) primary key, nome varchar(50), rg varchar(10), dt_nascimento date, senha varchar(10), rua varchar (20), numero varchar(6), bairro varchar(20), cidade varchar(20), ce...
asked by 21.04.2017 / 18:51
1
answer

JDBC connection in Eclipse Neon

I need help adding the JDBC driver to my project made in Eclipse Neon version. If possible, pass on a connection class for testing.     
asked by 26.02.2017 / 16:27
0
answers

Wordpress error with apply_filters () in load.php

Everyone, I have this error:    Fatal error: Call to undefined function apply_filters () in   /var/www/html/lojadec.com.br/web/blog/wp-includes/load.php on line   316. I do not know what to do!     
asked by 12.03.2017 / 15:05
0
answers

Record / Change input of same IDs

Good afternoon guys. I have a question about recording several inputs with the same id in Mysql, I have already looked for several pages and I have not yet got a solution how to do it. I have a client registry, which is currently in a single...
asked by 12.03.2017 / 20:52
1
answer

Is there a way to join 2 queries of distinct tables in a single query?

I would like to know if there is a way to join 2 queries of different tables in a single query? For example, in the code below I have 2 queries in separate tables. However, is there a way to perform these 2 queries as a single, one at a time,...
asked by 23.02.2017 / 15:20