Vasculhei a net e achei este tutorial, aí foi só seguir os passos. Obrigado
a todos:

Install *phpMyAdmin* from the Universe repository see
InstallingSoftware<https://help.ubuntu.com/community/InstallingSoftware>for
detailed instructions on using repositories and package managers.

>From console:

sudo apt-get install phpmyadmin


   -

   If you're using Ubuntu 7.10 (Gutsy) or later select *Apache2* from
the *"Configuring
   phpmyadmin"* dialog box.

To set up under Apache all you need to do is include the following line in
/etc/apache2/apache2.conf.

Include /etc/phpmyadmin/apache.conf


   -

   If you are using Ubuntu 9.04 (Jaunty), there is no need to modify
   /etc/apache2/apache2.conf as the package installer already copied the file
   phpmyadmin.conf into /etc/apache2/conf.d directory. You can also skip the
   set up step and go directly to
http://<hostname>/phpmyadmin<http://%3chostname%3e/phpmyadmin>and
login with the user and password you set up during install.

Once phpMyAdmin is installed point your browser to
http://localhost/phpmyadmin to start using it. You should be able to login
using any users you've setup in MySQL. If no users have been setup, use *
admin* with no password to login.

Should you get a 404 "Not Found" error when you point your browser to the
location of phpMyAdmin (such as: http://localhost/phpmyadmin) this is likely
caused by not checking the 'Apache 2' selection during installation. To redo
the installation run the following:

 sudo dpkg-reconfigure -plow phpmyadmin

Then select Apache 2 for the webserver you wish to configure.

If this does not work, then you can do the following to include the
phpMyadmin-shipped Apache configuration into Apache:

sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
sudo /etc/init.d/apache2 reload

Installing from source

You may install phpmyadmin from source. This method circumvents the package
manager and you will need to install updates yourself. This is not
recommended for a production web server. Also, you'll need to have
Subversion <https://help.ubuntu.com/community/Subversion> installed to
download the source.

To install it from source open the console and cd to the www directory
using:

cd /var/www/

then download it using svn by writing:

sudo svn checkout
https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/tags/STABLE/phpMyAdmin
phpMyAdmin

then cd to phpMyAdmin

cd phpMyAdmin

and create the folder config

sudo mkdir config

after that chmod it

sudo chmod o+rw config

then open http://localhost/phpMyAdmin/scripts/setup.php and follow the
instructions.
*Note:* This guide has been tested on Ubuntu 6.06 (Dapper), Ubuntu 7.10
(Gutsy), and Ubuntu 8.04 (Hardy).

Em 31 de março de 2010 16:47, Jean Pierre Jochen <[email protected]>escreveu:

> >
> > *
> > Se acrescento **http://localhost/wordpress* <http://localhost/wordpress>*
> a
> > mensagem é:
> > Forbidden
> >
> > You don't have permission to access /wordpress on this server.
> > ------------------------------*
>
>
> vá no terminal digita
> $ cd /var/www
> $ chmod 777 wordpress
>
> ou
>
> no nautilus, (modo gráfico) vá até a pasta em /var/www/
> clica com o direito sobre a pasta wordpress
> na guia permissões, mude os acessos para "Leitura e Escrita
>
> *Not Found
> >
> > The requested URL /phpmyadmin/ was not found on this server.*
>
>
> no terminal figite
> $ sudo apt-get install phpmyadmin
> (caso não tenha feito ainda)
>
> fl, espero ter ajudado
>
> sucesso, saúde e paz
>
> Jean Pierre Jochen
> ____________________________
> jeanjochen.wordpress.com
> Mobile: (47) 9996.7005
> Skype: jean.jochen
> Ubuntu # 29173
>
>
> Em 31 de março de 2010 14:37, Jôjô Maravilha <[email protected]
> >escreveu:
>
> > Não funcionou Tiago:
> > Not Found
> >
> > The requested URL /phpmyadmin/ was not found on this server.
> > ------------------------------
> > Apache/2.2.12 (Ubuntu) Server at localhost Port 80
> >
> > Em 30 de março de 2010 17:34, Tiago Romanini <[email protected]>
> escreveu:
> >
> > > Cara tenta http://localhost/phpmyadmin/
> > >
> > > Ve se funciona.
> > >
> > > Abs
> > >
> > > Tiago Romanini
> > >
> > > "Comece fazendo o que é necessário, depois o que é possível, e de
> > > repente você estará fazendo o impossível!!!"
> > >
> > >
> > >
> > >
> > > Em 30 de março de 2010 17:05, Jôjô Maravilha <[email protected]>
> > > escreveu:
> > > > Em 22 de março de 2010 20:46, Jôjô Maravilha <
> [email protected]
> > > >escreveu:
> > > >
> > > >> > Instalar e vizualisar utilizando o próprio micro como serv.
> > > >>
> > > >> #sudo aptitude install apache2 php5 mysql-server
> > > >>
> > > >>    Baixa o wordpress do site, descompacta em uma pasta do teu home e
> > > >> cria um link:
> > > >>
> > > >> #sudo ln -s /home/VOCE/pasta/wordpress /var/www
> > > >>
> > > >> Fiz todos os passos e o resultado foi:
> > > >>
> > > >> jorgegraci...@magoo:~$ sudo ln -s
> > > /home/jorgegraciano/localhost/wordpress
> > > >> /var/www
> > > >> ln: criando ligação simbólica `/var/www/wordpress': Arquivo existe
> > > >>
> > > >> Só que ao digital no navegador: http://localhost/ aparece a
> seguinte
> > > >> mensagem:
> > > >>
> > > >> It works!
> > > >>
> > > >> This is the default web page for this server.
> > > >>
> > > >> The web server software is running but no content has been added,
> yet.
> > > >>
> > > >> Se acrescento http://localhost/wordpress a mensagem é:
> > > >> Forbidden
> > > >>
> > > >> You don't have permission to access /wordpress on this server.
> > > >> ------------------------------
> > > >> Apache/2.2.12 (Ubuntu) Server at localhost Port 80
> > > >>
> > > >> Sei que o costume com o sistema Window me deixou mal acostumado e
> que
> > > >> lógicamente na minha ação deve ter um pegueno erro que está
> > dificultando
> > > que
> > > >> eu possa instalar o wordpress, por isso mais uma vez conto com a
> ajuda
> > > de
> > > >> todos vocês. Obrigado!!
> > > >>
> > > >>
> > > >> Em 22 de março de 2010 16:26, Silvio Clecio <[email protected]
> > > >escreveu:
> > > >>
> > > >> Zandre Bran escreveu:
> > > >>> >     Meu som melhorou significativamente depois deste pacote:
> > > >>> >
> > > >>> >
> > > >>>
> > >
> >
> http://sites.google.com/site/zandrebran/rapidinhas/equalizadorparaopulseaudio
> > > >>>
> > > >>> Cara, qualidade de áudio é tudo -- pelo menos pra mim -- em um PC.
> Eu
> > > >>> estava usando um Eq aqui no Rhythmbox, mas estava precisando de um
> Eq
> > > >>> geral, pois uso muita mídia fora do Rhythmbox.
> > > >>>
> > > >>> Vou tuitar esse link agora mesmo, valeu pela dica :)
> > > >>>
> > > >>> --
> > > >>> []'s
> > > >>>
> > > >>> Silvio Clécio
> > > >>> --
> > > >>> programmer ObjectPascal - http://silvioprog.com.br
> > > >>> --
> > > >>> Grupo Lazarus-BR no Google -
> > http://groups.google.com/group/lazarus-br
> > > >>>
> > > >>> --
> > > >>> Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
> > > >>>
> > > >>> Lista de discussão Ubuntu Brasil
> > > >>> Histórico, descadastramento e outras opções:
> > > >>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
> > > >>>
> > > >>
> > > >>
> > > >>
> > > > Tem alguma forma de ter acesso visual ao PHPMYAdmin ou mesmo ver qual
> o
> > > > usuário que foi cadastrado no mesmo?
> > > > Obrigado pela ajuda!
> > > > --
> > > > Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
> > > >
> > > > Lista de discussão Ubuntu Brasil
> > > > Histórico, descadastramento e outras opções:
> > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
> > > >
> > >
> > > --
> > > Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
> > >
> > > Lista de discussão Ubuntu Brasil
> > > Histórico, descadastramento e outras opções:
> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
> > >
> >
> >
> >
> > --
> > _________________________
> > Locutor e Pedagogo
> > Jôjô Maravilha/ Jorge Graciano
> > Radio Manchester 93.3 FM
> > 62 - 9971 8442
> > http://twitter.com/jojomaravilha
> > Linux user number 507138
> > Ubuntu User number Linux is # 30637
> > “Não há teoria da educação sem teoria da finalidade da educação.”
> > --
> > Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
> >
> > Lista de discussão Ubuntu Brasil
> > Histórico, descadastramento e outras opções:
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
> >
> --
> Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
>
> Lista de discussão Ubuntu Brasil
> Histórico, descadastramento e outras opções:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
>



-- 
_________________________
Locutor e Pedagogo
Jôjô Maravilha/ Jorge Graciano
Radio Manchester 93.3 FM
62 - 9971 8442
http://twitter.com/jojomaravilha
Linux user number 507138
Ubuntu User number Linux is # 30637
“Não há teoria da educação sem teoria da finalidade da educação.”
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

Responder a