Welcome to AVR32 Linux... Users Groups

MySQL

How to install MySQL server for AVR32.

1. Build and install using Buildroot.

2. To initialize the server, follow these steps:

adduser mysql
mysql_install_db --user=mysql
cd /usr; /usr/bin/mysqld_safe &
mysqladmin -u root password 'your_password'
mysql -u root -p
use mysql;
grant all privileges on *.* to root@localhost identified by 'your_password' with grant option;
grant all privileges on *.* to root@"%" identified by 'your_password' with grant option;
flush privileges;
exit;
r1 - 2009-02-02 - 18:53:48 - JohnVoltz
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.
Atmel®, AVR® and others are registered trademarks or trademarks of Atmel Corporation or its subsidiaries.
All other trademarks are the property of their respective owners.
Syndicate this site RSSATOM