讲解:phpmyadmin、SQL、SQL、PHP script

2020-01-13  本文已影响0人  qhpj441

Overview:In this assignment, you will set up a MySQL server, and install a PHP script that reads it. The primary materiel for this assignment is contained in lecture 19.You have the option of using the mysql interface to manage the databases, or if you wish, you can install phpmyadmin.Step 1:Install MySQL on your linux server.Run the myssql_secure_installation to configure basic options.To test the installation, go into the mysql interface (the command mysql), and enter the sql command show databases; Yo代写phpmyadmin留学生作业、代做SQL语言作业、SQL程序设计作业调试、代做PHP script作业 代写Pytu should see a list of available databases.Step 2: Create an account & database that can use that account.To create the university database, run this script through mysql.The mysql command show databases can be used to list the database. The mysql command show grants can be used to show user permissions.Step 3: Install php-mysql module, restart the apache service.Upload a PHP web page that queries the database with a result.To test this, use a web browser to view the page.转自:http://www.7daixie.com/2019042113070709.html

上一篇下一篇

猜你喜欢

热点阅读