Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

MySQL Server Error #12

Open
bubblechuk opened this issue Nov 11, 2021 · 3 comments
Open

MySQL Server Error #12

bubblechuk opened this issue Nov 11, 2021 · 3 comments

Comments

@bubblechuk
Copy link

Why does not it work?
So what do I need to do to make this thing work?
Unnamed

@h110m
Copy link

h110m commented Jul 21, 2022

I dont really know if you still need help but for anyone else who stumbels uppon this error:

  1. Install XAMPP
  2. Open XAMPP and start the apache and mysql services
  3. Visit http://localhost/phpmyadmin
  4. In the upper left corner you see the button "new" to create a new db
    Press the button and create a new db with the name "ucsdb"
  5. On the new DB click on the "Import" option at the top
  6. Click on "Select a file" and go into the Ultrapower folder then into tools and there you have to select the ucsdb.sql file
  7. After Selecting the file scroll down to the bottom of the page and click on import
    (If you run into errors try replacing "utf8mb4_0900_ai_ci" with "utf8mb4_general_ci" in the ucsdb.sql file and then try to import it again)
  8. Open the config.ucs and change "MysqlUsername" value to "root"
  9. (Only required if you already run your .exe for the first time) Open the ucs.exe.config find the line where the mysql connection string value is and change the "user id=ucs" to "user id=root"

Now you should be ready to go
Restart the Server and it should load right up ^^

@abasgames
Copy link

I dont really know if you still need help but for anyone else who stumbels uppon this error:

  1. Install XAMPP
  2. Open XAMPP and start the apache and mysql services
  3. Visit http://localhost/phpmyadmin
  4. In the upper left corner you see the button "new" to create a new db
    Press the button and create a new db with the name "ucsdb"
  5. On the new DB click on the "Import" option at the top
  6. Click on "Select a file" and go into the Ultrapower folder then into tools and there you have to select the ucsdb.sql file
  7. After Selecting the file scroll down to the bottom of the page and click on import
    (If you run into errors try replacing "utf8mb4_0900_ai_ci" with "utf8mb4_general_ci" in the ucsdb.sql file and then try to import it again)
  8. Open the config.ucs and change "MysqlUsername" value to "root"
  9. (Only required if you already run your .exe for the first time) Open the ucs.exe.config find the line where the mysql connection string value is and change the "user id=ucs" to "user id=root"

Now you should be ready to go Restart the Server and it should load right up ^^

The game requests an update

@deadlinecode
Copy link

@abasgames did you set up a proxy on your phone so the reqests from the app get redirected to you server?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants