Questions tagged as 'mysql'

0
answers

triggers or mysql stored procedure [closed]

I am carrying out a project of industrial warehouses and warehouses but I have a doubt when making the registration of contracts. When I register a contract, I occupy a warehouse that is identified by its id. The problem comes when I register 2...
asked by 28.11.2018 / 06:09
1
answer

Could not Connect to the Server: There Was Some Error

When trying to connect from PHP to the server I get the following message: No Se Pudo Conectar Con El Servidor: Hubo Algun Error. The php code is as follows: <?php //conectamos Con el servidor $conectar=@mysql_connect('localh...
asked by 27.11.2018 / 08:09
3
answers

Help with SQL statement to show in my SELECT that data does not exist

Greetings guys I need help with the following: I have a table with more data than 6000 data and I need to make a query in phpmyadmin where I will provide a data packet to look for and this will tell me what data I am looking for do not exist...
asked by 19.11.2018 / 15:30
0
answers

Laravel - Auth :: attempt

Good morning community of Laravel, today I come with a challenge, I hope your favorable answers. I would like to be able to authenticate myself with users of two different databases. Validate information is not a problem. In my application I...
asked by 23.11.2018 / 20:36
4
answers

I can not enter data in the mysql database using a php form

I have a user registration form, and when I execute it, it tells me that it has been connected correctly, and that the user has registered, but when entering mysqladmin , there is no record in the database. I have the following form code:...
asked by 27.10.2016 / 18:59
1
answer

Problems retrieving data that contains unicode in mysql

Dear friends, they passed me a site where I have to repair the search function and I run into the following problem: There is a column in the bd, for this example 'name', which stores the data in the following way: {"is": "Balloon Puc \ u00f...
asked by 07.11.2018 / 15:16
1
answer

Obtain data from a Pivot laravel table

I'm trying to get the data from my pivot table. Right now the way I do it is like this $sala = Saluser::where('sala_id',$sala->id)->pluck('user_id'); $usuario = User::whereIn('id',$sala)->get(); The drawback is...
asked by 14.11.2018 / 22:34
1
answer

Notice Array to string in line 72

I have the problem with an insert in php the rest of the models make it perfect except this one, I leave the insert code pointing to the line 72 public function Insertar($r){ try { $sql="INSERT INTO reporte(reporte_id,repor...
asked by 09.11.2018 / 15:17
1
answer

xammp installation

Good I am new to this, the fact is that I have made a web page, and after several times I realized that I did not install the mercury module of the xammp, the fact is that for something else I want to do, I need a server mail, and I would like t...
asked by 22.10.2018 / 19:04
0
answers

Configuration database maria db

I currently manage a website that maintains about 30 simultaneous simultaneous connections up there, but in phpmyadmin a series of alerts have appeared from the "current status" section, all the state variables, in summary these are the a...
asked by 12.09.2018 / 20:33