Code for converting the phpaccess database to the mysql database (12 ). Php Tutorial access database tutorial to mysql tutorial database code "ACCESS database to MYSQL database tutorial" do not understand friends can add QQ: 345838256 php Tutorial access database tutorial to mysql tutorial database code
// If you cannot understand the tutorial on converting an ACCESS database to a MYSQL database, you can add QQ: 345838256 /////////////////////////////////
// The data collected by myself is ACCESS, but my program is mysql, so I wrote a program, and the program took three steps to share it... anyone who likes to operate databases should use the database. ///////
//////////////////////////////////////// //////////////////////////////////////// //////////////////////////////////
/// // 1. connect to mysql ////////////////////////////////////// //////////////////////
$ Dbhost = "localhost: 3307"; // server
$ Db = "dataname"; // Database
$ Dbuser = "root"; // User name
$ Dbpass = "********"; // password
$ Db_qianzhui = "sdb _"; // table prefix
$ Link = mysql_connect ($ dbhost, $ dbuser, $ dbpass );
If (! $ Link) echo "link failed! ";
Else echo "successful !!! ";
Mysql_query ("set names 'utf8 '");//////////////////////////
Mysql_query ("set character set UTF8"); //>
Mysql_query ("SET CHARACTER_SET_RESULTS = utf8'"); //>
Mysql_select_db ("{$ db }"); //////////////////////////////////
1 2
Access database tutorial to mysql tutorial database code // friends who cannot understand the "ACCESS database to MYSQL database tutorial" can add QQ: 345838256 ///////////////////////////...