Skip to content

Commit f4ea8f2

Browse files
toutdesuiteyikeke
andcommitted
*: CSDN's are all with SSL (pingcap#1760)
Co-authored-by: Keke Yi <[email protected]>
1 parent 069c8a8 commit f4ea8f2

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

dev/faq/tidb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ TiDB can provide services while Loader is running because Loader inserts the dat
827827

828828
Currently, TiDB does not support `select into outfile`. You can use the following methods to export the data in TiDB:
829829

830-
- See [MySQL uses mysqldump to export part of the table data](http://blog.csdn.net/xin_yu_xin/article/details/7574662) in Chinese and export data using mysqldump and the WHERE condition.
830+
- See [MySQL uses mysqldump to export part of the table data](https://blog.csdn.net/xin_yu_xin/article/details/7574662) in Chinese and export data using mysqldump and the WHERE condition.
831831
- Use the MySQL client to export the results of `select` to a file.
832832

833833
#### How to migrate from DB2 or Oracle to TiDB?

templates/template.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
\renewcommand\figurename{Figure}
189189

190190
% fix overlap toc number and title
191-
% http://blog.csdn.net/golden1314521/article/details/39926135
191+
% https://blog.csdn.net/golden1314521/article/details/39926135
192192
\usepackage{titlesec}
193193
\usepackage{titletoc}
194194
% \titlecontents{标题名}[左间距]{标题格式}{标题标志}{无序号标题}{指引线与页码}[下间距]

v1.0/FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ INSERT INTO mysql.user VALUES ("%", "root", "", "Y", "Y", "Y", "Y", "Y", "Y", "Y
592592

593593
Currently, TiDB does not support `select into outfile`. You can use the following methods to export the data in TiDB:
594594

595-
- See [MySQL uses mysqldump to export part of the table data](http://blog.csdn.net/xin_yu_xin/article/details/7574662) in Chinese and export data using mysqldump and the WHERE condition.
595+
- See [MySQL uses mysqldump to export part of the table data](https://blog.csdn.net/xin_yu_xin/article/details/7574662) in Chinese and export data using mysqldump and the WHERE condition.
596596
- Use the MySQL client to export the results of `select` to a file.
597597

598598
#### How to migrate from DB2 or Oracle to TiDB?

v1.0/templates/template.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
\renewcommand\figurename{Figure}
186186

187187
% fix overlap toc number and title
188-
% http://blog.csdn.net/golden1314521/article/details/39926135
188+
% https://blog.csdn.net/golden1314521/article/details/39926135
189189
\usepackage{titlesec}
190190
\usepackage{titletoc}
191191
% \titlecontents{标题名}[左间距]{标题格式}{标题标志}{无序号标题}{指引线与页码}[下间距]

v2.0/FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ INSERT INTO mysql.user VALUES ("%", "root", "", "Y", "Y", "Y", "Y", "Y", "Y", "Y
756756

757757
Currently, TiDB does not support `select into outfile`. You can use the following methods to export the data in TiDB:
758758

759-
- See [MySQL uses mysqldump to export part of the table data](http://blog.csdn.net/xin_yu_xin/article/details/7574662) in Chinese and export data using mysqldump and the WHERE condition.
759+
- See [MySQL uses mysqldump to export part of the table data](https://blog.csdn.net/xin_yu_xin/article/details/7574662) in Chinese and export data using mysqldump and the WHERE condition.
760760
- Use the MySQL client to export the results of `select` to a file.
761761

762762
#### How to migrate from DB2 or Oracle to TiDB?

v2.0/templates/template.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
\renewcommand\figurename{Figure}
188188

189189
% fix overlap toc number and title
190-
% http://blog.csdn.net/golden1314521/article/details/39926135
190+
% https://blog.csdn.net/golden1314521/article/details/39926135
191191
\usepackage{titlesec}
192192
\usepackage{titletoc}
193193
% \titlecontents{标题名}[左间距]{标题格式}{标题标志}{无序号标题}{指引线与页码}[下间距]

v2.1-legacy/FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ INSERT INTO mysql.user VALUES ("%", "root", "", "Y", "Y", "Y", "Y", "Y", "Y", "Y
753753
754754
Currently, TiDB does not support `select into outfile`. You can use the following methods to export the data in TiDB:
755755
756-
- See [MySQL uses mysqldump to export part of the table data](http://blog.csdn.net/xin_yu_xin/article/details/7574662) in Chinese and export data using mysqldump and the WHERE condition.
756+
- See [MySQL uses mysqldump to export part of the table data](https://blog.csdn.net/xin_yu_xin/article/details/7574662) in Chinese and export data using mysqldump and the WHERE condition.
757757
- Use the MySQL client to export the results of `select` to a file.
758758
759759
#### How to migrate from DB2 or Oracle to TiDB?

v2.1-legacy/templates/template.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
\renewcommand\figurename{Figure}
188188

189189
% fix overlap toc number and title
190-
% http://blog.csdn.net/golden1314521/article/details/39926135
190+
% https://blog.csdn.net/golden1314521/article/details/39926135
191191
\usepackage{titlesec}
192192
\usepackage{titletoc}
193193
% \titlecontents{标题名}[左间距]{标题格式}{标题标志}{无序号标题}{指引线与页码}[下间距]

v2.1/faq/tidb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ TiDB can provide services while Loader is running because Loader inserts the dat
829829

830830
Currently, TiDB does not support `select into outfile`. You can use the following methods to export the data in TiDB:
831831

832-
- See [MySQL uses mysqldump to export part of the table data](http://blog.csdn.net/xin_yu_xin/article/details/7574662) in Chinese and export data using mysqldump and the WHERE condition.
832+
- See [MySQL uses mysqldump to export part of the table data](https://blog.csdn.net/xin_yu_xin/article/details/7574662) in Chinese and export data using mysqldump and the WHERE condition.
833833
- Use the MySQL client to export the results of `select` to a file.
834834

835835
#### How to migrate from DB2 or Oracle to TiDB?

v3.0/faq/tidb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ TiDB can provide services while Loader is running because Loader inserts the dat
828828

829829
Currently, TiDB does not support `select into outfile`. You can use the following methods to export the data in TiDB:
830830

831-
- See [MySQL uses mysqldump to export part of the table data](http://blog.csdn.net/xin_yu_xin/article/details/7574662) in Chinese and export data using mysqldump and the WHERE condition.
831+
- See [MySQL uses mysqldump to export part of the table data](https://blog.csdn.net/xin_yu_xin/article/details/7574662) in Chinese and export data using mysqldump and the WHERE condition.
832832
- Use the MySQL client to export the results of `select` to a file.
833833

834834
#### How to migrate from DB2 or Oracle to TiDB?

v3.1/faq/tidb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ TiDB can provide services while Loader is running because Loader inserts the dat
827827

828828
Currently, TiDB does not support `select into outfile`. You can use the following methods to export the data in TiDB:
829829

830-
- See [MySQL uses mysqldump to export part of the table data](http://blog.csdn.net/xin_yu_xin/article/details/7574662) in Chinese and export data using mysqldump and the WHERE condition.
830+
- See [MySQL uses mysqldump to export part of the table data](https://blog.csdn.net/xin_yu_xin/article/details/7574662) in Chinese and export data using mysqldump and the WHERE condition.
831831
- Use the MySQL client to export the results of `select` to a file.
832832

833833
#### How to migrate from DB2 or Oracle to TiDB?

0 commit comments

Comments
 (0)