Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  agyat : (23 May 2013 - 01:23 AM) Wow! Mr. Sb Back Home.
@  OpaQue : (23 May 2013 - 12:44 AM) Ting
@  OpaQue : (24 April 2013 - 02:44 PM) I guess, Time to run Mycent script.
@  OpaQue : (24 April 2013 - 02:43 PM) wow.. not much spam. except habatt posting lot of links.. :P
@  yordan : (23 April 2013 - 01:04 PM) You're welcome, agyat. Nice to have been helpful. Second lesson: try full words, "you" instead of "EW".
@  agyat : (23 April 2013 - 05:03 AM) @YORDAN: tHANK EW FOR YOUR FIRST LESSON.   :D
@  yordan : (22 April 2013 - 09:43 PM) @agyat : "why don't you help me", or "please help me", or "please teach us"
@  yordan : (22 April 2013 - 09:42 PM) welcome back, velma
@  velma : (22 April 2013 - 07:51 AM) **yawns** Good to be back, wonder what is going on here :)
@  agyat : (22 April 2013 - 03:50 AM) Oh! so, why don't help me learn english..
@  yordan : (21 April 2013 - 08:38 PM) The goal mentioned by shiu : "learning english, learning computer"
@  agyat : (21 April 2013 - 06:31 PM) WHAT GOAL?
@  yordan : (20 April 2013 - 10:39 AM) yes, that's our goal. simultaneouly learning English and teaching/learning computer using.
@  shiyu : (20 April 2013 - 07:30 AM) learning english,learning computer
@  yordan : (19 April 2013 - 01:11 PM) Oh, I see, it's just a trick in order to force people looking at your texte. Somehow smart, maybe.
@  agyat : (19 April 2013 - 02:54 AM) And of course I know it is not SEO friendly.
@  agyat : (19 April 2013 - 02:52 AM) There may be two possible answers for that ....


1) Shout was posted using mobile keypad.

2) To force people read content carefully and/or with more concentration.
@  agyat : (19 April 2013 - 02:49 AM) There may be two possible answers for that ....
@  yordan : (18 April 2013 - 09:35 PM) however, why this mixing of capital letters in the middle of your text?
@  agyat : (18 April 2013 - 11:10 AM) false feelings.

Replying to How To Learn MySQL ?


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

miCRoSCoPiC^eaRthLinG

Posted 29 January 2005 - 05:10 PM

Hi all,
This might not seem related to php or this post in general but certainly for anyone dabbling in mysql and .net - either to develop software or asp.net web apps - this site is extremely useful and handy as a reference: http://www.connectionstrings.com - the site contains one of the most comprehensive and well covered lists of the database conneciton strings used by vb/c#/asp.net to connect to any of the relational databases. The page lists connections strings for over 22 different databases - including MSSQL, MySQL, Oracle, IBM DB2, Interbase, Sybase, Informix, Access ... the list goes on. Just when you feel really messed up about the right connection string and are about to pull half of your hair off - give this site a shot..
Cheers :)

wanhafizi

Posted 14 December 2004 - 03:51 AM

Bigyan:

there are many concept you need to understand before using mysql. here the links for my previous comment on this topic:

http://www.astahost....9985

hope it will help.

shaldengeki

Posted 07 December 2004 - 11:32 PM

You know, if you go to the library and check out a couple of books on PHP and MySQL books... such as "PHP & MySQL For Dummies", you might learn quite a bit as well, without spending too much time on it.

At least, that's how I'm learning it. And don't discount friends and acquaintances, as well. They can be very helpful if you know the right people.

Bigyan

Posted 07 December 2004 - 06:35 PM

Hey mhykhh,

Plz do send me the ebooks that u have. I am really desperate to put up a database on web. It'll make my web-design much simpler !!

Bye,
Bigyan

mhykhh

Posted 29 November 2004 - 01:48 PM

Just run a search on google for 'MySQL Tutorials' and just pick a site that gives a short introduction of MySQL and it's basic syntax and functions... After you know some MySQL, look for MySQL PHP Tutorials so you would know the basic PHP functions used to communicate with MySQL: or better yet, read the PHP Manual. It has all of PHP's built in functions for communicating with MySQL.

.::Cheers::.

arunkumarhg

Posted 29 November 2004 - 08:57 AM

I have e-books about MySQL. Tell me if you want them. Or is this illegal?hehehe

<{POST_SNAPBACK}>



Just all you need is either phpmysqladmin or Thick mysql admin, you will be provided with your database host address along with port,user name password and default database name. Use Mysql Admin to connect to your database with these informaion.

Cheers
Arunkumar.H.G

mhykhh

Posted 25 November 2004 - 05:40 AM

I have e-books about MySQL. Tell me if you want them. Or is this illegal?hehehe

Stand & Fight

Posted 22 November 2004 - 07:54 PM

mySQL is simple, all you need is phpmyadmin, and you're set. after using myadmin for a few monthes, i was writiing out scripts, and dropping them myself into the tables. i would highly suggest using PHPnuke to learn all of the above (mySQL, HTML, PHP) mySQL is probably the most simple language out there.

marijnnn

Posted 16 November 2004 - 06:37 PM

well, go like this:
think about what needs to be stored in your database. think about good names for the tables, for example: users, and the fields (ie: username, id, password, rights, emailadress,...)
then you make that table with phpmyadmin, which can be found in your c-panel and is quite easy.
accessing and modifying data can be done with the php functions that start with mysql_, just go to php.net and search for mysql. you'll find all the info & examples you'll need

off course, you have to know sql. because the php function mysql_query will only do what it's instructed to do by the given sql query

for example: select * from users where username="bigyan"
will give you an mysql_result object with all the info of that user.
then you have to fetch that info, but the howto of that can be found on php.net

so what you'll need is:

-phpmyadmin
-www.php.net
-maybe a short sql tutorial. all you need to know is: insert, update and select.

Bigyan

Posted 16 November 2004 - 06:05 PM

Hi Guys,

I want to learn to use MySQL in my site. I'm told that it is already installed. But I don't know how to use it.

I've installed PHP Triad in my machine and with MySQL.
Please hyperlink to a website containg articles on these.

Bye,
Bigyan

Review the complete topic (launches new window)