Upgrade Woes - Latest SVN
-
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!