No subject


Tue Jun 4 12:17:20 MDT 2013


as root...
$ mysql_install_db
$ ./safe_mysql &
$ ./mysqladmin -u root password 'new-password'

(choosing your own 'new-password')
then as root, you can verify server is running by:

$ ./mysqlshow -p
Enter password:

(this dumps out the databases)

gluk,
-anders.




More information about the LUG mailing list