Re: Mysql

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 15 May 2006, brouwers roland lx wrote:

My server runs Fedora 2.6.11-1.14_FC3 .
I am trying to install moregroupware. During setup it says
At least one database driver is needed
"You need at least one known database driver installed with php. Known
database drivers are the following : MySQL, PostgreSQL"
SO I INSTALLED MYSQL with "yum install mysql"
Problem stays the same. I started mysql with "mysql" and got:

'mysql' from the command line doesn't start MySQL. It just launches as text based _client_ for connecting to an already running MySQL server.

ERROR 2002: Can't connect to local MySQL server through socket
'/var/lib/mysql/m ysql.sock' (2)
so I looked into /etc/my.cnf
---------------------------------------->
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock

[mysql.server]
user=mysql
basedir=/var/lib

[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
<-----------------------------------------
All these files do not exist
THEN I read that one has to start mysqld, so i looked for "safe_mysqld"
Nothing to find
Am I missing something?

As root, run the following two commands.

 chkconfig mysqld on

 service mysqld start

That will tell your server to automatically start the MySQL server at boot time and manually start the server right now.

--
Benjamin Franz

I don't care how many levels of reality you posit; as soon as you posit even
one it's turtles all the way down.
                                             ---Nova Spivak

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux