mysql
MySQL 5.1 pluggable storage engines: PBXT vs InnoDB
Submitted by specialj on Thu, 2008-04-24 20:08.The InnoDB plugin for MySQL 5.1 was announced recently and listed fast index creation and data compression among its features. It should be interesting to compare the latest InnoDB storage engine against the latest PBXT storage engine. Hopefully both will be packaged with the Debian MySQL 5.1 package.
MySQL 5.1 gets more exciting
Submitted by specialj on Thu, 2008-04-10 05:14.There are a number of things to look forward to in MySQL 5.1 such as the support for data partitioning, new replication methods, and logging to the database. One feature that shows promise is a plugin API to extend the database. This is only as good as the plugins developed and their ease of integration. That’s why I was pleased to see that the Debian MySQL 5.1 package will contain the plugins for PBXT and SphinxSE which are both excellent storage engine projects.
Creating the debian-sys-maint MySQL account on a Debian or Ubuntu system
Submitted by specialj on Thu, 2008-03-13 02:02.I was working on a server running MySQL and found that the debian-sys-maint account not longer existed which caused errors when upgrading the mysql packages. It was relatively simple to fix by getting the password from the /etc/mysql/debian.cnf file and running the following command:
GRANT ALL PRIVILEGES ON *.* TO 'debian-sys-maint'@'localhost' IDENTIFIED BY 'password';
In this case the word password is replaced by the value in the /etc/mysql/debian.cnf file.
Drupal search requires the "CREATE TEMPORARY TABLES" MySQL privilege
Submitted by specialj on Wed, 2008-01-02 00:52.Wanted to fix the site search today and found the problem was database permissions. To fix I just granted the necessary permissions. Of course, I could only do that because I have access to the root MySQL account. Other Drupal sites on shared web hosting accounts might have to come up with other solutions. I’ve listed a few of these below.




Recent comments
9 weeks 2 days ago
10 weeks 14 min ago
15 weeks 1 day ago
15 weeks 1 day ago
15 weeks 2 days ago
15 weeks 6 days ago
16 weeks 54 min ago
16 weeks 5 days ago
16 weeks 5 days ago
16 weeks 5 days ago