|
@@ -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 'n8n_rw'@'localhost' IDENTIFIED BY 'n8n_N8N!';<br />
|
|
|
FLUSH PRIVILEGES;<br />
|