Difference between revisions of "ANH Build 240"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageHeader|Build Notes Archive|Build 240}} {{ANHBuildNotesBox | Title = Build 242 | Commit = Dec 13, 2007 | CommitAuthor = snow | Version = 0.1.239 | Prev = 239...)
 
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]]

Revision as of 08:45, 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.

Anhlogo small(22x28).jpg Build 242
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