My database stoped working today and I can't figure out why, the only response it gives me is: I have restarted the server, reinstalled it, but not ...
My database stoped working today and I can't figure out why, the only response it gives me is: I have restarted the server, reinstalled it, but not ...
I have 3 tables: orders (5429850 rows), order_lines (PK id, FK order_id, 18530647 rows), order_line_allocations (PK id, FK order_line_id, 112594 rows ...
From this table, i would like to select profiles which share the same phone number one or more times. Output should be: ...
This question already has answers here: list all tables in a database with MySQLi ( ...
I have a lot of tables and to be clear the app moves really smooth and fast, but I wonder if it's possible send to the server(Nodejs) only the updated ...
Closed. This question needs debugging details. It is not currently accepting answers. ...
I have this code, when it downloads the executable is only 1 MB while the file should be 13 MB ...
Solution... First open your terminal (Ctrl+Alt+T) cool hmmmmmm run this command in your terminal (cd /) then navigate to (cd /opt/lampp/bi ...
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. ...
I am using Angular ngx-dropzone to insert images in Mysql and save them on Server. now I need to do preview/edit mode in angular component in the edit ...
Hi I would like to know if there is a way to save a CSV file into a mysql table column using php? Please see that I am not seeking answers for importi ...
This query works perfect when I do ORDER BY id, but when I try to order by likes_count I'm keep getting duplicate results with pagination. I have trie ...
Using PHP and mySQL, I need to add multiple values in 2 mysql tables : the first table would have the more important informations and the second one w ...
I have cloned a movie theatre project where the movie_carousel.php uses a query to fetch movies from the MySQL database. However it doesn't fetch any ...
Whenever a user is inserting an invoice on our laravel app, it numbers the respective invoice. so if they enter the first invoice ever, then it will b ...
Closed. This question needs details or clarity. It is not currently accepting answers. ...
Closed. This question needs details or clarity. It is not currently accepting answers. ...
I want to do a query on a MySQL database to get data from a column based on certain values. For example, it will display data with the condition of th ...
I am working with an old version of MariaDB (10.0.38-MariaDB) and it does not support any JSON function. I have a very complicated script that reads ...
Hello everyone I'm trying to write a telegram bot that can delete code from a Mysql database. I still can't solve the problem that I have. The code th ...