Questions tagged as 'mysql'

0
answers

Codeigniter connection problems

I was working on a codeigniter project from wampserver and it ran perfectly but now I change to a mac and install the project in mamp and throws me the following error    A Database Error Occurred Unable to connect to your database se...
asked by 01.06.2017 / 16:58
0
answers

Clear form after submitting, PHP

I made a registration form, when sending the form sends the data to another file "registro.php", when sent if it is registered correctly it will show a message and a button that returns the history to insert other records, not I can put a hre...
asked by 02.06.2017 / 14:54
1
answer

slider in js problems to read the BLOB images

I have a code that works perfectly on another website, but in this one that is a renewal it is giving me problems, I attach the error and the code:    (!) SCREAM: Error suppression ignored for   (!) Warning: mysql_num_rows () expects paramete...
asked by 30.05.2017 / 20:39
0
answers

Insert the values of an HTML table into a table in the BD

I have the following table: I would like the following values to be entered in the BD: Employee, Employee Name, Date and finally the option that is selected from the 7 available. At the moment the source code I have is the following:...
asked by 26.05.2017 / 20:22
0
answers

I can not connect to my Hostinger database. "(28000/1045): Access denied for user"

I have connection problems with external databases, this time I have tried to connect my app with Hostinger web hosting. I have uploaded the php files, and when I tried the connection through Hurl.it it gives me everything ok: GET http://g...
asked by 07.06.2017 / 19:35
2
answers

How to check availability by dates?

Hi, I'm working with a calendar and I have this relationship between tables What I want is to know if the event I am entering can have the person in charge that I am choosing for him, since this person in charge may already have an event f...
asked by 28.05.2017 / 00:23
1
answer

Syntax to remove the privilege of a user from a stored procedure?

On the MySQL command line I gave a user permission to access a stored procedure (Stored procedure) with the following syntax: GRANT EXECUTE ON PROCEDURE Acervo_bibliografico.InsertarDatoUsuario TO 'Brandon_Padilla'@'localhost';...
asked by 21.05.2017 / 00:18
1
answer

Advanced search by button

I've been looking for a way to do the typical search in the navigation bar but this time using a button with the appearance of a link, I intend to make a MercadoLibre type filter This is my code: <?php session_start(); require 'extras/c...
asked by 20.05.2017 / 18:10
1
answer

Take out an sql query from the following tables [duplicated]

Hello, good morning and I look forward to your help. I need to get out of the table restaurant: , from the table user: and the user_type table all those restaurants that do not belong to a user type of id = 1 (owne...
asked by 20.05.2017 / 17:52
0
answers

Problems receiving email in dovecot-mysql

What happens to me is that when I want to receive mail I get it ..    May 22 12:06:41 midomain postfix / qmgr [1843]: warning: connect to transport private / virtual: No such file or directory I do not really know what it's headed for. I...
asked by 22.05.2017 / 16:15