Posts: 944
Threads: 128
Joined: Sep 2014
Reputation:
0
You need to either fit the string on one line or break it into pieces.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
I'm just going to keep saying this, but creating tables from within the script is stupid. No, really. A table ideally gets created once in the entire lifetime of the server. Simply create a separate .sql files with the database structure and keep that close-by, should the need ever arise to use it again.
Posts: 90
Threads: 20
Joined: Jun 2015
Reputation:
0
problem solved, thanks guys and thanks for the info vince im now uploading from the .sql.