Skip to content

Commit

Permalink
Deployed b1846aa to dev with MkDocs 1.6.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sukki37 committed Aug 27, 2024
1 parent ae2ed2c commit d3ecf2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dev/MatrixOne/Develop/udf/udf-python-advanced/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12357,6 +12357,9 @@ <h3 id="matrixone">启动 MatrixOne</h3>
<p>待 MatrixOne 服务正常启动(若 MatrixOne 是首次启动,后台初始化会需要十秒左右的时间,初始化完成后才可连接)。执行如下命令访问 MatrixOne 服务:</p>
<div class="highlight"><pre><span></span><code>mo_ctl connect
</code></pre></div>
<p>如果远程连接服务器,请使用以下命令:</p>
<div class="highlight"><pre><span></span><code>mysql -h &lt;host&gt; -P 6001 -u&lt;user_name&gt; -p&lt;password&gt; --local-infile
</code></pre></div>
<p>连接成功后将进入 mysql client 命令行工具。</p>
</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit d3ecf2d

Please sign in to comment.