how it has been configured: COLUMN valid_untill: valid_untill DATETIME DEFAULT DATE_ADD(Referral_date` + interval 3 day) COLUMN valid_untill is base ...
how it has been configured: COLUMN valid_untill: valid_untill DATETIME DEFAULT DATE_ADD(Referral_date` + interval 3 day) COLUMN valid_untill is base ...
I am trying to connect to my db through phpmyadmin but I can't get connected no matter what solutions I try. I am able to connect to the phpmyadmin s ...
Future<List> senddata() async { } final response = await http.post(Uri.parse(("``http://localhost/app/insertdata.php``"), body: { ) "name": user ...
I have a mysql query where I am trying to fetch DISTINCT elements: I want to fetch all the rows except the last one. How do I proceed? Please guid ...
I have a database like this employees I try to query the latest job and salary for every employees based on latest s_from_date and t_from_date and c ...
At the moment I have setup a simple lamp stack environment with docker. However, when I specify e.g. a php.ini file, the php.ini file shows up as a fo ...
So I have two tables tb_arduino and tb_device, I am trying to create an event that when column 'date_server' (from tb_arduino table) is less then 15 ...
I'm developing a Flutter app on a physical android device, I don't know much about networking and I'm having a trouble using an API from the phone to ...
I need to insert values to my table 2 with id from table 1 where name equals to 'abc'. I mean smth like this: How can I do it? I tried smth like th ...
Today I installed phpmyadmin to use it locally with apache2 server on my linux mint 21 machine. However, on the login screen I get an error message th ...
the code works fine when it is only one user but once i create a second user, the data doesn't get inserted into the database ...
When I export my database from phpMyAdmin (quick method), it does not include CHECK constraints. However, when I run SHOW CREATE TABLE table, I see th ...
I would like to make a query on a table like this to include the count for both Completed and Missed for only the queues containing "Support". So far ...
ubuntu 20.04 and using Apache/2.4 version I have multiple PHP versions. 8.1,8.0,7.4,.....7.0 And now I installed PHP version 5.6. when I disabled the ...
void pop([Object? object]) { if (Navigator.canPop(getContext)) Navigator.pop(getContext, object);`**in getContext the exception is thrown . is it ...
I've been browsing the web and this site from other users which have had this issue and reading the comments to resolve however I've not had much luck ...
I'm not sure what is coursing the problem.... The view Insertemp.views.Insertrecord didn't return an HttpResponse object. It returned None instead. ...
I am installing phpmyadmin on a pristine server. This is the sequence/hierarchy: Azure Instance -> Debian 11 -> php8.2 -> MariaDB -> phpM ...
I am new to AWS. Recently i created a instance over aws and i deployed my react and nodejs code over it. now the database i have used is mysql/phpmyad ...
I was trying to import a file which is 1.35GB to a MySQL database and recieved this error: Maximum execution time of 300 seconds exceeded in C:\xa ...