Posts by Guilherme Nastrini • 69 points
4 posts
-
2
votes2
answers4479
viewsA: Safest way to encrypt passwords in Mysql ? And the easiest?
The functions MD5 and AES should be considered. The choice between one of the two encryptions depends on your need. MD5 is one of the best known, however, if at some point you need to reverse it for…
mysqlanswered Guilherme Nastrini 69 -
1
votes1
answer425
viewsA: Error executing PASSWORD IN MYSQL SERVER function ( ERROR 1064 SQL SYNTAX)
Fabio, take a look at this link: https://dev.mysql.com/doc/refman/8.0/en/encryption-functions.html#function_password See your version of Mysql Server, as from 8.0.11 this function is no longer…
-
0
votes1
answer91
viewsA: cPanel xmlapi.php does not create Mysql BD
The cPanel XML API (xmlapi.php) has been disabled and no longer works from version 74 of WHM / cPanel. See the official release note:…
-
0
votes1
answer91
viewsQ: cPanel xmlapi.php does not create Mysql BD
I have a dedicated server on Hostgator with access to WHM. Yesterday it was suggested to update the WHM itself and cPanel to the new version 74.0.4 From this it was no longer possible to create…