antiblock
Cyphriun
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
Robson Oliboni

SERVERFILE M2U - PT/BR

21 posts in this topic

antiblock
Elveron

mysql user name ?

Share this post


Link to post
Share on other sites
Em 02/10/2021 em 19:24, snayzer24 disse:

mysql user name ?

root - 123

 

8 horas atrás, FelipeSantos disse:

VT?

Freebsd 11.2 

 

comandos para instalar: 

 

pkg

pkg update

 

portsnap fetch

portsnap fetch extract

portsnap fetch update

 

pkg install -y boost-all devil gcc gcc8 gmake makedepend subversion gdb python python2 python27 mysql56-client mysql56-server

 

sysrc mysql_enable="YES"

Edited by Robson Oliboni (see edit history)

Share this post


Link to post
Share on other sites
15 horas atrás, Robson Oliboni disse:

root - 123

 

Freebsd 11.2 

 

comandos para instalar: 

 

pkg

pkg update

 

portsnap fetch

portsnap fetch extract

portsnap fetch update

 

pkg install -y boost-all devil gcc gcc8 gmake makedepend subversion gdb python python2 python27 mysql56-client mysql56-server

 

sysrc mysql_enable="YES"

tmp mysql sock are u sure 5.6 mysql ?

Share this post


Link to post
Share on other sites
2 horas atrás, snayzer24 disse:

tmp mysql sock are u sure 5.6 mysql ?

you compile the server using version 5.6 and start it with version 5.7

Share this post


Link to post
Share on other sites
22 horas atrás, Robson Oliboni disse:

you compile the server using version 5.6 and start it with version 5.7

do you have freebsd ready

Share this post


Link to post
Share on other sites

como entra no navicat

Share this post


Link to post
Share on other sites
Em 13/10/2021 at 00:14, ARCANDIOS disse:

como entra no navicat

Ola amigo podes mudar  a pass navicat.

Segue estes passos...

 

/usr/local/etc/rc.d/mysql-server stop

mysqld_safe --skip-grant-tables &

mysql -u root

use mysql;

update user set password=PASSWORD("A TUA PASSE NOVA") where User='root';


flush privileges;

quit


/usr/local/etc/rc.d/mysql-server start

Espero ter ajudado.

 

Edited by close2sky (see edit history)

Share this post


Link to post
Share on other sites

 # pkg install -y boost-all
Updating FreeBSD repository catalogue...
pkg: http://pkg.FreeBSD.org/FreeBSD:9:i386/latest/meta.txz: Not Found
repository FreeBSD has no meta file, using default settings
pkg: http://pkg.FreeBSD.org/FreeBSD:9:i386/latest/packagesite.txz: Not Found
Unable to update repository FreeBSD
All repositories are up-to-date.
pkg: Repository FreeBSD cannot be opened. 'pkg update' required
pkg: No packages available to install matching 'boost-all' have been found in the repositories
 

nao consigo instalar o db da esse erro

 

Share this post


Link to post
Share on other sites

Alguem pode upa o db?

 

Share this post


Link to post
Share on other sites
Em 14/10/2021 em 22:16, ARCANDIOS disse:

Alguem pode upa o db?

 

voce esta usando uma versão frebsd 9 .. nao tem suporte a pkg baixe uma versão 11 a varias pelos forums.

 

Em 15/10/2021 em 10:22, Erick Warllam disse:

Nao consegui ligar elas ..

 

me diga o seu erro.

 

Share this post


Link to post
Share on other sites

nao  consigo tbm mudar senha msql 

 

unknown column password in field list

 

da esse erro .. ninguem tem a senha dela ?

Share this post


Link to post
Share on other sites
Em 17/10/2021 at 00:09, Robson Oliboni disse:

voce esta usando uma versão frebsd 9 .. nao tem suporte a pkg baixe uma versão 11 a varias pelos forums.

 

estou usando 9.3 11.2 e 13 nem uma deu certo

Edited by ARCANDIOS (see edit history)

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