- Apr 17, 2001
- 3,650
- 0
- 76
I got apache, ftp & samba going fine......well except one minor detail I'll mention later. However when trying to setup MySQL I ran into some issues.
I first installed MySQL (via rpm) & had everything working fine....then I totally killed it
-/).
so...I uninstalled it (via rpm), and then reinstalled it....still didn't work (I managed to block root from getting in).
so now I went & deleted the /etc/my.cnf file & /var/lib/mysql directory (another mistake).
uninstalled (rpm) & installed (rpm).
now I get this:
command: service mysqld start
result: service mysqld not found
command: cat /etc/my.cnf
result: file does not exist
command: ls /var/lib/mysql
result: mysql, test, mysql.sock (it's all there)
command: rpm -q MySQL
result: MySQL-3.23.49a-1
If I open http://localhost/phpMyAdmin/ I can access all my databases, but if I try to open it in phpBB install it won't let me connect (am I using the right username/password? how do I set this up?)
another annoying 'glitch' that I mentioned earlier:
http://localhost/folder won't work
http://localhost/folder/ will work
http://localhost/folder/index.php will work
I first installed MySQL (via rpm) & had everything working fine....then I totally killed it
so...I uninstalled it (via rpm), and then reinstalled it....still didn't work (I managed to block root from getting in).
so now I went & deleted the /etc/my.cnf file & /var/lib/mysql directory (another mistake).
uninstalled (rpm) & installed (rpm).
now I get this:
command: service mysqld start
result: service mysqld not found
command: cat /etc/my.cnf
result: file does not exist
command: ls /var/lib/mysql
result: mysql, test, mysql.sock (it's all there)
command: rpm -q MySQL
result: MySQL-3.23.49a-1
If I open http://localhost/phpMyAdmin/ I can access all my databases, but if I try to open it in phpBB install it won't let me connect (am I using the right username/password? how do I set this up?)
another annoying 'glitch' that I mentioned earlier:
http://localhost/folder won't work
http://localhost/folder/ will work
http://localhost/folder/index.php will work