User contributions for Dave

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

1 June 2024

27 May 2024

28 March 2024

6 March 2024

2 March 2024

17 February 2024

15 February 2024

  • 02:1402:14, 15 February 2024 diff hist +733 N MySQLCreated page with "=mysqldump= ===Dump a Single Database=== mysqldump -u root -p --databases [db-name] > db_$(date +%F).sql ===Dump ALL Databases=== mysqldump -u root -p --all-databases --single-transaction > all-db_$(date +%F).sql =Users and Permissions= ===Show MySQL users, their passwords and hosts=== SELECT user,host,password FROM mysql.user; ===Show privileges for a user from a given host=== SHOW GRANTS FOR 'user_name'@'host'; ===Create a user that can login from localhost..." current
  • 02:1302:13, 15 February 2024 diff hist +183 N MacOSCreated page with "===Get Serial Number=== system_profiler SPHardwareDataType | grep Serial ===Get Hostname=== scutil --get HostName ===Set Hostname=== sudo scutil --set HostName <new host name>" current
  • 02:1202:12, 15 February 2024 diff hist +43 Main PageNo edit summary
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)