Nejste přihlášeni
Dobrý den, jsou tyto funkce na hostingu podporované?
Zkoušel jsem vzorový příklad a je to samá chyba... Děkuji.
SET block_encryption_mode = 'aes-256-cbc';
SET @key_str = SHA2('My secret passphrase',512);
SET @init_vector = RANDOM_BYTES(16);
SET @crypt_str = AES_ENCRYPT('text',@key_str,@init_vector);
SELECT AES_DECRYPT(@crypt_str,@key_str,@init_vector);
Teď jsem zkoušel phpMyAdmin a fungovalo to. Díky
dobrý den, FTP připojení na
slonice.endora.cz
taky nejede - vytimeoutuje se ... zřejmě
----------
Connect to: (16.11.2022 9:11:11)
hostname=slonice.endora.cz:21
username=xxxxx
startdir=
slonice.endora.cz=62.109.140.11
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 295 of 500 allowed.
220-Local time is now 09:11. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
USER xxxxx
331 User xxxxx OK. Password required
PASS ***********
Dobrý den, na
https://sql3.endora.cz/index.php
se stále nemohu přihlásit - s chybou
mysqli_real_connect(): (HY000/2002): Connection refused