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;
Comments
Comment by NilsLindenberg
2005-09-08 22:19:27
Thank you for open up the page, DocXoc!
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki