Re: How do I update the plug-ins in WordPress? Followed wiki.debian.org/WordPress. Says I need ftp server.

2016-12-13 Thread Nate Homier
On Tue, Dec 13, 2016 at 8:44 AM, tv.deb...@googlemail.com wrote: > On 10/12/2016 23:59, Nate Homier wrote: >> >> Debian 8 server. all updates applied. >> >> Followed carefully the wiki.debian.org/WordPress instructions. Now >> WordPress says askimet plugin needs

How do I update the plug-ins in WordPress? Followed wiki.debian.org/WordPress. Says I need ftp server.

2016-12-10 Thread Nate Homier
Debian 8 server. all updates applied. Followed carefully the wiki.debian.org/WordPress instructions. Now WordPress says askimet plugin needs to be updated, but that ftp fails. I can't update plugin without having a ftp server apparently. Otherwise WordPress works great. how do I update the plu

Re: Followed https://wiki.debian.org/WordPress got mysql error, syntax Error 1064

2016-12-04 Thread Nate Homier
A ha, line numbers! Toggle line numbers 1 CREATE DATABASE wordpress; 2 GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,ALTER 3 ON wordpress.* 4 TO wordpress@localhost 5 IDENTIFIED BY 'NaTe1973J15!'; 6 FLUSH PRIVILEGES; ​ Now that is very obvious once you know it. I thought the phr

Followed https://wiki.debian.org/WordPress got mysql error, syntax Error 1064

2016-12-03 Thread Nate Homier
I followed the Debian wiki for Wordpress. I got to the part about cat ~/wp.sql | mysql --defaults-extra-file=/etc/mysql/debian.cnf And boom, error! Error is; 1064 (42000) at line 1: you have an error in your SQL syntax 1 CREATE DATABASE wordpress' at line 1 I am running latest version of Deb