Commit 0e0b5d0e by krmaet

Update proccessing.c

parent 8889d67f
Showing with 1 additions and 1 deletions
...@@ -471,7 +471,7 @@ MYSQL* connectToMySQLServer() ...@@ -471,7 +471,7 @@ MYSQL* connectToMySQLServer()
exit(1); exit(1);
} }
if (mysql_real_connect(con, "127.0.0.1", "root", "Tarumesiauto321", if (mysql_real_connect(con, "127.0.0.1", "root", "parool",
"broneeringud", 0, NULL, 0) == NULL) "broneeringud", 0, NULL, 0) == NULL)
{ {
finish_with_error(con); finish_with_error(con);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment