Commit 8502c31db65ee98b5f0bd4301424d1a0c9cd0a41

Authored by Etienne Pallier
1 parent 45f50108
Exists in dev

debug mysql...

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
install/install.py
... ... @@ -299,7 +299,8 @@ def install_database(venv):
299 299 # --- Prepare the SQL query to create and initialize the pyros database if needed
300 300 #if platform.dist()[0] == "centos":
301 301 # req = sql_query
302   - mysql_call_root = '"' + MYSQL_EXE_PATH + 'mysql" -u root -p'
  302 + #mysql_call_root = '"' + MYSQL_EXE_PATH + 'mysql" -u root -p'
  303 + mysql_call_root = 'mysql -u root -p'
303 304 mysql_call_pyros = "\"" + MYSQL_EXE_PATH+ "mysql\" -u "+SQL_USER+" -p"
304 305  
305 306 # --------------------------------------------
... ...