Revision [10942]

This is an old revision of CreateNewDB made by DocXoc on 2005-09-07 02:37:15.

 

To use the command line to create a new user and database for the wiki:

While logged in as root:
$ mysql --user=root mysql
mysql> grant all privileges on *.* to 'youruser'@'localhost' identified by 'yourpassword' with grant option;
create database yourdb;
There is one comment on this page. [Display comment]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki