Jump to content

How to install mysql56 ?


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
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
Share on other sites

Announcements



×
×
  • 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.