Difference between revisions of "ANH Build 240"
From SWGANH Wiki
(New page: {{PageHeader|Build Notes Archive|Build 240}} {{ANHBuildNotesBox | Title = Build 242 | Commit = Dec 13, 2007 | CommitAuthor = snow | Version = 0.1.239 | Prev = 239...) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{PageHeader|Build Notes Archive|Build 240}} | {{PageHeader|Build Notes Archive|Build 240}} | ||
{{ANHBuildNotesBox | {{ANHBuildNotesBox | ||
− | | Title = Build | + | | Title = Build 240 |
| Commit = Dec 13, 2007 | | Commit = Dec 13, 2007 | ||
| CommitAuthor = snow | | CommitAuthor = snow | ||
Line 19: | Line 19: | ||
::Once changed, simply run via: | ::Once changed, simply run via: | ||
:: | :: | ||
− | ::mysql -p -uroot < !create_users_db | + | ::'''mysql -p -uroot < !create_users_db''' |
[[Category:ANH Build Notes]] | [[Category:ANH Build Notes]] |
Latest revision as of 07:47, 26 December 2007
Build Notes Archive - Build 240
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Build 240 | ||
---|---|---|
Commit date | Dec 13, 2007 | |
Author | snow | |
Version | 0.1.239 | |
Update chronology | ||
← Previous | Current | Next → |
ANH Build 239 | ANH Build 240 | ANH Build 241 |
Release Notes
[MySQL] - Further work on breaking up the schema
- Added !create_users_db.sql script that creates / populates all the anh dbs
- renamed (filename only) galaxy.sql to server.sql due to some stupid error on MySQL's engine not wanting to process the galaxy.sql filename
- You must edit the !create_users_db.sql to fix the path to your schema folder
- Once changed, simply run via:
- mysql -p -uroot < !create_users_db