TheresNoPlaceLike127.0.0.1 Posted April 8, 2016 Posted April 8, 2016 Hey so I'm completely new to aura-project. I'm familiar in using SQL server 2012. And I was keen to practise my skills in a test environment such as this I'm also very familiar with the game in general. I was going through the 'Getting Started' guide post and when I was looking at the tsql for main.sql to execute to create the database it failed due to syntax. I see the same syntax through out the main.sql file such as this CREATE DATABASE `aura` the ` character seems to be creating syntax. Personally when I create a database I do such as CREATE DATABASE aura without the charcters.
exec Posted April 8, 2016 Posted April 8, 2016 Welcome to the Aura Project. You're saying you're familiar with SQL Server 2012, is that MSSQL by any chance? Aura and Melia use MySQL, where the backtick ` is the identifier quote character. I guess the equivalent in MSSQL would be squared brackets [].
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now