Questions tagged as 'mysql'

0
answers

Undefined index: password in C: \ xampp \ htdocs \ Mentor \ checklogin.php on line 20

In my form I have the input with the names username and password <div class="form-group"> <form name="" id="loginForm" action="checklogin.php" method="POST" enctype="multipart/form-data"> <div class="form-g...
asked by 25.05.2018 / 14:46
2
answers

Separate PHP Array for BD insertion

I have the following code line: echo '<td><input type="checkbox" class="js-switch" name="permiso[]" data- color="#99d683" data-secondary-color="#f96262" data-size="small" value="'.$item.','.$id_user.'" /> </td>'; Where $...
asked by 24.05.2018 / 16:46
1
answer

Join returns duplicate records mysql codeigniter

I'm doing a coansulta to 3 tables that have a common id, but it returns duplicate records twice each one of them public function select_informacion_encargados(){ $this->db->select('encargado.nombre, encargado.materno, encarga...
asked by 25.05.2018 / 05:59
0
answers

Integrate ckfinder with ckeditor

I have downloaded version 4.9 of ckeditor and version 3.4.2 of ckfinder. The purpose? to be able to upload images from the textarea and show the content of an article with images and videos. THE PROBLEM? The CKeditor loads me, but when I click o...
asked by 30.05.2018 / 15:17
0
answers

Problem with federated tables does not make the change

and configure my my.ini file and add the [mysqld] federated statement but still does not make the change to be due? (screenshot after adding the federate line and restarting the server) continues without accept federated tables By putting...
asked by 24.05.2018 / 15:16
1
answer

VB.NET mysql_native_password Access denied

What can be failing? The user has the password: 8vQ3roQMyLAIgcws I tried changing the password and re-entering but nothing ... I put the code to make it easier for you to copy: Imports MySql.Data.MySqlClient Public Class Form1 Pr...
asked by 24.05.2018 / 21:55
0
answers

How to migrate API data to my MYSQL db

Greetings to everyone as they are. I have a doubt and it is as follows: I have a query with N records of a JSON API and I want to migrate that data to my db MySql, but that query contains data from several tables of my db, I thought about usi...
asked by 29.05.2018 / 19:45
0
answers

extract data from a BD table called note in a shopping cart session for editing

hi greetings I would like to know if someone could help me, what happens is that I am developing an online store in which after saving my shopping cart in my bd, haora was born the need to edit the data of the cart that I keep in the bd, I have...
asked by 24.05.2018 / 06:27
0
answers

Install keyring in MySQL

I am trying to install and configure the keyring plugin to be able to encrypt an existing database in MySQL. My version of MySQL is 5.7.19-0ubuntu0.16.04.1 In the configuration file /etc/mysql/my.conf I have put the fo...
asked by 24.05.2018 / 08:32
0
answers

Enter data to 2 tables

I'm doing a shopping module. The code is already made to enter the sales table and sales detail. When I enter a product it works correctly but when I want to enter more than 2 objects at once I get this error: preg_replace(): Parameter mismatc...
asked by 20.06.2018 / 14:19