Search found 193 matches

by mister_v
Thu May 02, 2024 6:33 pm
Forum: MySQL
Topic: Update problem ?
Replies: 1
Views: 2

Update problem ?

When I do a general update
with apt-get update

I got the following error for Mysql:

Failed to fetch http://repo.mysql.com/apt/debian/dists/ ... /InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B7B3B788A8D3785C

What changed ?
by mister_v
Mon Mar 06, 2023 7:47 pm
Forum: PHP
Topic: SOLVED: PHP Fatal error: Uncaught mysqli_sql_exception: Duplicate entry
Replies: 2
Views: 10292

SOLVED: PHP Fatal error: Uncaught mysqli_sql_exception: Duplicate entry

I have a problem with as script.
From time to time I get

Code: Select all

PHP Fatal error:  Uncaught mysqli_sql_exception: Duplicate entry
A duplicated key is attempted to be created.
I can't really control the input,
Is there a way to keep going even with a duplicated key ?
by mister_v
Fri Feb 10, 2023 7:33 pm
Forum: Servers
Topic: install lighttp with php
Replies: 1
Views: 16710

install lighttp with php

I have installed lighttp and php on a debian machine.
but php is not working yet.

I need to configure it to work together.
by mister_v
Fri Feb 10, 2023 3:26 pm
Forum: SQL
Topic: change primary key
Replies: 1
Views: 10078

change primary key

hello,

I need to change the primary key of a table.
I need to add a column,
how do I do this ?
by mister_v
Sun Oct 16, 2022 1:23 pm
Forum: Shell
Topic: Run commands parallel
Replies: 1
Views: 9285

Run commands parallel

Hi,

Is it possible to run 2 commands parallel ?
I have 2 command that take some time to complete.
But i don want to wait until the first command is complete before starting the second one.
by mister_v
Sat Aug 20, 2022 3:28 pm
Forum: SQL
Topic: Average of day over several years
Replies: 1
Views: 6595

Average of day over several years

Hi, I making a temperature app
and want to get the avearge temperature a day over several years.

Anyone knows the SQL code to do this ?
by mister_v
Wed Jul 06, 2022 8:28 am
Forum: Servers
Topic: linux verify dates of SSL certificates
Replies: 2
Views: 14266

linux verify dates of SSL certificates

Hi, does anyone knows the linux command to show the expire date of an SSL certificate ?
by mister_v
Sat Jun 11, 2022 9:34 pm
Forum: SQL
Topic: mysql remove last char
Replies: 1
Views: 5265

mysql remove last char

Hi,

how can i remove the last character from a string ?
Like column="a,b,c,d,"; I want to remove the last comma.
by mister_v
Fri Feb 25, 2022 10:43 am
Forum: General
Topic: SOLVED: Linux opera not playing videos
Replies: 2
Views: 12444

Re: Linux opera not playing videos

Ok, thanks that explains thing.
The workaround works.