• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

BOI CentOS

Banned
Banned
Joined
Aug 26, 2016
Messages
336
Reaction score
19
Hi, anyone have tutorial for setting up the centos from scratch?
I don't see some tutorial of it, only preconfigured one's.
I need clean centos then start from scratch. Thank you very much.
 
Newbie Spellweaver
Joined
May 28, 2013
Messages
80
Reaction score
0
There is no tutorial for configuring Centos but there have been discussion on this in different posts. So if you can search those it might help you. Moreover, I don't see anything complicated in making it from scratch if you already have the right files. All you have to make sure is you add right driver file of MySQL at right location(s) as required.

If I am missing anything else anyone else can add to this.
 
Banned
Banned
Joined
Aug 26, 2016
Messages
336
Reaction score
19
There is no tutorial for configuring Centos but there have been discussion on this in different posts. So if you can search those it might help you. Moreover, I don't see anything complicated in making it from scratch if you already have the right files. All you have to make sure is you add right driver file of MySQL at right location(s) as required. If I am missing anything else anyone else can add to this.
Hi, thank you for your reply, I already set it up.
My problem now is, im having gamedbclient success then disconnect.
Here is screenshot:
Frozenn - BOI CentOS - RaGEZONE Forums


I don't know why its parsed access denied.Ived read some info right here -> CLICK ME
but its still the same error. I know I put the ip's correct. Something is off this way.
Thanks.
 
Newbie Spellweaver
Joined
May 28, 2013
Messages
80
Reaction score
0
Connection to DB fails due to multiple reasons even though you have configured your IPs correctly.

My suggestions would be:
1. Turn off your firewall in Windows/Centos.
2. Check for your connectivity on Centos side. This is the most common issue I face. Every time you restart your PC, most of the time it changes your connection properties.

Hope this helps.

Thank you.
 
Newbie Spellweaver
Joined
Apr 15, 2013
Messages
50
Reaction score
3
Hi, thank you for your reply, I already set it up.
My problem now is, im having gamedbclient success then disconnect.
Here is screenshot:
Frozenn - BOI CentOS - RaGEZONE Forums


I don't know why its parsed access denied.Ived read some info right here -> CLICK ME
but its still the same error. I know I put the ip's correct. Something is off this way.
Thanks.

Check your config file, change WINDOWS IP to your IP
 
Experienced Elementalist
Joined
Sep 12, 2013
Messages
279
Reaction score
76
An old topic but I saw you have not received your solutions yet. I think you should visit this topic. May be useful for you.
http://forum.ragezone.com/f966/centos-7-64-bit-boi-1019534/#post8169381
PHP:
yum install mysql -y
yum install mysql-server -y
yum install glibc.i686 -y 
yum install libxml2.i686 -y 
yum install libstdc++.so.5 -y
cd /home/java
sh jdk-6u45-linux-x64.bin
alternatives --install /usr/bin/java java /home/java/jdk1.6.0_45/jre/bin/java 20000
alternatives --config java
 
Back
Top