

then cast command in MySQL CLI “show databases” and you should get your migrated databases showing… 🙂.after changing the datadir, at Services window (services.msc) start again your MySQL.at “C:\Program Files\MySQL\MySQL Server 5.5” - edit the my.ini and change the datadir value to your new MySQL data folder which is “C:/MySQLData/”.go to RUN and type services.msc and stop MySQL service.


You can check the status of certain vhost by accessing the URL: Next is add a “scoreboard” mkdir /var/as my vhost) conf.d]# cat ĬustomLog logs/-access_log conf.d]#Īfter you created the vhost file, restart your apache. Then add the code below at nf then save and restart apache. LoadModule cband_module /usr/lib/httpd/modules/mod_cband.so To check if successfully installed, type just like below and must have same result: ~]# cat /etc/httpd/conf/nf | grep mod_cband.so

Download “mod_cband” from or direct download link at.Install Apache Development libraries by casting “yum -y install apache-devel”.So, here’s what you will do… Assume you already installed the Apache. In my case, I am using Centos 5.5 and Apache 2.2.3 + mod_cband 0.9.7.5. This method is good for file-sharing website and for hosting servers. I’ve been experimenting on how I can limit the download speed via Apache configuration.
