Chris!i! Posted March 3, 2016 Share Posted March 3, 2016 (edited) ?? Title ?? I wont leave my PC open 24/24 since its on putty, how to make it online 24/7 ? I've installed MySQL in my server and still resources doesnt work, some people told me i need phpmyadmin what is this? Edited March 3, 2016 by Guest Link to comment
Chris!i! Posted March 3, 2016 Author Share Posted March 3, 2016 I remember its a command on putty, what is it?? Link to comment
Chris!i! Posted March 3, 2016 Author Share Posted March 3, 2016 wtf is that screen? Also i download a file libmysql.so.16 from mta sa wiki, for MySQL, it didnt work, there is some scripts that didnt even work, it outputs SQL errors, like Bank and Trading and groups stuffs. Link to comment
S.L.C Posted March 3, 2016 Share Posted March 3, 2016 wtf is that screen? I gave you that link for a reason. Linux Screen allows you to:Use multiple shell windows from a single SSH session. Keep a shell active even through network disruptions. Disconnect and re-connect to a shell sessions from multiple locations. Run a long running process without maintaining an active shell session. If this sounds like stuff you can use, check our our 2 minute quick-start video below or read on for more details on how to use screen. Also i download a file libmysql.so.16 from mta sa wiki, for MySQL, it didnt work, there is some scripts that didnt even work, it outputs SQL errors, like Bank and Trading and groups stuffs. And you can't randomly download any shared library and expect it to work. What architecture was it compiled for and more importantly what architecture was your server compiled for? (x32/x64?) Under what operating system do you run your server? Under what distribution? (Debian/CentOS?) What architecture is your operating system? etc. You can't just pop a question like "My dog died and I want to know why!" and expect me to give you an appropriate answer. Jeezus people, if you can't ask a question properly and/or you're not capable of understanding the answer then why even bother. Link to comment
Chris!i! Posted March 3, 2016 Author Share Posted March 3, 2016 x64 and Debian 7.0 (Wheezy) Link to comment
S.L.C Posted March 3, 2016 Share Posted March 3, 2016 Make sure you have an updated OS. apt-get update && apt-get dist-upgrade Make sure you installed the MySQL server. apt-get install mysql-server As for that library that you're looking for. I believe it can be found in the Squeeze distribution of Debian. And to install packages from older distributions. You need to edit your sources.list file to include those older distributions as well. Although I don't think that's the solution for this case. Because the MySQL server that comes with your current distribution (5.5?) wouldn't like working with libraries from your older distribution (5.1?). I don't know what's your current situation and I haven't developed anything with the MySQL module so I wouldn't exactly know what to recommend. Link to comment
Chris!i! Posted March 3, 2016 Author Share Posted March 3, 2016 apt-get install mysql-server Installed this, it worked and said [ ok ] and stuff .. idk what it was spammy, I'll try to restart the server and check my scripts if they will work. Link to comment
Chris!i! Posted March 3, 2016 Author Share Posted March 3, 2016 nothing worked, stayed as it is, also i downloaded a file called mta-mysql.so didnt work too ... ccw you know these things come over here and help me Link to comment
KariiiM Posted March 5, 2016 Share Posted March 5, 2016 Chris, if you still need help with that, I can help you out by using team-viewer Link to comment
Chris!i! Posted March 5, 2016 Author Share Posted March 5, 2016 Yes please, give me ur skype name. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now