Results 1 to 10 of 15
Hybrid View
-
5th Nov 2011, 02:39 PM #1
This is the my.cnf file I use in my server, hope you find it useful:
Code:[mariadb] default-storage-engine=myisam ignore-builtin-innodb optimizer_switch='derived_merge=off,materialization=off' pbxt=off [mysqld] bind-address = 127.0.0.1 port = 3306 key_buffer_size = 32M max_allowed_packet = 1M table_open_cache = 256 sort_buffer_size = 1M net_buffer_length = 16K read_buffer_size = 512K read_rnd_buffer_size = 1M myisam_sort_buffer_size = 16M thread_cache_size = 4 [mysqldump] quick max_allowed_packet = 16M [mysql] no-auto-rehash # Remove the next comment character if you are not familiar with SQL #safe-updates [myisamchk] key_buffer_size = 20M sort_buffer_size = 20M read_buffer = 2M write_buffer = 2M [mysqlhotcopy] interactive-timeout
NewEraCracker Reviewed by NewEraCracker on . Replacing MySQL with MariaDB in a CentOS VPS Hello, MariaDB is a database server that offers drop-in replacement functionality for MySQL. MariaDB is built by some of the original authors of MySQL, with assistance from the broader community of Free and open source software developers. In addition to the core functionality of MySQL, MariaDB offers a rich set of feature enhancements including alternate storage engines, server optimizations, and patches. Before installation you can wget its packages from a mirror: 1. Go to their Rating: 5Trusted: Dom, l0calh0st, 0ccul7, robert420
Find all threads started by NewEraCracker
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
how to upgrade mysql 5.0.x to mariadb in kloxo
By bhanuprasad1981 in forum Technical and Security TutorialsReplies: 3Last Post: 18th Feb 2012, 12:28 PM -
Install MySQL 5.5.17 on CentOS 6
By ifirstdoz in forum Tutorials and GuidesReplies: 1Last Post: 20th Nov 2011, 01:18 PM -
How To Install Apache with MySQL and PHP on Linux CentOS
By enetcloud in forum Tutorials and GuidesReplies: 3Last Post: 21st Aug 2011, 01:11 PM -
replacing mysql $link supplied data, a question?
By XSLTel in forum Web Development AreaReplies: 10Last Post: 23rd Jul 2011, 03:14 PM -
[How To] Lighttpd With PHP5 And MySQL On CentOS 5.2
By DLow in forum Tutorials and GuidesReplies: 3Last Post: 10th Jun 2010, 08:31 AM
themaCreator - create posts from...
Version 3.53 released. Open older version (or...