LEGO® Universe Newly Imagined
Menu
  • Home
  • Download
    • Musik
  • Foren
  • Info
    • Mitwirkende
    • Welt
    • FAQ
    • Objects
  • Tutorial
    • Kompilieren in Visual Studio
    • Server 0.3
    • Server 0.4 (Pre-2)
    • Server 0.5.1
  • Home
  • Download
    • Musik
  • Foren
  • Info
    • Mitwirkende
    • Welt
    • FAQ
    • Objects
  • Tutorial
    • Kompilieren in Visual Studio
    • Server 0.3
    • Server 0.4 (Pre-2)
    • Server 0.5.1

my sql help


Home › Foren › Help and Support › my sql help

  • Dieses Thema hat 18 Antworten sowie 5 Teilnehmer und wurde zuletzt vor vor 9 Jahren, 8 Monaten von LEGO Scooby Doo aktualisiert.
Ansicht von 15 Beiträgen – 1 bis 15 (von insgesamt 19)
1 2 →
  • Autor
    Beiträge
  • August 4, 2015 um 5:39 pm Uhr #165
    redbrick
    Teilnehmer

    Hi im red brick and im confused how do I set up the mysql
    wall more like how
    I got to the my sql part of the site area but it tells me to add a .zip file with all the my sql files but the one in the project folder duse not have a zip file
    i look on YouTube but thay only show you how to add a table to mysql
    i tried to fallow the stuff on the git hud but it just dint help for me

    August 4, 2015 um 6:25 pm Uhr #166
    Xiphoseer
    Moderator

    If you are using phpmyadmin to control the mysql server, the page actually states, that IF you use compression, it has to be specified in the filename as for example „database.sql.zip“, and then uploading a zip file with the provided sql file inside, but it works just as well to upload the „database.sql“ file itself.

    August 4, 2015 um 9:02 pm Uhr #167
    redbrick
    Teilnehmer

    i dont no wear the database.sql file is?

    August 4, 2015 um 10:24 pm Uhr #168
    redbrick
    Teilnehmer

    oh hay i got it working but their one problem that i have hit that i dont under stand my visual studio is saying
    C:\users\my rl name/desktop\lego univers dev file\server dev build\luniserverProject-master\source\LUNI latest stable\source\debug\luni server.exe the system cannot find the file specified

    August 5, 2015 um 11:56 am Uhr #169
    Xiphoseer
    Moderator

    That file that VisualStudio tells you is the actual server executable, the server itself. I wonder how it is possible to get that message, since VisualStudio compiles that file (creating it from the source code). Please write down and post here what exactly you did to get that message, which (LUNI related) programs you started, what you did in VisualStudion and where/how in VisualStudio this message appeared (Message Box, Console, Debug Output, …)

    I did a quick search on google to find possible explanations of the problem, and it seems like this error occurs when you try to launch an empty project (without any source code). Make sure that you have sucessfully loaded all of the source files (in the project explorer on the right) and try to rebuild (right-click on Project name in the Project Explorer) or to reopen the project. If you haven’t done that, it might also help to download the source again and to open the LUNI Server.sln file in the Source folder of the Version you choose.

    • Diese Antwort wurde vor 9 Jahren, 9 Monaten von Xiphoseer geändert.
    August 5, 2015 um 2:44 pm Uhr #171
    Timtech
    Administrator

    That’s a pretty long path. I remember Visual Studio giving me errors that I finally resolved by shortening the path. Just put it on your desktop or something and see if it helps. Also, Xiphoseer is probably right. At least re-download the project and make sure you have all of the source code and dependent projects available.

    August 5, 2015 um 7:38 pm Uhr #173
    redbrick
    Teilnehmer

    xiphooseer all im doing is going to the source folerder and clicking on the LINI Server Microsoft visual studio solution file

    as for the error it say
    error LNK1104: cannot open file ‚libmysql.lib‘
    that all it say as for how im runing it all im doing it starting up the project and clicking local windows debugger

    and tim i have just tried that it just gave me the same thing

    August 7, 2015 um 6:04 am Uhr #174
    Xiphoseer
    Moderator

    Ok, i had that same libmysql error, in and I can tell you what I did though i quess there are better ways to do that. I had downloaded another LUNI Source from Timtechs site, and in there was a mysql.lib and a mysql.dll in /Debug/Mysql/lib/. Putting that into and furthermore adding a folder with mysql.dll to the %PATH% variable, fixed it.

    August 7, 2015 um 11:58 am Uhr #175
    Timtech
    Administrator

    Right, or you can copy the .dll into a folder that’s already in your %PATH% variable, like System32.

    August 7, 2015 um 1:49 pm Uhr #176
    redbrick
    Teilnehmer

    um im sorry i no i sound stuped but i dont under stand this i just wrok up um how do i do eney of that

    August 7, 2015 um 7:33 pm Uhr #177
    Timtech
    Administrator

    In Command Prompt just type set PATH=%PATH%;C:\WhateverPathToLUNIServer\Debug\Mysql\lib (make sure to replace WhateverPathToLUNIServer with the location of your LUNIServer).

    Or, alternatively copy the lib folder to your hard drive (C:\ drive) and then type in command prompt set PATH=%PATH%;C:\lib

    August 10, 2015 um 10:03 pm Uhr #215
    redbrick
    Teilnehmer

    ok so whut im being told thir shud be a lib file in my sorce that i shud copy to my c drive but i dont have that

    August 10, 2015 um 10:06 pm Uhr #216
    redbrick
    Teilnehmer

    im sorry to do all this to you i can talll you i can defintly code but i just dont no how to set up a big think like this can you ples tall me how to fix this bug agine ples

    ps im rilly rilly sleepy that why i miss speling

    • Diese Antwort wurde vor 9 Jahren, 9 Monaten von redbrick geändert.
    August 12, 2015 um 3:42 pm Uhr #233
    Xiphoseer
    Moderator

    That lib file is not in your source but in another one that can be found on this site. In another thread, Timtech has posted a link to it. (I think it was „Wanna be a LUNI developer“)

    August 13, 2015 um 2:37 pm Uhr #235
    Timtech
    Administrator

    Yeah, here is the link to the .lib – https://luniserver.com/server/0/6/1/Source/MySql/lib/libmysql.lib

  • Autor
    Beiträge
Ansicht von 15 Beiträgen – 1 bis 15 (von insgesamt 19)
1 2 →
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.
Anmelden

Comments are currently closed.

Bevorzugte Sprache


  • English (en) English (en)
  • Deutsch (de) Deutsch (de)
  • Español (es) Español (es)

Die Foren durchsuchen


Neueste Themen


  • Happy New Year
  • FORUMS CLOSED

Foren

  • General Discussion

Andere Seiten

  • LU Server Projects Github online
  • Community Discord online
  • Suche im LUNIversum

    Bitte zur Kenntnis nehmen!

    Die LEGO Group hat den Betrieb dieses Spiels nicht offiziell genehmigt und übernimmt in keiner Weise Verantwortung für mögliche Sicherheitsprobleme im Zusammenhang mit diesem Spiel.

    Urheberrecht © 2015-2021 LUNI™ Server Projekt

    Gehostet von TimTech Software