Mnyb;592766 Wrote: > Thanks :) Now to figure the create MySQL user account and empty dB and > grant the user account permissions stuff, hmm have to check in on my > server MySQL to so if it's still up and running I might have turned it > off a couple of years ago...
SQLyog is a nice MySQL management tool: http://www.webyog.com/en/index.php You'll log in as root. Creating a user is easy, as is creating a new database and granting permissions to the user. I just grant the user all privileges on the SbS database. Don't give the user any global privileges. If you'll be connecting to the server from another machine on your network you'll need to first make sure that your MySQL server allows connections from other hosts by removing any 'bind-address' options from the my.ini configuration file. And, of course, you'll need to know the root password. -- JJZolx ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=83448 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
