Srinivas Nayak wrote:
Hello everybodyI have a problem i cant get my Mysql server to be up.
when i start the LINUX i get the message that the mysql daemon is now
running. when i go the console and type safe_mysqld then i get the message
that the statring mysql with databases in blah blah.
then i get the message that mysqldaemon ended
when i read the manual it was instructed to check whether the some thing
else is trying to use the port that mysql is using.
so i telnet using this command
telent localhost.localdomain 3306 (i got this port no from the
localhost.localdomain.err file)
i again get the message bad handshake blah blah
so i now try to get two different daemons for mysql. but can anyone tell me
how to use the command config so that i have two mysqldaemons working on two
different ports.
can anyone help me please
Srinivas nayak
Its a redhat 7 bug.
mysql cannot connect to its own data due to rwx permissions.
try as 'root':
(RH7 only)
cd /var/lib/mysql
chmod 777 -R mysql/
safe_mysqld &
should work now !
Markus