LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-19-2011, 10:13 PM   #1
yogeshwaran
LQ Newbie
 
Registered: Feb 2011
Posts: 2

Rep: Reputation: 0
Wink Running MySQL


Can anyone tell me step by step on how to run mysql in ubuntu 10.10 ?
I have installed Mysql Administrator and MySql Query Browser using the package manager.Please help me out on how to proceed further.
Thanks in advance..
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 02-19-2011, 11:14 PM   #2
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Hitting out Google with the following keywords
Quote:
YoLinux MySql
see the first link.
 
2 members found this post helpful.
Old 02-20-2011, 02:43 AM   #3
yogeshwaran
LQ Newbie
 
Registered: Feb 2011
Posts: 2

Original Poster
Rep: Reputation: 0
thanks for the reply. . but do i ned to install apache tomcat to use mysql
 
Old 02-20-2011, 02:47 AM   #4
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by yogeshwaran View Post
thanks for the reply. . but do i ned to install apache tomcat to use mysql
No. MySQL is a database. You don't need to use it with web technologies and a quick look at the Wikipedia page suggests that Tomcat isn't specifically for databases..
 
1 members found this post helpful.
Old 02-20-2011, 06:47 AM   #5
Noway2
Senior Member
 
Registered: Jul 2007
Distribution: Gentoo
Posts: 2,125

Rep: Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781
If you haven't yet, please look at the tutorial that Anisha referenced. To be honest, it is one of the best introductions to MySQL that I have seen and will really help you to both get started and understand what MySQL does.

As Nylex mention, it is a database which holds data in key,value pairs where unlike a simple hash table the keys can be complex and compound expressions. By itself, a database doesn't do a whole lot for you. In order to unlock the real power of a database it needs to be combined with other applications. When combined with web based applications it becomes a very effective tool and most web scripting languages, for example PHP contain large libraries of functions designed to interact with databases. The net effect is that one can create pages that work with information stored in the database and can provide dynamic, customized content using the information stored in the database. The most common type of database driven application would probably be an e-commerce store. Another example would be an application that stores the results of a process and provides a web site where users can view customized graphs of the process variables based on desired search parameters.

SQL is also a programming language by itself and one can interact with a SQL database using this (textual) language. Since many find this difficult, there are graphical applications, like myadmin which provide a graphical interface and these applications run on Apache

Last edited by Noway2; 02-20-2011 at 06:49 AM. Reason: Post data appeared twice, deleted duplicate
 
1 members found this post helpful.
Old 02-20-2011, 10:49 AM   #6
whk
Member
 
Registered: Jun 2005
Posts: 202

Rep: Reputation: 37
How to start MySQL the first time.

See under Testing here:
https://help.ubuntu.com/community/MYSQL5FromSource
BTW, it's good to read all.

starting MySQL normally

sudo /etc/init.d/mysql start
ref:
https://help.ubuntu.com/community/MysqlPasswordReset

Enter and creating a database.
mysql -u root -p
https://help.ubuntu.com/community/MySQL~QuickStartGuide

more ref:
http://dev.mysql.com/doc/refman/5.5/en/index.html
http://dev.mysql.com/doc/refman/5.5/en/tutorial.html

Last edited by whk; 02-20-2011 at 10:50 AM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] su mysql doesn't work if mysql is running? ranko_6 Slackware 3 12-20-2010 02:05 PM
mysql not running dody1313 Solaris / OpenSolaris 3 10-09-2008 10:34 AM
MySQL: two running Zeno McDohl Linux - Server 5 08-16-2007 06:26 PM
MySQL , is it running? is it there? Raggit Fedora 7 09-14-2005 02:02 PM
running mysql ?? shaahul Linux - Software 1 09-03-2003 02:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration