User contributions
From Hashmysql
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 13:29, 29 June 2021 (diff | hist) . . (+207) . . N Support (Created page with "The #mysql community channel has now moved to libera.chat, so we encourage you to join along with all the regular helpers. You can connect to the network using this link: ht...") (current)
- 02:34, 12 December 2019 (diff | hist) . . (+199) . . InnoDB Import Speed (→Before exporting the data with mysqldump) (current)
- 23:11, 6 December 2017 (diff | hist) . . (-2) . . InnoDB Import Speed (→With pv)
- 23:11, 6 December 2017 (diff | hist) . . (-2) . . InnoDB Import Speed (→With pv)
- 23:09, 6 December 2017 (diff | hist) . . (-5) . . m InnoDB Import Speed (→Without pv)
- 23:05, 6 December 2017 (diff | hist) . . (-5) . . InnoDB Import Speed (optimized the command without pv, thanks to dragonheart)
- 12:54, 2 November 2017 (diff | hist) . . (-160) . . Trees and hierarchical data in SQL (Removed broken link) (current)
- 23:53, 22 October 2015 (diff | hist) . . (+151) . . InnoDB Import Speed
- 02:41, 12 February 2014 (diff | hist) . . (+69) . . InnoDB Import Speed
- 02:29, 12 February 2014 (diff | hist) . . (+4) . . InnoDB Import Speed
- 02:28, 12 February 2014 (diff | hist) . . (+1,074) . . InnoDB Import Speed
- 02:52, 4 February 2014 (diff | hist) . . (+6) . . Channel Guidelines (current)
- 02:46, 4 February 2014 (diff | hist) . . (-20) . . Channel Guidelines
- 02:41, 4 February 2014 (diff | hist) . . (-168) . . Channel Guidelines
- 04:07, 17 January 2014 (diff | hist) . . (+2) . . InnoDB Import Speed
- 04:06, 17 January 2014 (diff | hist) . . (0) . . InnoDB Import Speed
- 04:04, 17 January 2014 (diff | hist) . . (+286) . . InnoDB Import Speed
- 04:01, 17 January 2014 (diff | hist) . . (+108) . . InnoDB Import Speed
- 03:56, 17 January 2014 (diff | hist) . . (+291) . . InnoDB Import Speed
- 03:43, 17 January 2014 (diff | hist) . . (+24) . . InnoDB Import Speed
- 03:40, 17 January 2014 (diff | hist) . . (+2) . . InnoDB Import Speed
- 03:39, 17 January 2014 (diff | hist) . . (+2) . . InnoDB Import Speed
- 03:39, 17 January 2014 (diff | hist) . . (+152) . . InnoDB Import Speed
- 04:34, 14 January 2014 (diff | hist) . . (+1) . . InnoDB Import Speed
- 04:24, 14 January 2014 (diff | hist) . . (+1,882) . . N InnoDB Import Speed (Created page with "Importing large dump files for InnoDB can be quite time consuming, unless some precautions are taken prior to starting the process. The following variables should be adjusted...")
- 01:29, 16 May 2013 (diff | hist) . . (+251) . . Foreign Key Constraints (current)
- 01:26, 16 May 2013 (diff | hist) . . (+485) . . Foreign Key Constraints
- 01:21, 16 May 2013 (diff | hist) . . (+992) . . N Foreign Key Constraints (Created page with "CREATE TABLE authors ( id INT(11) UNSIGNED AUTO_INCREMENT NOT NULL, name VARCHAR(64) NOT NULL, PRIMARY KEY(id) ) ENGINE = InnoDB; CREATE TABLE documents ( id INT(1...")
- 02:28, 3 April 2013 (diff | hist) . . (+669) . . N Reset the MySQL root Password (Created page with " *** In /etc/my.cnf under [mysqld] add a line: init-file=/var/lib/mysql/init-file *** In bash shell, create the file: touch /var/lib/mysql/init-file chown mysql. /var/lib/mys...") (current)
- 01:04, 23 March 2013 (diff | hist) . . (+4) . . MediaWiki:Sidebar (current)
- 00:56, 23 March 2013 (diff | hist) . . (0) . . m Channel Guidelines (moved Channel Policies to Channel Guidelines)
- 00:56, 23 March 2013 (diff | hist) . . (0) . . m Talk:Channel Guidelines (moved Talk:Channel Policies to Talk:Channel Guidelines) (current)
- 00:56, 23 March 2013 (diff | hist) . . (+32) . . N Channel Policies (moved Channel Policies to Channel Guidelines) (current)
- 00:56, 23 March 2013 (diff | hist) . . (+37) . . N Talk:Channel Policies (moved Talk:Channel Policies to Talk:Channel Guidelines) (current)
- 00:53, 23 March 2013 (diff | hist) . . (-160) . . Channel Guidelines
- 00:51, 23 March 2013 (diff | hist) . . (-234) . . Channel Guidelines
- 13:45, 19 March 2013 (diff | hist) . . (+817) . . N Group by steps (Created page with "DDL: CREATE TABLE foo ( direction int ); DATA: INSERT INTO foo (direction) VALUES(1); INSERT INTO FOO (direction) VALUES(16); INSERT INTO FOO (direction) VALUES(46);...")
- 02:48, 21 February 2013 (diff | hist) . . (+191) . . Non-overlapping ranges in sequential data (current)
- 02:43, 21 February 2013 (diff | hist) . . (+87) . . MediaWiki:Sidebar
- 02:40, 21 February 2013 (diff | hist) . . (+52) . . Non-overlapping ranges in sequential data
- 02:40, 21 February 2013 (diff | hist) . . (-14) . . Non-overlapping ranges in sequential data
- 02:38, 21 February 2013 (diff | hist) . . (+1,794) . . N Non-overlapping ranges in sequential data (Created page with "Consider the following structure: CREATE TABLE `t1` ( `id` int(11) DEFAULT NULL, `v` int(11) DEFAULT NULL ) ENGINE=InnoDB; And the following data: INSERT INTO `t1` VA...")
- 06:20, 3 January 2013 (diff | hist) . . (0) . . MediaWiki:Sidebar
- 05:39, 3 January 2013 (diff | hist) . . (+32) . . MediaWiki:Sidebar
- 05:38, 3 January 2013 (diff | hist) . . (+2,764) . . N Common Misconceptions about Zerofill (Created page with "The number shown by integer column definitions is the display width. Given INT(y) ZEROFILL, MySQL will pad the number with zeros up to y digits. The display width does not affect...") (current)
- 05:33, 3 January 2013 (diff | hist) . . (-11) . . MediaWiki:Sidebar
- 05:33, 3 January 2013 (diff | hist) . . (+4,064) . . N Tuning MySQL (Created page with "== Foreword == There are a number of variables available to tune within MySQL, all available for you to see via the '''''SHOW VARIABLES;''''' command. To aid in your diagnostics...") (current)
- 05:32, 3 January 2013 (diff | hist) . . (+12) . . MediaWiki:Sidebar
- 05:31, 3 January 2013 (diff | hist) . . (+129) . . N Find the MySQL Configuration File (Created page with "mysqld --help --verbose | grep -C2 my.cnf Long explanation: www.dbasquare.com/2012/04/01/how-to-find-mysql-configuration-file/") (current)
- 05:29, 3 January 2013 (diff | hist) . . (+14) . . MediaWiki:Sidebar
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)