When trying to install the database:
$ cat phpalum.mysql | mysql phpalum -u root -p Enter password: ERROR 1064 at line 2: You have an error in your SQL syntax near 'DROP TABLE IF EXISTS events' at line 26
mysql Ver 11.11 Distrib 3.23.31, for pc-linux-gnu (i686)
Logged In: YES user_id=14468
Missing ending semi-colons on the two create lines in the sql script.
New version with fixes
Log in to post a comment.
Logged In: YES
user_id=14468
Missing ending semi-colons on the two create lines in the
sql script.
New version with fixes