[rosedu-admins] LotGD Server
Razvan Deaconescu
razvan at anaconda.cs.pub.ro
Tue Aug 26 12:10:16 EEST 2008
On Tue, 2008-08-26 at 11:03 +0300, Vlad Dogaru wrote:
> Salut,
>
> mă gândeam să punem un mic joc[1] pe anaconda -- call it team building.
> Pentru că nu vom juca decât noi, nu cred că o să aducă un load prea mare
> pe Bestie. Dacă sunteţi de acord, here's what I need for it:
> * un cont (lotgd)
A fost trimis un e-mail.
> * o bază de date MySQL şi un utilizator cu permisiuni full asupra ei. De
> asemenea, readme-ul LotGD spune că utilizatorul trebuie să poată face
> "LOCK TABLES" -- nu prea ştiu despre ce e vorba
Am creat baza de date lotgd la care ai acces cu utilizatorul lotgd:
---
anaconda:~/bin# mysql -u lotgd -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 138358
Server version: 5.0.32-Debian_7etch5-log Debian etch distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> use lotgd;
Database changed
mysql> create table test(a INT);
Query OK, 0 rows affected (0.02 sec)
mysql> drop table test;
Query OK, 0 rows affected (0.04 sec)
---
Am trimis parola pe e-mail.
Nu stiu care e faza cu lock tables, dar am folosit "grant all
privileges" deci ar trebui sa faci orice cu baza aia de date.
> * jucători :-)
That shouldn't be a problem.
Razvan
More information about the rosedu-admins
mailing list