Não foi possível enviar o arquivo. Será algum problema com as permissões?
Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
| Ambos lados da revisão anterior Revisão anterior Próxima revisão | Revisão anterior | ||
|
software:art:install [2007/12/11 14:55] paulojus |
software:art:install [2007/12/11 19:10] (atual) paulojus |
||
|---|---|---|---|
| Linha 77: | Linha 77: | ||
| You will be prompt for the DBMS root password. After typing it in you will the the mysql prompt ''(mysql >)''. To grant full privileges to a MySQL user (''aluno'' in the example below) type:\\ | You will be prompt for the DBMS root password. After typing it in you will the the mysql prompt ''(mysql >)''. To grant full privileges to a MySQL user (''aluno'' in the example below) type:\\ | ||
| - | mysql> grant all privileges on *.* to aluno@localhost | + | mysql> grant all privileges on *.* to aluno@localhost ; |
| mysql> quit | mysql> quit | ||
| - | Other user and permissions can be set. However we will use **aRT** tools to do this!!! Even the above instructions could be se from **aRT** (using the aRT function ''addPermissions()'') if the DBMS root pasword is available. | + | Other user and permissions can be set. However we will use **aRT** tools to do this!!! Even the above instructions could be se from **aRT** (using the aRT function ''addPermission()'') if the DBMS root pasword is available. |
| ==== Testing the installation ==== | ==== Testing the installation ==== | ||
| Linha 117: | Linha 117: | ||
| aRTsp Working with sp and aRT (source, pdf) | aRTsp Working with sp and aRT (source, pdf) | ||
| aRTtable Tables and Queries With aRT (source, pdf) | aRTtable Tables and Queries With aRT (source, pdf) | ||
| + | |||