Questions tagged as 'mysql'

1
answer

Save time and date in separate columns in MySQL automatically

I need to save the current time and date separately when the query is executed automatically but I am not sure how I can do this and if it is the correct way I do it. CREATE TABLE 'prestamo_equipos'.'prestamo_usuarios' ( 'alumno_matricula' I...
asked by 09.11.2018 / 03:11
0
answers

Fatal error during command execution (MySQL, VBNET)

I have a problem when inserting data from a VB.Net application to a Mysql database, the problem I have has been asked by many other people but I can not find exactly what my code is failing Function Guardar_Datos() As Boolean Dim err As...
asked by 09.11.2018 / 00:53
0
answers

Delete records with related tables

I have 3 auto boards, AUTO TYPE AND I ASK what I'm trying to do is that when I delete a car type I get rid of the car related to that type of car and the requests made with this type of car are my tables CREATE TABLE [dbo].[Arriendo_Autos] (...
asked by 05.11.2018 / 18:25
0
answers

Error with XAMPP and MySQL

I tried to change the "config" to cookie or http in the phpmyadmin config.inic, with the http does not let me pass even if the password is correct (rather the menu goes infinitely without giving me an answer / error message ) while with co...
asked by 05.11.2018 / 19:54
0
answers

faults when handling an object

I am creating a page to store the information of several disks, which is linked to a phpmyadmin database. Inserting works for me, but when consulting, editing, searching and deleting I do not find the created object well. This is the index_disco...
asked by 09.11.2018 / 17:01
1
answer

How to create a scheduled CRON task in linux

I have a scheduled task that executes a script in php and it verifies me in MYSQL database if there are other tasks programmed and what is its status. I understand that to create a task I must do the following crontab -e in the linux c...
asked by 03.11.2018 / 15:47
0
answers

How to read data and send it to another PHP page?

Hello. You can help me I need that when the user click on register another page appears but it can vary if there are several Cards (I am using Materialize) and must show different data according to the group name like 3S1-IS, 1S1-CIV. A...
asked by 06.11.2018 / 03:01
0
answers

How to recover my mysql account?

I recently started with mysql on my computer to put it on a nodejs server. I do not know anything about these two things, I'm just starting but I do not know if I touch something or I did that from one day to the next my lifelong password tells...
asked by 06.11.2018 / 00:08
0
answers

Connect PHP with Google Calendar

I would like you to help me how to make my php form data, apart from being stored in the database, saved as an event in a google calendar. I hope your comments for help soon Thank you very much ...     
asked by 02.11.2018 / 16:49
0
answers

Correct way to sort records

Good hope you can help me, I have two tables with the following information: (Client Table) clienteid nombre direccion telefono email --------- ------- --------- -------- -------- 001 gallo...
asked by 02.11.2018 / 23:02