June 20, 2013

Post: Percona Server on the Raspberry Pi: Your own MySQL Database Server for Under $80

… and “Run as administrator”). Select the image file (about 1.8GB .img file) and select the destination drive to write the… mysqld Connect using the mysql client: [root@alarmpi ~]# /usr/bin/mysql Welcome to the MySQL monitor. Commands end with ; or \g. [...] mysql> SHOW ENGINES… edit the configuration file, you can find it in /etc/mysql/my.cnf If you setup Percona Server to startup at boot time…

Comment: What to tune in MySQL Server after installation

… quad core processor with 8gb of RAM. This server is a dedicated database server. So, my problems are, the mysql process always use… is my.cnf configuration file [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock # Default to using old password format for compatibility with mysql