How do I store a list in a column in MySQL? I mean, what kind of MySQL variable should I use?
I have a table in a MySQL database where I store some information about a product (size, code, etc.).
One such information is the purchase notes for...
Hello. I need to develop an application for Android, to do the extraction and deletion of a mysql database in a raspberry pi, being on the same network. I thought about doing ssh, though, I never developed anything for mobile devices, and I do n...
I'm trying to connect to the database to get data that is returned with the get_dados_producao_graficos () function, but when the for is in the first interaction it executes normally, in the second it is giving:
Warning: mysqli_error() expec...
I have an error in an ASP.Net API with Entity Framework and MySql, on my machine the application runs without problem accesses the database and shows the results, however when I publish in Azure the application generates an error: "Object refere...
Good morning,
Could you help me identify what is wrong with my form or the insert that is saving empty records in the database.
INSERT:
alert (\ 'Note successfully signed !! \'); parent.location = \ 'index.php \'; ';
? >
FOR...
I have to query the mysql database but I have a problem with my query.
In my bank I have 3 string fields, being a day, month and year. These are not dates, but varchar. Okay. I can not change that because I got this seat anyway.
I want to get...
I would like to do a Dump in my MySQL database, but I need this Dump to create the .sql file with the date the Dump was done, so that I have saved all previous backups by date.
I have a search table with a FullText index.
When I search for a word, eg, technology, it looks normal.
But if you look for a number, eg 8530, it does not return anything.
Good morning, I have a question about how to make the above inputs receive data from my database, for example: let's suppose I change something, but I just want to change a value to the cep (just an example) but to change it I need to know all t...