Hello, i'm tryiing to use a query in a shell file but i not know the sintax, anyone can help me?
Here a example:
Thanks.
Here a example:
PHP Code:
#!/bin/sh
os.execute("mysql Update auktionhaus.auktionhaus_items SET tiempo = tiempo -3600 where tiempo > 3600")
But not work xd