A Google video search for "mysql for beginners" found this guy's beginner
tutorials. I only glanced at them but they look pretty helpful.
http://www.youtube.com/user/leanjhuls
I hope this helps.
~~Fish~~
On Wed, Jul 15, 2009 at 9:20 AM, Marcus Bointon
wrote:
> On 15
On 15 Jul 2009, at 13:56, shridhar kyrlageri wrote:
i am very new to mysql . i want to learn this but i don know where
to start what to do. so please enlighten me .
http://dev.mysql.com/doc/
Marcus
--
Marcus Bointon
Synchromedia Limited: Creators of http://www.smartmessages.net/
UK reseller
hi guys
i am very new to mysql . i want to learn this but i don know where to start
what to do. so please enlighten me .
Looking for local information? Find it on Yahoo! Local
http://in.local.yahoo.com/
The next MySQL University session will take place this Thursday, 6th
November. Jay Pipes will take you on a guided tour
This session will start at 17:00 UTC / 9:00am PST / 12:00 EST / 17:00
BST / 18:00 CET.
MySQL University is an educational program run virtually on the 'net.
Sessions are open to
At 09:54 AM 10/23/2003, Andrew Braithwaite wrote:
Hi,
Does anyone know of any good mysql tutorials online that would suit someone
who has a computer science degree but knows nothing about MySQL.
Pointers will be most welcome.
Cheers,
Andrew
Andrew,
Try one of these MySQL tutorials:
http://www.m
New to SQL or new just to MySQL?
-Original Message-
From: Andrew Braithwaite [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2003 10:54 AM
To: [EMAIL PROTECTED]
Subject: Online Tutorials for beginners
Hi,
Does anyone know of any good mysql tutorials online that would suit someone
Hi,
Does anyone know of any good mysql tutorials online that would suit someone
who has a computer science degree but knows nothing about MySQL.
Pointers will be most welcome.
Cheers,
Andrew
Sql, query
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscri
]
Sent: Wednesday, March 26, 2003 3:35 PM
To: 'mysql users'
Subject: beginners question - Not Makine Duplicate Entrys
Is there a sql statement that would not allow the same entry twice.
Something like INSERT into myTable s WHERE s != Value(?). I don't know
if that makes sense but I
Is there a sql statement that would not allow the same entry twice.
Something like INSERT into myTable s WHERE s != Value(?). I dont know
if that makes sense but I thought I would give it a shot.
Basically I want to know if it is possible and if so can you point me to
a webpage or give me an exam
To paraphrase Yogi Berra: You can see an awful lot just by looking.
http://www.mysql.com/doc/en/Can_not_connect_to_server.html
Doug
-- For Happy Filters, use SQL, query
On Sat, 11 Jan 2003 12:50:29 -, alan.keith.simons wrote:
>Hi
>
>I have installed a downloaded version of mysql on my pc b
Hi
I have installed a downloaded version of mysql on my pc but am experiencing
problems when I try to run the MySQL monitor.
>From the command line:-
C:\mysql\bin
when I type in mysql to activate the monitor, I get the error message:
ERROR 2003: Can't connect to MySql server on
---
Sunmaia
www.sunmaia.net
[EMAIL PROTECTED]
tel. 0121-242-1473
---
> -Original Message-
> From: William Bradley [mailto:[EMAIL PROTECTED]]
> Sent: 14 July 2002 20:29
> To: [EMAIL PROTECTED]
> Subject: A beg
on 7/14/02 3:29 PM, William Bradley, typed:
> mysql> USE mysql
> ERROR 1044: Access denied for user: '@localhost' to database 'mysql'
> mysql>
use mysql;
:)
-
Before posting, please check:
http://www.mysql.com/manual.php
Your patience please :) I am an absolute newbie. When I setup Mysql
I made some mistakes and now I can't seem to get out of them.
When I login as root and type "mysql" on the command line as root, I get
the following:
[william@localhost william]$ su
Password:
[root@localhost william]# mysql
actually, another member of this list has already helped me figure it
out.
thanks.
-Original Message-
From: Richard Emery [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 15, 2002 3:42 PM
To: Marcia Clover; [EMAIL PROTECTED]
Subject: Re: beginners question
show your table structures
il 15, 2002 12:11 PM
Subject: beginners question
I'm converting an Access database to mySql (finally), and I'm having
some problems:
#1 - I have created a text file from Access to be able to import the
data into the mySQL db, that part is ok, the problem is, from my 12
records (just
I'm converting an Access database to mySql (finally), and I'm having
some problems:
#1 - I have created a text file from Access to be able to import the
data into the mySQL db, that part is ok, the problem is, from my 12
records (just a sample project), mySQL is only importing 6, the odd
numb
On Friday 05 April 2002 2:54 pm, Zhao, Charles wrote:
> Thanks Todd and Tyler for the encouragement,
>
> When I searched on Mysql column types, I did not find any obviously
> suitable for images. I do not suppose I can use VARCHAR, can I?
Use one of the BLOB types.
Note that if you are running
arles'; [EMAIL PROTECTED]
Subject: RE: Beginners Question
Yes, mySQL is up to the task. Just make sure you design the DB with
fast retrivals in mind
-Original Message-
From: Zhao, Charles [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 3:53 PM
To: '[EMAIL PROTECTED]'
Yes, mySQL is up to the task. Just make sure you design the DB with
fast retrivals in mind
-Original Message-
From: Zhao, Charles [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 3:53 PM
To: '[EMAIL PROTECTED]'
Subject: Beginners Question
Hello there,
I am tryi
MySQL will be good for this type of stuff.
Tyler
- Original Message -
From: "Zhao, Charles" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 3:53 PM
Subject: Beginners Question
> Hello there,
>
> I am trying to find which databas
Hello there,
I am trying to find which database to use. I will have text and image data.
Lots of image data. Most of the time I am doing data retrieving, but when
updating, it will be text almost always. No enterprise use, but very busy
database hits. Could any one please educate me if mysql
Try logging on as root.
- Original Message -
From: "LinuxTech Inc" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 27, 2001 14:16
Subject: Beginners Query
> hi
>
> I am new user to mysql
> I want to create a new database on my machine
Probably you run mysql without user: mysql
try: mysql -u -p
or check perms(guest logins, user logins) for creating new databases
and RTFM.
Almost root (superuser) have access to table mysql, where are
permissions stored.
Michal Dvoracek [EMAIL PROTECTED]
-
hi
I am new user to mysql
I want to create a new database on my machine where mysql is installed at linux
platform
I am using CREATE DATABASE
but it is giving me error 1044: Access denied for user: '@localhost' to database
''
How should I create a new user in it and from the new tables as we
25 matches
Mail list logo