Jump to content

Help Me :( = '/tmp/mysql.sock' (2)


Recommended Posts

If you haven't resolved:

pkg_add -r mysql56-server

if you have installed the 5.6 version, else

pkg_add -r mysql55-server

if you have installed the 5.5 version.

 

Then:

 

 

MySQL is somehow offline.

# service mysql-server start
NB: "onestart" instead of "start" if you haven't added mysql_enable="YES" in /etc/rc.conf

  • Love 1
Link to comment
Share on other sites

 

If you haven't resolved:

pkg_add -r mysql56-server

if you have installed the 5.6 version, else

pkg_add -r mysql55-server

if you have installed the 5.5 version.

 

Then:

 

 

MySQL is somehow offline.

# service mysql-server start

NB: "onestart" instead of "start" if you haven't added mysql_enable="YES" in /etc/rc.conf

 

 

Hello

You have work orders Is there a way for the installation of 5.5 version.
Link to comment
Share on other sites

actualy at some point it can became almost impossible to fix it and the re-installation must be done to do so :

cd /usr/ports/databases/mysql55-server
make deinstall

then

cd /usr/ports/databases/mysql55-client
make deinstall

then install mysql-server  :

cd /usr/ports/databases/mysql55-server
make BUILD_OPTIMIZED=yes BUILD_STATIC=yes
make WITH_XCHARSET=all install clean

then the last part is to do wath mart said :

ee /etc/rc.conf

then add :

mysql_enable="YES"

click on your key-board "esc" to show the option panel (or so) the chose save and exite , and here done .

while uploading your backup make sure that the folder mysql is not uploaded . you can folow the account creation from here :

credit :

rumor

google

mysql

  • Love 2
Link to comment
Share on other sites

  • 4 weeks later...

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.