Jump to content

Recommended Posts

  • Premium

Tutorial for dum*ass.
 

1. pkg_add -r mysql56-server 
2. ee /etc/rc.conf 
mysql_enable="YES"
3. pwd_mkdb -p /etc/master.passwd
chown -R mysql /var/db/mysql && chgrp -R mysql /var/db/mysql
4. service mysql-server start
5. /usr/local/bin/mysqladmin -uroot password 'yourpassword'
6. mysql -p 
7. GRANT ALL PRIVILEGES ON *.* TO 't4ump'@'%'
IDENTIFIED BY 'password' WITH GRANT OPTION;

I hope you all understand
 

  • Metin2 Dev 1
  • Good 1


 

Link to comment
https://metin2.dev/topic/3768-how-to-install-mysql56/
Share on other sites

When I used MySQL 56 with Metin2 my server never saved the data.

After reboot always accounts was the same without modifications before start.

 

More safe is install with ports

portsnap fetch extract

cd /usr/ports/databases/mysql56-server
make install WITH_XCHARSET=all clean
Link to comment
https://metin2.dev/topic/3768-how-to-install-mysql56/#findComment-24559
Share on other sites

 

When I used MySQL 56 with Metin2 my server never saved the data.

After reboot always accounts was the same without modifications before start.

 

More safe is install with ports

portsnap fetch extract

cd /usr/ports/databases/mysql56-server
make install WITH_XCHARSET=all clean

 

which is from my tut

  • Good 1
Link to comment
https://metin2.dev/topic/3768-how-to-install-mysql56/#findComment-24649
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.