Jump to content

Metts

Members
  • Posts

    3
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

About Metts

  • Birthday 01/01/1

Metts's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Don't work: ( I change the code: ... args = ['D:\\Wow\\Server\\mysql\\bin mysql -u root -p ascent mangos'] ... but, this does not work
  2. Hy! I have some errors: ------------------------------ Traceback (most recent call last): File "D:Wow\\source code\\src\\sql\\updates\\sql_up.py", line 57, in <module> data, errors = subprocess.Popen(query, stdout = subprocess.PIPE).communicate() File "C:\\Python27\\lib\\subprocess.py", line 672, in __init__ errread, errwrite) File "C:\\Python27\\lib\\subprocess.py", line 882, in _execute_child startupinfo) ------------------------------ I use this config: ------------------------------ mysql_path = 'D:/Wow/Server/mysql/bin' # your mysql username username = 'root' # your mysql password password = 'pw' # mangos/world database name mangos_db = 'mangos' # characters database name char_db = 'characters' # realmd database name realm_db = 'realmd' ------------------------------ My mysql server is running on: D:\\Wow\\Server\\mysql\\bin\\mysql.exe ------------------------------ Python rev is: v2.7.1
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use