bibledit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [be] Installing BIbledit-Web


From: Teus Benschop
Subject: Re: [be] Installing BIbledit-Web
Date: Sat, 29 Dec 2012 17:09:33 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

Hi Tim,

Not sure why the phpmyadmin package does not show up at that URL.

Was the Apache web server restarted? It would restart after rebooting the computer, or through:
sudo service apache2 restart

It the phpmyadmin web page does not yet show up, let's do the modification in the database manually from the terminal.

Start the mysql client:

mysql --host=localhost --user=root --password=yourMySQLpassword

It will welcome you to the MySQL monitor.

Drop the entire bibledit-web database:

drop table bibledit-web;

After the table has been dropped (a rigorous measure indeed) bibledit-web needs to be re-installed.

After this you'll happily be browsing through bibledit-web and start enjoying the collaboration :-)

Teus.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]