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...
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...
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...
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...
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...
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...
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...
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...
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...
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...