Questions tagged as 'mysql'

0
answers

# 1045 - Access denied for user 'root' @ 'localhost' (using password: YES)

MYSQL started marking me an error and I can not access by console or phpmyadmin, My system accesses it normal but I do not, and I need to update the database.    the password is correct and was not modified or some way to modify i...
asked by 28.03.2018 / 15:40
0
answers

Error in creating an instance with jsf-spring-hibernate-mysql

I created in Netbeans a login with hibernate (annotations) and access to MySql but when I added Spring (also with annotations) I got stuck, already in the first attempt Spring does not create the instance of an object (dependency injection) . I...
asked by 20.03.2018 / 01:30
0
answers

Show datetime of MySQL in input datetime-local html

I have a problem bringing a date and time from a MySQL table that I saved previously through an HTML and PHP form. Here my code: <!doctype html> <?php include('libreria/motor.php'); require ('connection.php'); require ('libreria/veri...
asked by 18.03.2018 / 05:28
0
answers

Visual basic data problems with mysql

I need help with an error that I am having in visual basic 2012, I have made the connection of the database with visual, by the configuration assistant of data origins. but I can not add my tables. This is the mistake if someone can help me. ple...
asked by 16.03.2018 / 04:04
1
answer

condition of days to show boostrap datepicker

I have the following problem: I have a list of services and each service has a production time, for example: Service 1 - > 7 Days Habiles. Service 2 - > 5 Daily Days. This list comes from Mysql through a SELECT nested by ajax. What...
asked by 04.04.2018 / 02:32
0
answers

Security when entering credentials MySql in php

Hello! From what I understand everyone can see the code of a page, if I want to make a connection to a database, when entering the host, user, password would be shown in the code of my page (.php) and all could see him? It is a system that can n...
asked by 16.03.2018 / 23:04
0
answers

name 'cursor' is not defined.Python27

Hello, how I have a doubt which in the script I have, I defined the connection and the cursor but when running that code fragment gives me the error name 'cursor' is not defined. I hope to explain. In the first line of the function I make...
asked by 14.03.2018 / 03:28
2
answers

It does not take the correct values in my SELECT

Realize my BD with my main table "worker" , and that others depend on it an example is my table "nomina" with the fields: id_nomina and descripcion_nomina , what I intend with this is that it is inserted or modified through the ID and that it...
asked by 14.03.2018 / 05:04
0
answers

Print mysql of 2 tables for data comparison

Hello I will explain briefly what I want to do is store projections the information of what your goals were in a different database and in a table called projection and your current sales are in another database in table sale I want to print in...
asked by 13.03.2018 / 19:39
1
answer

Connect mysql to drupal 7

I have problems connecting MySQL to Drupal 7, it turns out that I have MySQL installed on a separate server with IP: 192.168.0.5 port 3306 with a database with a drupal name and a user with a drupal name. My Drupal 7 is installed on a machine wi...
asked by 14.03.2018 / 14:31