Questions tagged as 'mysql'

0
answers

What happens with my root user

I am trying to create a database but I do not succeed because there is no root user or user with global permissions that I can try to assign privileges and also create a new user with all the privileges but I throw myself   Access denied; you...
asked by 14.12.2017 / 01:49
0
answers

Download PDF file

   Jquery The information of inputText is sent: Send button: $.ajax({ data:{ "alumno":$("#txt_nombre").val(), "matricula":$("#txt_matricula").val(), "carrera":$("#txt_carrera").val(), "grupo":"ewq", "celular":$("#tx...
asked by 11.12.2017 / 05:37
2
answers

Problems when importing an xml file into a MySQL database using PHP

Good day, I have the following problem, I hope you can help me. I want to import an XML file into a MySQL database using the following code. My XML file is the following: <xml> <clubnet>01/12/2017</clubnet> <escue...
asked by 11.12.2017 / 17:13
0
answers

Query from MySQL to SQLServer

Good day, I need to make a query from mySQL to Sql Server. This is the scenario: I have an application on a Linux server that works with a database in MySQL, there is a database that runs on Windows Server 2008 with sql Server, I need to bring t...
asked by 09.12.2017 / 18:14
2
answers

How to put data in input, depending on the value of a combobox?

I have a combobox where I select a table called 'sites', within this table I have the columns (Reference, Site, Address, Phone, City) and the column "Site" are the data that are displayed in the combobox . What I could not do is that depending...
asked by 10.12.2017 / 02:56
1
answer

Select Rand () between From GroupBy and with OrderBy

I have a table with the following fields: id code category web_sales brand I want to show only random code in Laravel and group it by category but that the code is generated randomly. The problem is this: how do I group the cat...
asked by 19.12.2017 / 01:42
0
answers

How can I get codeigniter a COUNT () or a SUM () of the same value?

Well, that ... I'm making an application with Codeigniter, and everything is going very well, but to present a summary of data I'm looking for a solution to get the sum of the number of times that value is positive (but in this case it is litera...
asked by 15.12.2017 / 07:03
0
answers

Relate 3 tables for java project

I have a question about mysql + java , I'm doing a project that I need to use 3 tables, and use methods to call data in common, but I do not know how to do them in a way in which the 3 are related to make the queries. Since I need a cu...
asked by 08.12.2017 / 20:06
2
answers

How to fix Deprecated mysql_connect in an install file?

I could help someone with this error (Deprecated mysql_connect), I explain: I have an old script, this contains a typical installation interface. Everything is fine until the final installation step where I get these two errors:    Deprecated...
asked by 08.12.2017 / 13:54
0
answers

Corrupt tables in Mysql with Engine InnoDB - Linux

I am doing the restoration of a corrupted BD, that is, I can not perform consultations, modifiations, updates, etc. Check the following error: Error 1146 (42S502): Table 'nombre_tabla' doesn't exist . Due to this error I can not perf...
asked by 09.12.2017 / 03:40