vxk7m@atsmon:/var/lib$ sudo /usr/sbin/mysqld
130116 15:11:34 [Note] Plugin 'FEDERATED' is disabled.
/usr/sbin/mysqld: Table 'mysql.plugin' doesn't exist
130116 15:11:34 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
130116 15:11:34 InnoDB: The InnoDB memory heap is disabled
130116 15:11:34 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130116 15:11:34 InnoDB: Compressed tables use zlib 1.2.3.4
130116 15:11:34 InnoDB: Initializing buffer pool, size = 128.0M
130116 15:11:34 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
130116 15:11:34 InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
130116 15:11:35 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
130116 15:11:35 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: 127 rollback segment(s) active.
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
130116 15:11:36 InnoDB: Waiting for the background threads to start
130116 15:11:37 InnoDB: 1.1.8 started; log sequence number 0
130116 15:11:37 [Note] Server hostname (bind-address): '10.25.2.41'; port: 3306
130116 15:11:37 [Note] - '10.25.2.41' resolves to '10.25.2.41';
130116 15:11:37 [Note] Server socket created on IP: '10.25.2.41'.
130116 15:11:37 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
vxk7m@atsmon:/var/lib$ sudo mysql_upgrade
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
Running 'mysqlcheck' with connection arguments: '--port=3306' '--socket=/var/run/mysqld/mysqld.sock'
mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) when trying to connect
FATAL ERROR: Upgrade failed
vxk7m@atsmon:/var/lib$
Вот именно то, что нужно. Спасибо большое всё работает, как и должно =)