Kaynağa Gözat

0784: Install n8n - Open Source Workflow Automation - on Linux

i12bretro 2 yıl önce
ebeveyn
işleme
893d2ea2a6
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      0784.html

+ 2 - 2
0784.html

@@ -8,7 +8,7 @@
         <meta name="author" content="i12bretro">
         <meta name="description" content="Install n8n - Open Source Workflow Automation - on Linux">
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="revised" content="07/25/2022 09:48:33 PM" />
+        <meta name="revised" content="12/11/2022 01:23:35 PM" />
 				          <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
 				  <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
 				        <script type="text/javascript" src="includes/js/steps.js"></script>
@@ -56,7 +56,7 @@
 	<div class="codeBlock">mysql -u root -p</div>
 	</li>
 	<li>Authenticate with the root password set earlier</li>
-	<li>Run the following commands to create the Firefly database and database user
+	<li>Run the following commands to create the n8n database and database user
 	<div class="codeBlock">CREATE DATABASE n8n;<br />
 	GRANT ALL ON n8n.* to &#39;n8n_rw&#39;@&#39;localhost&#39; IDENTIFIED BY &#39;n8n_N8N!&#39;;<br />
 	FLUSH PRIVILEGES;<br />