my sql help
Home › Forums › Help and Support › my sql help
- This topic has 18 replies, 5 voices, and was last updated 9 years, 2 months ago by LEGO Scooby Doo.
-
AuthorPosts
-
August 4, 2015 at 5:39 pm #165redbrickParticipant
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 at 6:25 pm #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 at 9:02 pm #167redbrickParticipanti dont no wear the database.sql file is?
August 4, 2015 at 10:24 pm #168redbrickParticipantoh 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 at 11:56 am #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.- This reply was modified 9 years, 3 months ago by Xiphoseer.
August 5, 2015 at 2:44 pm #171TimtechKeymasterThat’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 at 7:38 pm #173redbrickParticipantxiphooseer 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 at 6:04 am #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 at 11:58 am #175TimtechKeymasterRight, or you can copy the .dll into a folder that’s already in your %PATH% variable, like System32.
August 7, 2015 at 1:49 pm #176redbrickParticipantum 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 at 7:33 pm #177TimtechKeymasterIn 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 at 10:03 pm #215redbrickParticipantok 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 at 10:06 pm #216redbrickParticipantim 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
- This reply was modified 9 years, 3 months ago by redbrick.
August 12, 2015 at 3:42 pm #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 at 2:37 pm #235TimtechKeymasterYeah, here is the link to the .lib – https://luniserver.com/server/0/6/1/Source/MySql/lib/libmysql.lib
-
AuthorPosts
- You must be logged in to reply to this topic.
Comments are currently closed.