begynn fjerning av yacc o.l. for lesing av mysql-admutils-config

This commit is contained in:
2018-10-25 13:52:19 +02:00
parent 2063a81c94
commit 6a8a460164
3 changed files with 4 additions and 4 deletions

View File

@@ -19,8 +19,8 @@
/* defaults for configurable values */
const char* db_user = "root";
const char* db_server = "localhost";
const char* db_passwd = NULL;
const char* db_server = "mysql.stud.ntnu.no";
const char* db_passwd = MYSQLPW ;
const char* db_name = "mysql";
extern int yyparse(void);