Apache Error: 504 Gateway Time-out
This error happens because of either the php taking too long to process the script or the database process large
Read MoreFor Techs.... Techniques.... Technologies....
This error happens because of either the php taking too long to process the script or the database process large
Read MoreWe can use the useradd command to create new users in Linux. But this will not create the home directory
Read MoreWe can use the following MySQL query to list out all views created in a specific database. Where DB need
Read MoreThe UPDATE and INSERT query provides the outputs when executed in MySQL shell. The same query can be executed from
Read MoreThe MySQL server is running with the --secure-file-priv option so it cannot execute this statement This is not an issue
Read MoreERROR: could not access file "pglogical": No such file or directory This error happens due to the missing of PostgreSQL
Read MorePDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away This is a common error happens if the PHP script
Read MoreMySQL output contains lines column headers while printing and hence it may be difficult to use this in automation scripts.
Read MoreMySQL output contains lines "+----------+" while printing and it will be difficult to use this in automation scripts. But there
Read MorePostgreSQL providing the option to configure password expiry for users. The following query can be used to configure password expiry.
Read MoreWe can remount the mounted drives as read/write using the following command. Where device-name and mount-point need to be replaced
Read More