File:  [LON-CAPA] / doc / Attic / howtoaddusertolonsql
Revision 1.1: download - view: text, annotated - select for diffs
Tue May 23 16:33:59 2000 UTC (24 years ago) by harris41
Branches: MAIN
CVS tags: HEAD
Harsha's description of who to get a new user like 'www' into MySQL

start the mysql daemon as /usr/local/bin/safe_mysqld &
login as root: mysql -u root -p
enter the password as newmysql
add the user www: grant all priveleges on *.* to www@localhost identified by 'newmysql' with grant option;
Here the user www has the right to grant privileges to other users.
This can be changed if required with a simple update command on the grant tables


/home/httpd/perl/perlsql/lonsql
/usr/local/mysql/fakeclient

 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.