[olug] mysql how do I get it to start

Daniel Pfile daniel at pfile.net
Mon Sep 29 03:20:55 UTC 2003


Just to make sure you don't misunderstand, you can run the client as 
any user, the server must be ran as root. (Well, you COULD run it as a 
user, but that's left as an exercise for the reader.) The client 
connects to the server via either unix (like the mysql.sock file) or 
tcp sockets (like the interweb). MySQL has it's own user/perm system 
that's described in the manual, it integrates with system users 
somewhat as well. You can delegate access to tables and the commands a 
mysql user is allowed to run.

-- Daniel


On Sunday, September 28, 2003, at 11:17 AM, Francis Geiger wrote:

> Daniel and Jay,
> Many thanks I have mysql up and running!!! I would not have gotten it
> going without your help!!   Grant
>
>
>
> On Mon, 2003-09-29 at 08:41, Daniel Pfile wrote:
>> Francis Geiger wrote:
>>
>>> 	Should I have been in the root directory? Grant
>>>
>>
>> You should have been root.
>>
>> -- Daniel
>>
>>
>> _______________________________________________
>> OLUG mailing list
>> OLUG at olug.org
>> http://lists.olug.org/mailman/listinfo/olug
> -- 
> Francis Geiger <hmcsret at cox.net>
>
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> http://lists.olug.org/mailman/listinfo/olug



More information about the OLUG mailing list