Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mysql for RedHat 9.0

Status
Not open for further replies.

MaxEd

Technical User
Jul 3, 2002
407
US
Hi,

I just did a fresh install of RedHat 9.0 using the gnome login. I have installed mySQL. I am a newbie at linux so could someone give me some help with setting up mysql? Thank you.

-Laughter works miracles.
 
You shouldn't need to do anything, other than starting the service.

//Daniel
 
After starting the mysqld service. Download mysql-cc (Control Center) from It works like MSSQL Enterprise Manager. Your admin user is root and there is no password for it.
 
Zeland,

Thanks for the tip. I had a chance to see someone else use the control center on a Windows 2000 box and it looks GREAT! Hopefully it will be a troublefree installation.
 
Webmin is a great tool to use and to learn from.

You can also do: /sbin/service mysqld start
 
Does anyone know how to connect externally to mysql database say from a LAN windows 2000 box or through the internet? I haven't built a database up to connect to yet but I was wondering how I would go about doing a connect. Any suggestions on what I should do first? Thanks.

-Laughter works miracles.
 
Grab the MyODBC drivers from Install them on your windows system. Set up the data source (just putting in the hostname, user/password, etc). It's a piece of cake. Just make sure mysql is using networking and binds to a 'public' address (make sure 'skip-networking' isn't declared in your /etc/my.cnf file).


----
JBR
 
So I need myODBC for my windows system to access the linux redhat 9.0 mysql server? I'm new to it so baby step me through it. Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top