mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
fixed typo in mariadb.js sample
This commit is contained in:
@@ -14,6 +14,6 @@ var connection = mysql.createConnection(url);
|
||||
connection.connect(function(err) {
|
||||
assert.equal(null, err);
|
||||
console.log("Connected correctly to MySQL server");
|
||||
connectiom.query('SHOW TABLES;');
|
||||
connection.query('SHOW TABLES;');
|
||||
connection.end();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user