سلام خدمت اساتید محترم این راه حل این مشکل چیه
لطفا بنده رو راهنمایی کنید
Centos

کد:
Dependencies Resolved

================================================================================
 Package          Arch     Version                   Repository            Size
================================================================================
Installing:
 lxphp            i386     5.2.1-400                 lxcenter-updates     5.7 M
 lxzend           i386     3.3-100lxa                lxcenter-updates     5.1 M
 mysql-server     i386     5.0.91-lxcenter.1         lxcenter-updates      11 M
 pure-ftpd        i386     1.0.29-1.lxcenter.1       lxcenter-updates     280 k

Transaction Summary
================================================================================
Install       4 Package(s)
Upgrade       0 Package(s)

Total download size: 22 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           963 kB/s |  22 MB     00:23
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : pure-ftpd                                                1/4
  Installing     : lxphp                                                    2/4
  Installing     : lxzend                                                   3/4
  Installing     : mysql-server                                             4/4

Installed:
  lxphp.i386 0:5.2.1-400                  lxzend.i386 0:3.3-100lxa
  mysql-server.i386 0:5.0.91-lxcenter.1   pure-ftpd.i386 0:1.0.29-1.lxcenter.1

Complete!
Prepare installation directory
Downloading latest Kloxo release
--2011-02-14 02:41:52--  http://download.lxcenter.org/download/kloxo/production/kloxo/kloxo-current.zip
Resolving download.lxcenter.org... 66.197.145.24
Connecting to download.lxcenter.org|66.197.145.24|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10506933 (10M) [application/zip]
Saving to: `kloxo-current.zip'

100%[============================================================>] 10,506,933  1.67M/s   in 7.7s

2011-02-14 02:42:00 (1.30 MB/s) - `kloxo-current.zip' saved [10506933/10506933]



Installing Kloxo.....

Initializing MySQL database:  Installing MySQL system tables...
ERROR: 1004  Can't create file '/tmp/#sql1d90_1_0.frm' (errno: 13)
110214  2:42:01 [ERROR] Aborting

110214  2:42:01 [Note] /usr/libexec/mysqld: Shutdown complete

Installation of system tables failed!

Examine the logs in /var/lib/mysql for more information.
You can try to start the mysqld daemon with:
/usr/libexec/mysqld --skip-grant &
and use the command line tool
/usr/bin/mysql to connect to the mysql
database and look at the grant tables:

shell> /usr/bin/mysql -u root mysql
mysql> show tables

Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /var/lib/mysql that may be helpful.

The latest information about MySQL is available on the web at
http://www.mysql.com
Please consult the MySQL manual section: 'Problems running mysql_install_db',
and the manual section that describes problems on your OS.
Another information source is the MySQL email archive.
Please check all of the above before mailing us!
And if you do mail us, you MUST use the /usr/bin/mysqlbug script!
                                                           [FAILED]
Stopping MySQL:                                            [FAILED]
Starting MySQL:                                            [  OK  ]
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Fatal Error: Could not connect to Mysql Localhost using user root and password ""
If this is a brand new install, you can completely remove mysql by running the commands below
            rm -rf /var/lib/mysql
            rpm -e mysql-server

And then run the installer again