All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Creative Crowds wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:32, 17 December 2025 Manetta talk contribs created page MySQL (Created page with " Login $ mariadb -u USERNAME -p Create user CREATE USER 'wiki'@'localhost' IDENTIFIED BY 'wikipassword'; Permissions GRANT ALL ON *.* TO 'user'@'localhost' WITH GRANT OPTION; Check permissions SHOW GRANTS FOR 'user'@'localhost'; Create database CREATE DATABASE database_name; Delete database DROP DATABASE database_name; Inspect database use DATABASE show tables; desc TABLE; (displays the properties of the table) show keys from TABLE; dump sql f...")