ineedcoffee

Members
  • Content Count

    1
  • Joined

  • Last visited

About ineedcoffee

  • Rank
    Member
  1. In college, I learned how to program in SQL using Oracle 9i running in window. Now six years later, I am trying to program in SQL using MySql running in Linux Fedora Core 11. Even though a lot of the basic commands are the same, the way that a user connects to the SQL server and use batch files is different. In college(Last time used was in 2004): To log on to the server, I believe we had to edit a file to put our account in. To run it was @c:\file_name.sql Example Windows: @c:\populate_database.sql; INSERT INTO pet(name,owner,species,sex,birth,death) VALUES ('Puffball','Diane','hamster','f