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, 2 Monaten von LEGO Scooby Doo aktualisiert.
-
AutorBeiträge
-
August 4, 2015 um 5:39 pm Uhr #165redbrickTeilnehmer
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 meAugust 4, 2015 um 6:25 pm Uhr #166XiphoseerModeratorIf 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 #167redbrickTeilnehmeri dont no wear the database.sql file is?
August 4, 2015 um 10:24 pm Uhr #168redbrickTeilnehmeroh 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 specifiedAugust 5, 2015 um 11:56 am Uhr #169XiphoseerModeratorThat 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 theSource
folder of the Version you choose.- Diese Antwort wurde geändert vor 9 Jahren, 3 Monaten von Xiphoseer.
August 5, 2015 um 2:44 pm Uhr #171TimtechAdministratorThat’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 #173redbrickTeilnehmerxiphooseer 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 debuggerand tim i have just tried that it just gave me the same thing
August 7, 2015 um 6:04 am Uhr #174XiphoseerModeratorOk, 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 #175TimtechAdministratorRight, 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 #176redbrickTeilnehmerum 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 #177TimtechAdministratorIn 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 #215redbrickTeilnehmerok 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 #216redbrickTeilnehmerim 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 geändert vor 9 Jahren, 3 Monaten von redbrick.
August 12, 2015 um 3:42 pm Uhr #233XiphoseerModeratorThat 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 #235TimtechAdministratorYeah, here is the link to the .lib – https://luniserver.com/server/0/6/1/Source/MySql/lib/libmysql.lib
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.
Comments are currently closed.