suguo-blog/public/posts/mysql8/index.html

209 lines
7.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Mysql8 :: Free</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Include content Although typically used as a front matter template, you can also use an archetype to populate content.
For example, in a documentation site you might have a section (content type) for functions. Every page within this section should follow the same format: a brief description, the function signature, examples, and notes. We can pre-populate the page to remind content authors of the standard format.
date: &lsquo;{{ .Date }}&rsquo; draft: true title: &lsquo;{{ replace .File.ContentBaseName - | title }}&rsquo; A brief description of what the function does, using simple present tense in the third person singular form. For example:
" />
<meta name="keywords" content="mysql, mysql8" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="http://localhost:1313/posts/mysql8/" />
<link rel="stylesheet" href="http://localhost:1313/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css">
<link rel="stylesheet" href="http://localhost:1313/css/code.min.d529ea4b2fb8d34328d7d31afc5466d5f7bc2f0bc9abdd98b69385335d7baee4.css">
<link rel="stylesheet" href="http://localhost:1313/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css">
<link rel="stylesheet" href="http://localhost:1313/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css">
<link rel="stylesheet" href="http://localhost:1313/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css">
<link rel="stylesheet" href="http://localhost:1313/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css">
<link rel="stylesheet" href="http://localhost:1313/css/main.min.775ac2af004d44c22a6d000fbd1d9af529642f5cef27399d0280d180af2c2e9b.css">
<link rel="stylesheet" href="http://localhost:1313/css/menu.min.310d32205bdedd6f43144e3c3273c9deecd238eba5f9108db5ea96ca0cfbe377.css">
<link rel="stylesheet" href="http://localhost:1313/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css">
<link rel="stylesheet" href="http://localhost:1313/css/post.min.ad50c7f4d00e7975918f37fc74c6029e1959a40d66fb5b2c6564a8715e985573.css">
<link rel="stylesheet" href="http://localhost:1313/css/syntax.min.e9ab635cf918bc84b901eb65c0b2caa74c9544245e3647c1af5c129896ef276e.css">
<link rel="stylesheet" href="http://localhost:1313/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css">
<link rel="stylesheet" href="http://localhost:1313/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css">
<link rel="shortcut icon" href="http://localhost:1313/favicon.png">
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Mysql8">
<meta property="og:description" content="Include content Although typically used as a front matter template, you can also use an archetype to populate content.
For example, in a documentation site you might have a section (content type) for functions. Every page within this section should follow the same format: a brief description, the function signature, examples, and notes. We can pre-populate the page to remind content authors of the standard format.
date: &lsquo;{{ .Date }}&rsquo; draft: true title: &lsquo;{{ replace .File.ContentBaseName - | title }}&rsquo; A brief description of what the function does, using simple present tense in the third person singular form. For example:
" />
<meta property="og:url" content="http://localhost:1313/posts/mysql8/" />
<meta property="og:site_name" content="Free" />
<meta property="og:image" content="http://localhost:1313/">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<meta property="article:published_time" content="2025-05-31 14:28:57 &#43;0800 CST" />
</head>
<body>
<div class="container">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="http://localhost:1313/">
<div class="logo">
Terminal
</div>
</a>
</div>
</div>
</header>
<div class="content">
<article class="post">
<h1 class="post-title">
<a href="http://localhost:1313/posts/mysql8/">Mysql8</a>
</h1>
<div class="post-meta"><time class="post-date">2025-05-31</time><span class="post-author">suguo</span><span class="post-reading-time">1 min read (134 words)</span></div>
<span class="post-tags">
#<a href="http://localhost:1313/tags/mysql/">mysql</a>&nbsp;
#<a href="http://localhost:1313/tags/"></a>&nbsp;
</span>
<div class="post-content"><div>
<p>Include content
Although typically used as a front matter template, you can also use an archetype to populate content.</p>
<p>For example, in a documentation site you might have a section (content type) for functions. Every page within this section should follow the same format: a brief description, the function signature, examples, and notes. We can pre-populate the page to remind content authors of the standard format.</p>
<hr>
<h2 id="title--replace-filecontentbasename------title-">date: &lsquo;{{ .Date }}&rsquo;
draft: true
title: &lsquo;{{ replace .File.ContentBaseName <code>-</code> <code> </code> | title }}&rsquo;</h2>
<p>A brief description of what the function does, using simple present tense in the third person singular form. For example:</p>
<p><code>someFunction</code> returns the string <code>s</code> repeated <code>n</code> times.</p>
<h2 id="signature">Signature<a href="#signature" class="hanchor" ariaLabel="Anchor">#</a> </h2>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span>func someFunction(s string, n int) string
</span></span></code></pre></div><h2 id="examples">Examples<a href="#examples" class="hanchor" ariaLabel="Anchor">#</a> </h2>
<p>One or more practical examples, each within a fenced code block.</p>
<h2 id="notes">Notes<a href="#notes" class="hanchor" ariaLabel="Anchor">#</a> </h2>
<p>Additional information to clarify as needed.</p>
</div></div>
</article>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>© 2025 Powered by <a href="https://gohugo.io">Hugo</a></span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>