2008-02-15, 05:29 PM 
		
	
	
		Using mysql 5.0 how do I create a new database?
	
	
	
	
	
| 
					create new database
				 | 
| 
		
		
		2008-02-15, 05:29 PM 
		
	 
		Using mysql 5.0 how do I create a new database? 
		
		
		2008-02-15, 09:17 PM 
		
	 here's a sample of how to do that Create a mysql database: The word "exercise" below being used in the comands is the name of the database change it to what your database name is going to be called. Code: cd /usr/local/mysql/bintaken from the LAMP section here now type Code: quitthen Code: ./mysqladmin -u root -p create exercise
		
		
		2008-02-15, 09:54 PM 
		
	 Thank You Quote:here's a sample of how to do that 
		
		
		2008-02-19, 05:43 PM 
		
	 mysql -u root -p create database <name>;</name> | 
| 
					« Next Oldest | Next Newest »
				 |