Jump to content

Recommended Posts

First vive me this problemas wen i try tu use navicat

1033: - Incorrect information in file: './mysql/account.frm'

Then I did some research on google and found some solutions after applying such solutions gave me this error on the putty wen i Stuart the server

Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

Link to comment
Share on other sites

  • 9 months later...
  • Premium

portsnap fetch

-- then wait until it finishes

portsnap fetch extract

-- wait again

 

cd /usr/ports/databases/mysql55-server

make deinstall

 

wait again

then

 

cd /usr/ports/databases/mysql55-server

make install clean

 

then

ee /etc/rc.conf

mysql_enable="yes"

 

and voila .

You got clean MYSQL .

 

When you want to install a server or a backup from mysql.

Just delete other files than /var/db/mysql/mysql/

Delete the other files .

Then , drag and drop the files from your backup on /var/db/mysql/ folder

 

After the drag and drop process is done.

 

make these commands in putty

 

chown -R mysql /var/db/mysql/

chgrp -R mysql /var/db/mysql

mysql_upgrade --force

service mysql-server restart

and you're done .

 

 

Then , if you don't know how to reset password from mysql user.

https://mega.co.nz/#!oNBDQRJS!HgfzRbvT7DVF8yTLfFy26F4Jrsp8pTvpksvsAQd0j8Y

 

here you got some users .

decompress the archive , take user.xxx and place them into /var/db/mysql/mysql/ ( they are mysql 5.5 users )

then run

 

chown -R mysql /var/db/mysql/

chgrp -R mysql /var/db/mysql

mysql_upgrade --force

service mysql-server restart

 

 

That's it .

Free services of installing mysql . Cya ;d

 

If you still can't deal with it .

Just pm me , and i'll contact you as fast as possible .

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

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.