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

@@ -277,7 +277,7 @@ main(int argc, char *argv[])
if ((command != c_show) && (argc < 3))
return wrong_use(NULL);
read_config_file();
/* read_config_file(); */
/* connect to the database server and select the mysql database */
if (!mysql_real_connect(&mysql, db_server, db_user, db_passwd, db_name, 0, NULL, 0))