Questions tagged as 'mysql'

0
answers

How to make a remote command console

I am trying to make a command console from a website that when writing a command in the console (Windows) returns what is printed on the screen but in the same website, what I need is that it is interactive, that when pressing enter or some butt...
asked by 03.01.2019 / 15:19
0
answers

Help to replicate MSSQL in MariaDB with SymmetricDS

I am trying to configure the SymmetricDS tool to replicate a database hosted in SQL Server in a new table in MariaDB (or MySQL). I have the nodes running but the synchronization does not start because I have to create some records in the table...
asked by 03.01.2019 / 11:45
0
answers

How to make a treeview with Vuetify?

I'm having a problem, and it's like doing a treeview with Vuetify: <template> <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <div class="panel panel-default">...
asked by 30.12.2018 / 20:38
2
answers

Save path in MySQL POINT

I need to save a complete path set by GeoPuntos ( POINT ) in mysql to be displayed in an application
asked by 16.04.2016 / 18:27
1
answer

Checkbox does not work on a page table

I have a CheckBox that does not work when I click on the other pages of my table, it does not send me the parameters. In my code I call the function in this way.     
asked by 18.04.2016 / 17:02
1
answer

SQL query of all the questions except that the column "correct answers" of the other table is equal to 4

The purpose of the query is to show all the rows in the table "questionsService Operator"; except those in "correctResponse" have a value greater than 3 and except in the table "repliesTestUsuario" does not mention that numberQuestion. SE...
asked by 27.12.2018 / 20:53
0
answers

connectcxion problems with the jdbc

a project of mysql 5.7 was carried out, the update was made to 8.1 but at the time of the update, the jdbc did not work anymore and it continues to mark the same error as this ! [ ] 1     
asked by 27.12.2018 / 19:23
0
answers

Doubt with php and mysql ticket system

I'm doing a ticket system for reports that users do. Until the insertion of data everything is correct. The thing is, I've made two different tables, one called remedy where the ticket data is stored and another one where you have your informati...
asked by 28.12.2018 / 10:16
2
answers

How to leave the options menu different according to profile

What would be the code so that according to the user's profile, they may or may not access an option in the menu. I have the profile table 1-admin , 2-secretaria and 3-gestionhumana . The menu is as follows !DOCTYPE html&...
asked by 28.12.2018 / 15:23
0
answers

Parse error: syntax error, unexpected 'else' (T_ELSE), on line 26?

Says I have an error in analysis in the else but I do not see error, can you help me? <?php $conn = new mysqli("localhost","root","","antetodopopayan"); $sql = "UPDATE informacion SET estado = 1 WHERE estado = 0"; $result = mysqli_quer...
asked by 28.12.2018 / 16:06