Twentyoneth Posted June 23, 2006 Share Posted June 23, 2006 I have never used MySQL and I am trying to create my own database.My reason for this: [a href=\"http://www.phpfreaks.com/forums/index.php?act=ST&f=1&t=95293&hl=&view=findpost&p=382168\" target=\"_blank\"]PHP Help Topic[/a]Anyone care to help me get started? Link to comment https://forums.phpfreaks.com/topic/12709-new-to-mysql/ Share on other sites More sharing options...
Wildbug Posted June 23, 2006 Share Posted June 23, 2006 [!--quoteo(post=387098:date=Jun 23 2006, 03:57 AM:name=Twentyoneth)--][div class=\'quotetop\']QUOTE(Twentyoneth @ Jun 23 2006, 03:57 AM) [snapback]387098[/snapback][/div][div class=\'quotemain\'][!--quotec--]I have never used MySQL and I am trying to create my own database.My reason for this: [a href=\"http://www.phpfreaks.com/forums/index.php?act=ST&f=1&t=95293&hl=&view=findpost&p=382168\" target=\"_blank\"]PHP Help Topic[/a]Anyone care to help me get started?[/quote]From the MySQL manual: [a href=\"http://dev.mysql.com/doc/refman/5.0/en/tutorial.html\" target=\"_blank\"]MySQL tutorial[/a]Covering exciting topics such as:3.1. Connecting to and Disconnecting from the Server3.2. Entering Queries[b]3.3. Creating and Using a Database[/b]3.3.1. Creating and Selecting a Database3.3.2. Creating a Table3.3.3. Loading Data into a Table3.3.4. Retrieving Information from a Table.... etc.Do you have access to MySQL or your own computer were you can install it? Link to comment https://forums.phpfreaks.com/topic/12709-new-to-mysql/#findComment-48806 Share on other sites More sharing options...
fenway Posted June 24, 2006 Share Posted June 24, 2006 [!--quoteo(post=387184:date=Jun 23 2006, 10:57 AM:name=Wildbug)--][div class=\'quotetop\']QUOTE(Wildbug @ Jun 23 2006, 10:57 AM) [snapback]387184[/snapback][/div][div class=\'quotemain\'][!--quotec--]From the MySQL manual: [a href=\"http://dev.mysql.com/doc/refman/5.0/en/tutorial.html\" target=\"_blank\"]MySQL tutorial[/a]Covering exciting topics such as:3.1. Connecting to and Disconnecting from the Server3.2. Entering Queries[b]3.3. Creating and Using a Database[/b]3.3.1. Creating and Selecting a Database3.3.2. Creating a Table3.3.3. Loading Data into a Table3.3.4. Retrieving Information from a Table.... etc.Do you have access to MySQL or your own computer were you can install it?[/quote]Or you can use the db4free.net playground. Link to comment https://forums.phpfreaks.com/topic/12709-new-to-mysql/#findComment-49019 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.