LIFamilies.com - Long Island, NY


RSS
Articles Business Directory Blog Real Estate Community Forum Shop My Family Contests

Log In Chat Index Search Rules Lingo Create Account

Quick navigation:   

MySQL

Posted By Message
Pages: [1] 2

bonch20
LIF Adult

Member since 9/09

1290 total posts

Name:
Bonnie

MySQL

anyone know anything about MySQL databases? trying to find a course....not something online, i think i need hands-on.

thanks!

Posted 7/20/10 2:46 PM
 
Long Island Weddings
Long Island's Largest Bridal Resource

Blazesyth
*yawn*

Member since 5/05

8129 total posts

Name:

Re: MySQL

Try Learning Tree or New Horizons.

Posted 7/20/10 2:59 PM
 

bonch20
LIF Adult

Member since 9/09

1290 total posts

Name:
Bonnie

Re: MySQL

oh bless you....thanks much!!

Posted 7/20/10 3:16 PM
 

Andrewz00
Look! I changed it!

Member since 4/10

1789 total posts

Name:
Andrew

Re: MySQL

Posted by Blazesyth

Try Learning Tree or New Horizons.




+1 for new horizons... we always send new hires there!

Posted 7/20/10 3:37 PM
 

luvsun27
Check out my cool glasses

Member since 5/05

8135 total posts

Name:
Kim

Re: MySQL

I have never taken a course, I have learned myself through trial/error and google is your friend Chat Icon Chat Icon

Posted 7/20/10 3:57 PM
 

Andrewz00
Look! I changed it!

Member since 4/10

1789 total posts

Name:
Andrew

Re: MySQL

Posted by luvsun27

I have never taken a course, I have learned myself through trial/error and google is your friend Chat Icon Chat Icon



you know SQL???Chat Icon

Posted 7/20/10 3:58 PM
 

luvsun27
Check out my cool glasses

Member since 5/05

8135 total posts

Name:
Kim

Re: MySQL

Posted by Andrewz00

Posted by luvsun27

I have never taken a course, I have learned myself through trial/error and google is your friend Chat Icon Chat Icon



you know SQL???Chat Icon



Yes Chat Icon Wanna quiz me? Chat Icon

Posted 7/20/10 3:59 PM
 

Blazesyth
*yawn*

Member since 5/05

8129 total posts

Name:

Re: MySQL

Posted by luvsun27

I have never taken a course, I have learned myself through trial/error and google is your friend Chat Icon Chat Icon



Same. Google gives me enough information to do what I want and be dangerous. Chat Icon

Posted 7/20/10 3:59 PM
 

luvsun27
Check out my cool glasses

Member since 5/05

8135 total posts

Name:
Kim

Re: MySQL

Posted by Andrewz00

Posted by luvsun27

I have never taken a course, I have learned myself through trial/error and google is your friend Chat Icon Chat Icon



you know SQL???Chat Icon



I'm actually writing a report/query in an oracle database as we speak Chat Icon

Posted 7/20/10 4:01 PM
 

Katareen
5,000 Posts!

Member since 4/10

7180 total posts

Name:
Katherine

Re: MySQL

I use it every day at work as well!!

Posted 7/20/10 4:07 PM
 

saltoftheearth
LIF Zygote

Member since 7/10

7 total posts

Name:

Re: MySQL

Wow. I had to double check my address bar. For some reason I thought I was on Slashdot.

MySQL is not hard to learn at all. I'll point you to: http://www.mysqltutorial.org/

There are a ton of books on MySQL as well, check out your local Borders.

What will you be using MySQL for? The tricky part is learning how to use it with your programming environment of choice. If you're in Java, check out Hibernate (after your learn MySQL of course) Persistance Engines are so hip right now.

Posted 7/20/10 4:32 PM
 

Blazesyth
*yawn*

Member since 5/05

8129 total posts

Name:

Re: MySQL

Posted by saltoftheearth

Wow. I had to double check my address bar. For some reason I thought I was on Slashdot.

If you're in Java, check out Hibernate (after your learn MySQL of course) Persistance Engines are so hip right now.




DB and dev teams here talk all the time about how Hibernate and MongoDB are going to 'change everything'. I'm sick of hearing it without proof so I just give them the 'blah blah blah' hand and Chat Icon Until my lock wait time and buffer cache ratio go down, zip it.

Chat Icon

Message edited 7/20/2010 4:40:05 PM.

Posted 7/20/10 4:36 PM
 

saltoftheearth
LIF Zygote

Member since 7/10

7 total posts

Name:

Re: MySQL





DB and dev teams here talk all the time about how Hibernate and MongoDB are going to 'change everything'. I'm sick of hearing it without proof so I just give them the 'blah blah blah' hand and Chat Icon Until my lock wait time and buffer cache ratio go down, zip it.

Chat Icon


I can't tell you how much Hibernate has simplified my life. I started working with Hibernate back in its beta days. Now JPA is a standard in J2EE. So I work with straight up JPA code, (while still using Hibernate as my underlying engine). Since using Hibernate/JPA I rarely write SQL (inside my code), in addition to not having to refactor everytime someone decides to add a new field or mess with the schema.


Message edited 7/20/2010 4:51:31 PM.

Posted 7/20/10 4:50 PM
 

Andrewz00
Look! I changed it!

Member since 4/10

1789 total posts

Name:
Andrew

Re: MySQL

Posted by saltoftheearth





DB and dev teams here talk all the time about how Hibernate and MongoDB are going to 'change everything'. I'm sick of hearing it without proof so I just give them the 'blah blah blah' hand and Chat Icon Until my lock wait time and buffer cache ratio go down, zip it.

Chat Icon


I can't tell you how much Hibernate has simplified my life. I started working with Hibernate back in its beta days. Now JPA is a standard in J2EE. So I work with straight up JPA code, (while still using Hibernate as my underlying engine). Since using Hibernate/JPA I rarely write SQL (inside my code), in addition to not having to refactor everytime someone decides to add a new field or mess with the schema.








WOW!!!! i am impressed yet again! and i thought i was the only computer nerd on here! phew!

Posted 7/20/10 4:56 PM
 

Blazesyth
*yawn*

Member since 5/05

8129 total posts

Name:

Re: MySQL

Posted by saltoftheearth


I can't tell you how much Hibernate has simplified my life. I started working with Hibernate back in its beta days. Now JPA is a standard in J2EE. So I work with straight up JPA code, (while still using Hibernate as my underlying engine). Since using Hibernate/JPA I rarely write SQL (inside my code), in addition to not having to refactor everytime someone decides to add a new field or mess with the schema.





Yeah, I can see not having to refactor as a big plus. It's just the hype hype hype that gets to me.

Like 'THE CLOUD'. The cloud will NOT fix EVERYTHING people. "We'll just move it to the cloud and it'll be GREAT!" Umm, the cloud won't fix that your application still suxx.... Sure you can scale horizontally on the fly, because your crappy app takes 100% CPU. If you had a better app, it wouldn't use excessive CPU and therefore wouldn't need to auto-scale and ding us for $$$ for another server.

</rant>


Posted 7/20/10 4:58 PM
 

bonch20
LIF Adult

Member since 9/09

1290 total posts

Name:
Bonnie

Re: MySQL

we have a team creating a new website for us and i'm supposed to become the webmaster once it's complete....i seem find tons on MS SQL, not MySQL. there's a 4 week course at Hofstra. waiting to see if the boss will go for that. i'd like to take something 'physical' and then use the web to teach me further.

Posted 7/21/10 10:22 AM
 

Blazesyth
*yawn*

Member since 5/05

8129 total posts

Name:

Re: MySQL

Posted by bonch20

we have a team creating a new website for us and i'm supposed to become the webmaster once it's complete....i seem find tons on MS SQL, not MySQL. there's a 4 week course at Hofstra. waiting to see if the boss will go for that. i'd like to take something 'physical' and then use the web to teach me further.



SQL is a programming language; MS SQL (Microsoft SQL) is a database management program that uses that language. Along with MSSQL, other software programs that use SQL are Oracle, and MySQL.

I think you should find out what your exact responsibilites/role will be before you commit to a class so you can make sure you are getting the right training. The team might be building an interface to help you make changes and you might need no SQL/MSSQL/MySQL experience.



Posted 7/21/10 10:29 AM
 

bonch20
LIF Adult

Member since 9/09

1290 total posts

Name:
Bonnie

Re: MySQL

Posted by Blazesyth

Posted by bonch20

we have a team creating a new website for us and i'm supposed to become the webmaster once it's complete....i seem find tons on MS SQL, not MySQL. there's a 4 week course at Hofstra. waiting to see if the boss will go for that. i'd like to take something 'physical' and then use the web to teach me further.



SQL is a programming language; MS SQL (Microsoft SQL) is a database management program that uses that language. Along with MSSQL, other software programs that use SQL are Oracle, and MySQL.

I think you should find out what your exact responsibilites/role will be before you commit to a class so you can make sure you are getting the right training. The team might be building an interface to help you make changes and you might need no SQL/MSSQL/MySQL experience.






thanks for the above! actually, they are the ones who told me to take a class to better understand the program...this is one of the things they sent over: Proficiency on SQL database queries to read, extract or change data in the database, as needed.

Posted 7/21/10 10:41 AM
 

greenfreak
.

Member since 9/06

11483 total posts

Name:
greenfreak

Re: MySQL

Posted by Andrewz00

WOW!!!! i am impressed yet again! and i thought i was the only computer nerd on here! phew!



Not only are you among many other nerds, but many other female nerds which are harder to come by. Chat Icon

I've taken New Horizons classes too, not on SQL but other things, and they seemed well organized and the instructor was great.

Once you have the basics, Google is great but one of the sites that always comes up in my searches for information is Experts Exchange.

I would also suggest, before their work on the site is done, that they set aside a good chunk of time to go over everything with you. DH is a programmer and he's worked with people that were ambiguous on purpose because they knew they would get more $ if the client had to request more help.

Posted 7/21/10 1:09 PM
 

luvsun27
Check out my cool glasses

Member since 5/05

8135 total posts

Name:
Kim

Re: MySQL

Posted by greenfreak

Once you have the basics, Google is great but one of the sites that always comes up in my searches for information is Experts Exchange.




That site you have to pay for. If your too cheap like me Chat Icon I found this one to be pretty good sql help. Also...I usually can find most anything using google, it just takes a little extra effort. Good luck!

Posted 7/21/10 1:18 PM
 

greenfreak
.

Member since 9/06

11483 total posts

Name:
greenfreak

Re: MySQL

Posted by luvsun27

That site you have to pay for.



Not necessarily... Chat Icon If you want to post your own new questions, you do. I bought a subscription with my company card. But you can still get the information from the site if it comes up in a Google search by clicking on "Cached Link" and scrolling to the bottom. Chat Icon

Posted 7/21/10 1:24 PM
 

luvsun27
Check out my cool glasses

Member since 5/05

8135 total posts

Name:
Kim

Re: MySQL

Posted by greenfreak

Posted by luvsun27

That site you have to pay for.



Not necessarily... Chat Icon If you want to post your own new questions, you do. I bought a subscription with my company card. But you can still get the information from the site if it comes up in a Google search by clicking on "Cached Link" and scrolling to the bottom. Chat Icon



Oh...I'll have to try that Chat Icon Whenever that site comes up in my search, I always disregard it and look for others because I don't have a subscription Chat Icon Chat Icon

Posted 7/21/10 1:26 PM
 

Celt
~~~~~~~~~~

Member since 4/08

7758 total posts

Name:
colette

Re: MySQL

External Image

This thread is f'ing with my self-esteem!!Chat Icon Chat Icon Chat Icon

Posted 7/21/10 1:28 PM
 

Blazesyth
*yawn*

Member since 5/05

8129 total posts

Name:

Re: MySQL

Posted by greenfreak
I bought a subscription with my company card.



Cached content is your friend!

So now we all know just to funnel all questions that need to be posted thru you. Chat Icon

Posted 7/21/10 1:32 PM
 

luvsun27
Check out my cool glasses

Member since 5/05

8135 total posts

Name:
Kim

Re: MySQL

Posted by greenfreak

But you can still get the information from the site if it comes up in a Google search by clicking on "Cached Link" and scrolling to the bottom. Chat Icon



You are my hero...just tried this Chat Icon Chat Icon Chat Icon Chat Icon Chat Icon Chat Icon

Posted 7/21/10 1:33 PM
 
Pages: [1] 2
 
Quick navigation:   
Currently 829270 users on the LIFamilies.com Chat
New Businesses
1 More Rep
Carleton Hall of East Islip
J&A Building Services
LaraMae Health Coaching
Sonic Wellness
Julbaby Photography LLC
Ideal Uniforms
Teresa Geraghty Photography
Camelot Dream Homes
Long Island Wedding Boutique
MB Febus- Rodan & Fields
Camp Harbor
Market America-Shop.com
ACM Basement Waterproofing
Travel Tom

      Follow LIWeddings on Facebook

      Follow LIFamilies on Twitter
Long Island Bridal Shows