05-07-2023, 10:53 PM
(05-07-2023, 10:20 PM)user328 Wrote: Importing the SQL structure is another hurdle. PhpMyAdmin would only create half of the tables, and the error messages weren't helpful at all. I ended up having to copy and paste a few CREATE TABLE queries at a time and manually refreshing the table list each time to see what was and wasn't created. It also lists the tables alphabetically, which isn't the order the tables need to be created in due to foreign key dependencies, so I had to keep eyeballing both the list and my SQL file to see which tables were still missing.
Oh damn, that is massively tedious!!!
Mad props to you Dev!!!
