problem while starting mariadb server?

You are viewing an old version of this article. View the current version here.

i just installed the fedora 19 Operating system. and then i installed the following packages using yum for mariadb server

1. mariadb-embedded-5.5.31-4.fc19.x86_64 2. mariadb-embedded-5.5.30-1.fc19.x86_64 3. mariadb-devel-5.5.31-1.fc19.x86_64 4. mariadb-5.5.31-1.fc19.x86_64 5. mariadb-libs-5.5.31-1.fc19.x86_64 6. mariadb-server-5.5.31-1.fc19.x86_64

after installing these packages when i try to start the server using "mysqld" command then it does not found the command and when i try to start using "mysqld_safe" then it stops after giving error massage.

[root@localhost rohit]# mysqld bash: mysqld: command not found

[root@localhost rohit]# mysqld_safe 130627 15:13:36 mysqld_safe Logging to '/var/log/mysqld.log'. 130627 15:13:36 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql 130627 15:13:38 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended

please provide me the information how do i setup and start the server.

thanks.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.