over 4 years ago
By default Ghost uses sqlite3. But if you want to configure Ghost with MySQL Database, you can reconfigure the default settings in config.js file.
Open config.js (<path-to-your-project>/config.js), replace the below lines of code:
database: { client: 'sqlite3', connection: { filename: path.join(__dirname, '/content/data/ghost2.db') }, }
with the MySql configuration. Here is the syntax:
database: { client: 'mysql', connection: { host: 'localhost', user: 'database-user', password: 'database-user-password', database: 'database-name', charset: 'utf8' }, }
Note: Replace database-user, database-user-password and database-name with the actual details.
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
0 Comment(s)