Mysql php combination is very popular now. Next we will summarize several methods for creating mysql databases. Because it is very simple to create databases, let's talk about it quickly,
Now we are very popular with mysql tutorials and php tutorials. Below we will summarize several tutorials on mysql database creation. As database creation is simple, we will give you a quick introduction,
Method 1: Use the mysql command mode
Mysql> create database dbname;
In this way, the database dbname is successfully created;
Method 2: Use phpmyadmin to simplify the process,
Method 3: Use the php mysql program to create a database
<?
$ Cn = mysql_connect ('www. bKjia. c0m', 'root', 'www. bKjia. c0m ');
Mysql_query ("create database dbname ");
?>
That's ko.
This site Original article reprinted indicated from http://www.bKjia. c0m otherwise required