antiblock
diamwall
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
Doida Do pão

Erro Openssl 1.0.1+ /usr/ports... Etc..help-Me

Question

Olá estou com esse problema aqui no meu dedicado  http://i.imgur.com/YoxamRm.png primeira vez que mecho em um dedicado quando começo a instalação do MySQL 5.6 eu ja tinha conseguido uma vez sem dar esse erro nao sei aonde errei... oque sera? falta algo? para configurar pois segui o passo dese tutoria. >>  https://metin2dev.org/board/index.php?/topic/72-freebsd-9-64-bit-metin2-install/

Share this post


Link to post
Share on other sites

8 answers to this question

  • 0

Formata  a máquina e configura tudo como deve ser desta vez.

Share this post


Link to post
Share on other sites
antiblock
Elveron
  • 0

Formata a máquina, corre estes comandos:

 

portsnap fetch extract update

pkg update

pkg upgrade

pkg install mysql55-server

pkg install python

echo 'mysql_enable="YES"' >> /etc/rc.conf

pwd_mkdb -p /etc/master.passwd

chown -R mysql /var/db/mysql && chgrp -R mysql /var/db/mysql

service mysql-server start

/usr/local/bin/mysqladmin -uroot password 'ATUAPASSWORD'

 

mysql -p                                   (utilizar a password definida no comando acima)         

GRANT ALL PRIVILEGES ON *.* TO 'UTILIZADORCONFIG'@'localhost' IDENTIFIED BY 'PASSWORDCONFIG' WITH GRANT OPTION;

GRANT ALL PRIVILEGES ON *.* TO 'utilizador para acesso navicat'@'%' IDENTIFIED BY 'password para acesso navicat' WITH GRANT OPTION;

flush privileges;

quit

service mysql-server restart

Share this post


Link to post
Share on other sites
  • 0

Formata a máquina, corre estes comandos:

 

portsnap fetch extract update

pkg update

pkg upgrade

pkg install mysql55-server

pkg install python

echo 'mysql_enable="YES"' >> /etc/rc.conf

pwd_mkdb -p /etc/master.passwd

chown -R mysql /var/db/mysql && chgrp -R mysql /var/db/mysql

service mysql-server start

/usr/local/bin/mysqladmin -uroot password 'ATUAPASSWORD'

 

mysql -p                                   (utilizar a password definida no comando acima)         

GRANT ALL PRIVILEGES ON *.* TO 'UTILIZADORCONFIG'@'localhost' IDENTIFIED BY 'PASSWORDCONFIG' WITH GRANT OPTION;

GRANT ALL PRIVILEGES ON *.* TO 'utilizador para acesso navicat'@'%' IDENTIFIED BY 'password para acesso navicat' WITH GRANT OPTION;

flush privileges;

quit

service mysql-server restart

Ok vou pedir pro dedicado formatar... esses codigos funciona em FreeBSD  9.2 ? Uso esta maquina.

Share this post


Link to post
Share on other sites
  • 0

Cola os meus e segue passo a passo e não terás problemas.

Share this post


Link to post
Share on other sites
  • 0

Cola os meus e segue passo a passo e não terás problemas.

ok então so para tirar uma duvida   Tenho que copiar e colar tipo 1 ... 2 ...3...

 

1 portsnap fetch extract update
2 pkg update
3 pkg upgrade
4 pkg install mysql55-server
5 pkg install python
6 echo 'mysql_enable="YES"' >> /etc/rc.conf
7 pwd_mkdb -p /etc/master.passwd
8 chown -R mysql /var/db/mysql && chgrp -R mysql /var/db/mysql
9 service mysql-server start
10 /usr/local/bin/mysqladmin -uroot password 'ATUAPASSWORD'
 
11 mysql -p                                   (utilizar a password definida no comando acima)         
12 GRANT ALL PRIVILEGES ON *.* TO 'UTILIZADORCONFIG'@'localhost' IDENTIFIED BY 'PASSWORDCONFIG' WITH GRANT OPTION;
13 GRANT ALL PRIVILEGES ON *.* TO 'utilizador para acesso navicat'@'%' IDENTIFIED BY 'password para acesso navicat' WITH GRANT OPTION;
14 flush privileges;
15 quit
16 service mysql-server restart

Share this post


Link to post
Share on other sites
  • 0

Sim é

no passo 11 tem atenção para apenas colares o

mysql -p

 

e não o que está entre ()

Share this post


Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this