Upgrade Woes - Latest SVN
-
@Arsenal101 It only removes them if the php_ver/php_verAdds variables are not specified (which was what I was trying to get to happen when I asked you to remove those items earlier)
-
Gotcha, I did notice it said “setting variables for php” or something along those lines.
-
Making Progress! got all the way to backing up database and then it failed…
-
@Arsenal101 WHat’s the apache error logs show?
-
I don’t see any thing in there… I see the access.log and error.log but when I pico into them or Tail they don’t show anythting
-
I noticed this on install…
* Setting up and starting MySQL...............................grep: /etc/rc5.d/S20nfs-server: No such file or directory grep: /etc/rc2.d/S20nfs-server: No such file or directory grep: /etc/rc3.d/S20nfs-server: No such file or directory grep: /etc/blkid.tab: No such file or directory grep: /etc/rc4.d/S20nfs-server: No such file or directory grep: /etc/rc5.d/S20nfs-server: No such file or directory grep: /etc/rc2.d/S20nfs-server: No such file or directory grep: /etc/rc3.d/S20nfs-server: No such file or directory grep: /etc/blkid.tab: No such file or directory grep: /etc/rc4.d/S20nfs-server: No such file or directory OK
Think its anything?
-
mysql username and password are good to go, I can connect separately. Nothing in apache error logs. I’m stuck again.
I searched around again and went though all the other posts I could find, again none of them seem to apply to me.
-
I can do a manual dump with mysqldump -u root -p fog > /home/fogdump.sql
-
Do you have a mysql password for the root user?
-
Nope root user and blank password
-
mysql -h localhost -D fog
If this lets you in, just typequit
mysql -h 127.0.0.1 -D fog
if this lets you in, just typequit
Do either of these commands give any errors at all?
-
Nope no errors, lets me right in both times
-
So I am not really sure what I did, it was some combination of commands but it let me install it just fine… I’ll take it.
This can be marked as solved I guess!