Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

krmaet / Lennubroneerimis_tarkvara

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Pipelines
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 0e0b5d0e authored 2 years ago by krmaet's avatar krmaet
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

Update proccessing.c

parent 8889d67f programm
Show whitespace changes
Inline Side-by-side
Showing with 1 additions and 1 deletions
  • proccessing.c
proccessing.c
View file @ 0e0b5d0e
...@@ -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);
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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