Manual:MySQL/Start
Appearance
From mediawiki.org
This page is a translated version of the page Manual:MySQL/Start and the translation is 100% complete.
Languages:
mysql -u wikiuser -p my_wiki
Altere os itens wikiuser e my_wiki para o nome de usuário e o nome de banco de dados de sua wiki ($wgDBuser
e $wgDBname
).
Quando estiver disponível, digite sua senha.
Exemplo
$ mysql -u root -p my_wiki Enter password: Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 150 Server version: 5.6.24-0ubuntu2 (Ubuntu) ... Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql>.