/[cvs]/nfo/doc/computing/sysadmin/linux/mySQL setup info.txt
ViewVC logotype

Annotation of /nfo/doc/computing/sysadmin/linux/mySQL setup info.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sat Sep 14 16:24:41 2002 UTC (22 years ago) by cvsjoko
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
no message

1 cvsjoko 1.1 Giving mysqld a couple of seconds to restart
2     Creating MySQL privilege database and starting MySQL.
3     Creating db table
4     Creating host table
5     Creating user table
6     Creating func table
7     Creating tables_priv table
8     Creating columns_priv table
9    
10     PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USERS !
11     This is done with:
12     /usr/bin/mysqladmin -u root -h localhost password 'new-password' -p
13     AND
14     /usr/bin/mysqladmin -u root -h legolas.f7x.net password 'new-password' -p
15     See the manual for more instructions.
16    
17     Please report any problems with the /usr/bin/mysqlbug script!
18    
19     The latest information about MySQL is available on the web at http://www.mysql.com
20     Support MySQL by buying support/licenses at http://www.tcx.se/license.htmy.
21    
22     Starting mysqld daemon with databases from /var/mysql
23     done

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed