Export and import mysql using CLI
Export to export.sql: mysqldump –u NAMAUSER –p DATABASE > export.sql Import from export.sql to NewDATABASE : mysql –u NAMAUSER –p NewDATABASE < export.sql
Export to export.sql: mysqldump –u NAMAUSER –p DATABASE > export.sql Import from export.sql to NewDATABASE : mysql –u NAMAUSER –p NewDATABASE < export.sql
To mount a Samba share folder using the command line, you’ll need to use the mount command with the cifs filesystem type and specify the server and share paths, along…
Message: The each() function is deprecated. This message will be suppressed on further calls Since php version 7.2 the each() function is deprecated Find all while loop with each() function…
copy this encrypt php file in Codeigniter library example : htdocs-Web folder – system-libraries replace the old file. File Encrypt