Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Wordpress too 'heavy' for B3 ?

Got problems with your B2 or B3? Share and get helped!
Cheeseboy
Posts: 789
Joined: 08 Apr 2007, 12:16

Re: Wordpress too 'heavy' for B3 ?

Post by Cheeseboy »

apt-get purge
force317
Posts: 34
Joined: 14 Aug 2011, 21:56

Re: Wordpress too 'heavy' for B3 ?

Post by force317 »

Just removed phpmyadmin with apt-get remove phpmyadmin, am just having wordpress 3.0.5 installed somewhere ... .
force317
Posts: 34
Joined: 14 Aug 2011, 21:56

Re: Wordpress too 'heavy' for B3 ?

Post by force317 »

Thanks cheeseboy, there was one configuration file left, after using purge that's gone too.
Cheeseboy
Posts: 789
Joined: 08 Apr 2007, 12:16

Re: Wordpress too 'heavy' for B3 ?

Post by Cheeseboy »

The difference between the remove and purge option is that "purge" will remove all config files, forcing a new setup. After a "remove" you will still have all your old settings.

EDIT:
Simultaneous posting again.
Oh well, hope everything works out!
force317
Posts: 34
Joined: 14 Aug 2011, 21:56

Re: Wordpress too 'heavy' for B3 ?

Post by force317 »

Just removed the Wordpress too with the purge command.

That means : back to square 1.
DanielM
Posts: 637
Joined: 28 Mar 2008, 06:37
Location: Sweden

Re: Wordpress too 'heavy' for B3 ?

Post by DanielM »

force317 wrote:How do I completely remove phpmyadmin 'am used to synaptic for sort of thing, so that I can try to reinstall it ?
apt-get purge phpmyadmin

Phpmyadmin isn't needed for installing wordpress though. Creating a database is just a matter of writing a couple of words in mysql. Mysql has a very good documentation, for example see http://dev.mysql.com/doc/refman/5.0/en/ ... abase.html.

/Daniel

edit: Oh. Missed there was suddenly a second page of posts here. Just ignore my mumbling :-)
Ubi
Posts: 1549
Joined: 17 Jul 2007, 09:01

Re: Wordpress too 'heavy' for B3 ?

Post by Ubi »

Just a word of warning: Wordpress sites are ridiculously easy to crack when poorly set up or when you did not upgrade from an exploitable old version. Installing Wordpress to the latest version following the instructions on wordpress.org is, in my opinion, actually rather simple and results in a more secure and stable setup than apt-getting an old package.
DanielM
Posts: 637
Joined: 28 Mar 2008, 06:37
Location: Sweden

Re: Wordpress too 'heavy' for B3 ?

Post by DanielM »

Ubi wrote:Just a word of warning: Wordpress sites are ridiculously easy to crack when poorly set up or when you did not upgrade from an exploitable old version. Installing Wordpress to the latest version following the instructions on wordpress.org is, in my opinion, actually rather simple and results in a more secure and stable setup than apt-getting an old package.
Oh. I hadn't realized that the Debian packages were lagging all that much... What is the preferrable route for upgrading from Debians version to the one directly from wordpress.org without loosing any information? I just notice that the Tools -> Upgrade function as described under "Automatic Update" on http://codex.wordpress.org/Upgrading_WordPress doesn't exist, guess it's something that's tweaked away in the Debian version? So, do I just do an apt-get remove and then install the official version instead?

/Daniel
Ubi
Posts: 1549
Joined: 17 Jul 2007, 09:01

Re: Wordpress too 'heavy' for B3 ?

Post by Ubi »

The automated update in wordpress relies on a PHP function that remotely executes data. This function is the biggest security hazard you can think of so it is generally shut off. Wordpress has a recipe for manually updating your install which is very easy, well written and does not destroy any old settings. I have about 20 wordpress sites on my server, and I generally update these manually for free for customers (it is less work than answering support calls in case they fail to do themselves it via automatic update...)

Details are here:http://codex.wordpress.org/Upgrading_WordPress_Extended
force317
Posts: 34
Joined: 14 Aug 2011, 21:56

Re: Wordpress too 'heavy' for B3 ?

Post by force317 »

I am getting nowhere with using the installation procedure listed at wordpress.org. Still can't manage creating the database for Wordpress.

Tried again to install phpmyadmin, my preferred way to create a database, that doesn't word, still the same error message as before when entering passwords. So removed phpmyadmin - again !

Then I used the method listed on wordpress.org through mysql client. At the first line I must enter a useradmin password, have no idea what that may ... . So, again, no way to install ... . Do I have to install mysql again before trying to install phpmyadmin and then wordpress ?

See install instructions at wordpress.org.
Cheeseboy
Posts: 789
Joined: 08 Apr 2007, 12:16

Re: Wordpress too 'heavy' for B3 ?

Post by Cheeseboy »

The default MySql database root password should have no password attached to it.
Is this not working?

Code: Select all

niklas@b3:~$ mysql -u 'root'
Welcome to the MySQL monitor.  Commands end with ; or \g.
...
mysql> show databases;
force317
Posts: 34
Joined: 14 Aug 2011, 21:56

Re: Wordpress too 'heavy' for B3 ?

Post by force317 »

mysql-client was apparently not installed, installed it, but that doesn't offer any solution to my problem.

When installing phpmyadmin he asks certain passwords for phpmyadmin and mysql, are these certain B3 password - I don't know which - or does he want me to enter new ones. I enter new ones, have no idea what the other might be ! It is on these passwords he gives the error messages !
force317
Posts: 34
Joined: 14 Aug 2011, 21:56

Re: Wordpress too 'heavy' for B3 ?

Post by force317 »

Your msq command provides a list of 5 existing databases, cheeseboy.
Cheeseboy
Posts: 789
Joined: 08 Apr 2007, 12:16

Re: Wordpress too 'heavy' for B3 ?

Post by Cheeseboy »

I think you should copy/paste the exact steps you have taken so far so others on the forum could try the same thing.
Preferably in CODE quotes..
force317
Posts: 34
Joined: 14 Aug 2011, 21:56

Re: Wordpress too 'heavy' for B3 ?

Post by force317 »

Just managed to create the wordpress database.

Should I move the wordpress to /var/www now, they don't say anything about that on Wordpress.org
Post Reply