my sql help
Inicio › Foros › Help and Support › my sql help
- Este debate tiene 18 respuestas, 5 mensajes y ha sido actualizado por última vez el hace 9 años, 2 meses por LEGO Scooby Doo.
-
AutorEntradas
-
agosto 4, 2015 a las 5:39 pm #165redbrickParticipante
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 meagosto 4, 2015 a las 6:25 pm #166XiphoseerModeradorIf 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.
agosto 4, 2015 a las 9:02 pm #167redbrickParticipantei dont no wear the database.sql file is?
agosto 4, 2015 a las 10:24 pm #168redbrickParticipanteoh 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 specifiedagosto 5, 2015 a las 11:56 am #169XiphoseerModeradorThat 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.- Esta respuesta fue modificada hace 9 años, 3 meses por Xiphoseer.
agosto 5, 2015 a las 2:44 pm #171TimtechSuperadministradorThat’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.
agosto 5, 2015 a las 7:38 pm #173redbrickParticipantexiphooseer 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
agosto 7, 2015 a las 6:04 am #174XiphoseerModeradorOk, 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.agosto 7, 2015 a las 11:58 am #175TimtechSuperadministradorRight, or you can copy the .dll into a folder that’s already in your %PATH% variable, like System32.
agosto 7, 2015 a las 1:49 pm #176redbrickParticipanteum 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
agosto 7, 2015 a las 7:33 pm #177TimtechSuperadministradorIn 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
agosto 10, 2015 a las 10:03 pm #215redbrickParticipanteok 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
agosto 10, 2015 a las 10:06 pm #216redbrickParticipanteim 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
- Esta respuesta fue modificada hace 9 años, 3 meses por redbrick.
agosto 12, 2015 a las 3:42 pm #233XiphoseerModeradorThat 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»)
agosto 13, 2015 a las 2:37 pm #235TimtechSuperadministradorYeah, here is the link to the .lib – https://luniserver.com/server/0/6/1/Source/MySql/lib/libmysql.lib
-
AutorEntradas
- Debes estar registrado para responder a este debate.
Comments are currently closed.