PDA

View Full Version : Ubuntu and MySQL ?



jaho22
February 20th, 2013, 04:05 AM
I have ubuntu 12.04 on my server, i need to learn how to use mysql or any other database.

I want to try to make an database that holds variables like -

int myvariable = 0;
int [] myvariables = int [32768];

How can i make these variables to be only on database ram, and never on harddisk, is it possible to create a database variables that are on global database ram, free to anyone to use.

I have almost no experience with databases like mysql, i want to try to make on html+php+javascript chess game, that can be played live games, i want to check new moves from database every second.

slickymaster
February 20th, 2013, 11:24 AM
Here are a few places for you to start:

dbForums (http://www.dbforums.com/)
SQLCourse (http://www.sqlcourse.com/index.html)
MySQL 5.6 Reference Manual (http://dev.mysql.com/doc/refman/5.6/en/)
SQL for Web Nerds (http://philip.greenspun.com/sql/)
Online ebook: Sams Teach Yourself SQL in 24 Hours (http://www.informit.com/library/library.aspx?b=STY_Sql_24hours)