How can I reset / restart the value of AUTO_INCREMENT in Mysql , without using TRUNCATE ?
In some cases, it is not possible to use TRUNCATE table in some tables.
In this script one I have an expandable table Showing by GROUP by nome , that when we click on the line, will expand, showing a second table listing all the lines referring to GROUP by nome .
Closed Table:
OpenTable:Howshoul...
I have an Excel file with a lot of data, the problem is that there is apparently some double-quote data, and when you load that data, all columns are mismatched and therefore the data is populated in wrong (different) columns.
I am using Drea...
Can someone help me get a doubt here? I'm starting in php now, I created a database in mysql (phpmyadimin) and listed the primary key of one table as a foreign key in another. At the time I run the php script with the idea of saving in the datab...
I have, in short, the following structure:
Suppliers : id | cnpj | razao_social | endereco_id People : id | nome | tipo_pessoa | fornecedor_id
Model - Supplier:
public function endereco() {
return $this->hasOne('...
I created a function to register images that until yesterday at 6:00 PM worked normally and this morning the form data is not being passed.
incredible as it may seem, nobody tampered with the code.
<?php //Chama a função inser...
I have in the page that lists the properties of my site a search form and a select that does the ordering of the result.
Theproblem:Searchingtheformandpassingintheurlthevaluesviagetctr=0&min=20000&max=999999&suites=3etc.andsoonafterc...
I have the following situation:
I have a simple example form to display information for a bank to change and then write them back. In this case the problem is in the NAME_OPERATOR, where I wanted to have already set the value that is stored in t...
Good evening, I come here to question the SO community if anyone has an idea how to do this:
Example, when we insert an IMDB link in the input and give submit, it adds the movie to the order list as in the image ..
I have a Desk system in which I'm trying to connect to a database that stays on the server. But every time I try to connect it gives the following error:
java.sql.SQLException: null, message from server: "Host
'nco-inf-04.cop.com.br' is...