-- Adding a new column 'email' to tbl_reg1 with unique constraint, placed at the beginning ALTER TABLE tbl_reg1 ADD email VARCHAR(100) UNIQUE FIRST; -- Adding a new column 'phone' to tbl_reg1 with not ...
When running the unattended install script, it fails at the first ALTER USER line because it does not include the -u root -p"$sqlpasswrd" flags. If the MariaDB root ...