21
edits
(→MySQL) |
(→MySQL) |
||
Line 75: | Line 75: | ||
This gives errors saying it can't drop tables. That's okay; if you run it | This gives errors saying it can't drop tables. That's okay; if you run it | ||
again, it won't complain. | again, it won't complain (although it is not necessary to run it again: the first time, the tables did not exist, so it could not drop them, and then it created them; the script ignores errors when dropping sequences and tables for exactly this reason). | ||
Note that there appears to be an error in the setup-mysql.pl script: the short form for both "port" and "password" is specified as "p". The above text previously had "-p pass", which did not work until I used the long version. Something else is wrong with the script, and I'm working on debugging that now; will update this section when finished. | Note that there appears to be an error in the setup-mysql.pl script: the short form for both "port" and "password" is specified as "p". The above text previously had "-p pass", which did not work until I used the long version. Something else is wrong with the script, and I'm working on debugging that now; will update this section when finished. |
edits