How to change your mysql configuration

Forum to discuss Installation and Configuration Issues

How to change your mysql configuration

Postby MaBoRaK » Fri Jun 27, 2014 2:42 pm

loading........

here is the simple steps to change your mysql configuration

  • Stop completelly your mysql instance:
    Code: Select all
    service mysqld stop
  • Create a temporary directory:
    Code: Select all
    mkdir /var/lib/mysql/old/
  • Move the next files to temporary directory:
    Code: Select all
    mv /etc/my.cnf /var/lib/mysql/old/old.cnf
    Code: Select all
    mv /var/lib/mysql/ib_logfile* /var/lib/mysql/old/
  • Upload your new Configuration:
    Code: Select all
    cp my.cnf /etc/my.cnf
  • Start mysql:
    Code: Select all
    service mysqld start

Thats all.

connection closed.
CEO in Maborak Technologies and Interspire Addons Developer
MaBoRaK
Site Admin
 
Posts: 120
Joined: Thu Jul 18, 2013 10:41 am

Re: How to change your mysql configuration

Postby mmm » Wed May 27, 2015 7:07 am

What is the best way to configure MySQL, InnoDB and MariaDB for Interspire Email Marketer to work as fast/error free as possible?
mmm
 
Posts: 106
Joined: Sat Apr 11, 2015 4:36 pm


Return to Installation and Configuration

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 1 guest

cron