Super Artsy (@super-artsy)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • Super Artsy
    Member

    @super-artsy

    Alright, well I find a solution to my problem with a bit of SQL language tweaking. Apparently the issue deals with my MySQL version, but all I had to do was make a simple edit changing ‘TYPE’ to ‘ENGINE’.

    So the line:

    ) TYPE = MYISAM DEFAULT CHARACTER SET 'utf8';

    becomes:

    ) ENGINE = MYISAM DEFAULT CHARACTER SET 'utf8';

    I hope this helps those who encounter the same problem.

    Cheers.


    Super Artsy
    Member

    @super-artsy

    Alright, well I find a solution to my problem with a bit of SQL language tweaking. Apparently the issue deals with my MySQL version, but all I had to do was make a simple edit changing ‘TYPE’ to ‘ENGINE’.

    So the line:

    ) TYPE = MYISAM DEFAULT CHARACTER SET 'utf8';

    becomes:

    ) ENGINE = MYISAM DEFAULT CHARACTER SET 'utf8';

    I hope this helps those who encounter the same problem.

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)