elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   Metin2 Guides & Templates (https://www.elitepvpers.com/forum/metin2-guides-templates/)
-   -   [METIN2]Released Install MySQL (English Tut by Hany) (https://www.elitepvpers.com/forum/metin2-guides-templates/1393190-metin2-released-install-mysql-english-tut-hany.html)

[SA]Hany 08/25/2011 07:35

[METIN2]Released Install MySQL (English Tut by Hany)
 
Hello , Today I gonna show you how to install mysql for your server ...
First you should open putty and login to your server , now follow these steps..

1-
PHP Code:

cd /usr/ports/databases/mysql50-server

2-
PHP Code:

make install WITH_XCHARSET=all clean 

3-
PHP Code:

/usr/local/bin/mysql_install_db 

4-
PHP Code:

chown -R mysql /var/db/mysql

5-
PHP Code:

chgrp -R mysql /var/db/mysql

6-
PHP Code:

/usr/local/bin/mysqld_safe –user=mysql & 

7-
PHP Code:

/usr/local/bin/mysqladmin -u root password newpassword

NOTE 
newpassword your password so put the password you want instead of newpassword 

8-
PHP Code:

mysql_enable "YES"

in the rc.conf file so that mysql starts during system start

9-
PHP Code:

mysql -p
It
's gonna ask you for password like this , Enter Password : here you enter the password that you used at 7th step 

10-
PHP Code:

GRANT ALL PRIVILEGES ON *.* TO 'root'@'%'[ENTER]
IDENTIFIED BY 'here u write the pw u used at 7th step too..' WITH GRANT OPTION

11-
PHP Code:

quit 

Give thanks if helped ! , Tutorial by [SA]Hany - RocksMT2 & Metin2Union Owner.

Flοw 08/26/2011 13:23

I haven't seen any other tutorial for this in english.
#thanks

Tyrar 08/27/2011 06:38

fail0r -> [Only registered and activated users can see links. Click Here To Register...]

[SA]Hany 08/28/2011 05:56

he copied it from me
 
Hope You Like My Guide !! xD


All times are GMT +2. The time now is 02:45.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.