LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mysql (https://www.linuxquestions.org/questions/linux-newbie-8/mysql-709715/)

palisetty_suman 03-06-2009 04:37 PM

mysql
 
how to install and configure mysql in linux fedora? Pls reply.

saavik 03-06-2009 04:42 PM

yum -y install mysql

if that worked:

mysqladmin -u root password “NEWPASSWORD”
mysql -p
"ENTER PASSWORD"

and here you are.....

But now the work starts

http://fedorasolved.org/Members/opse...g-mysql-server

Slokunshialgo 03-06-2009 04:42 PM

Under Fedora 10, from memory (sitting on ubuntu right now, so can't check):
-Open Add/Remove Software in System->Administration
-Search for mysql
-Install mysql-server
-Click install

Most of the basic configuration will be done automatically. Adding more users that just root, creating databases, etc. requires more manual intervention than this, and will require some actual knowledge on how to do this.

palisetty_suman 03-08-2009 01:14 AM

HI
 
Hi i want some more answers please

Tinkster 03-08-2009 05:10 AM

What are your new questions? The original one has been answered.


All times are GMT -5. The time now is 12:17 AM.