-
-
PHP Create MySQL Table From CSV File Headings
Reference: https://bytes.com/topic/mysql/answers/746696-create-mysql-table-field-headings-line-csv-file
-
-
-
-
UNIX – Remove Apache, MySQL & PHP
WARNING – THIS WILL REMOVE WITHOUT PROMPT
-
Code | PHP | UNIX Shell Scripts | WordPress
PHP CLI – Create WordPress Username
Currently this code only creates a subscriber user in WordPress. Due to security concerns I likely won’t work on this to make it do greater permissions.
-
MySQL – Get Max Length of Column
Similar to Max Length of Data In Column – MSSQL this query will do the same for MySQL Replace host (column) along with hosts (table) with what you’d like to check
-
-
Connect to SSH from Terminal
When on a UNIX based computer you can connect to another terminal via SSH using this command The -p defines the port, while 22 is the default port for SSH some servers change their port to ward off potential hackers. Make sure you know what the port number is before trying to connect.