[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] MySql 2
- Subject: [cobalt-developers] MySql 2
- From: Administrator <admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu May 17 01:45:27 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
Does anyone know how to get MySql up and running? I get the following errors ....
[admin bin]$ mysql
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/m
ysql.sock' (111)
[admin bin]$ mysql_install_db
010515 21:43:23 /usr/sbin/mysqld: Can't create/write to file '/var/lib/mysql/my
server.pid' (Errcode: 13)
To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
This is done with:
/usr/bin/mysqladmin -u root password 'new-password'
See the manual for more instructions.
NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run
the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!
Please report any problems with the /usr/bin/mysqlbug script!
The latest information about MySQL is available on the web at http://www.mysql.c
om
Support MySQL by buying support/licenses at http://www.tcx.se/license.htmy