How to create an index for the database in PHPstudy
owen
owen 2017-09-27 10:03:00
0
3
1364

In order to improve SQL performance, indexes can be created on the server; but how to create indexes for the database using the PHPSTUDY tool? Ask for specific details of the process.

owen
owen

reply all(3)
ringa_lee

Are you talking about creating an index in the database? To index the database, you use a database management tool, such as phpmyadmin, just click a button

寻觅 beyond

I would like to ask, do you mean the server side of the database or Apache? If it is not a server like Apache, then creating an index for the database will be very simple, just use Baidu

  • reply I use a cloud ECS server and use phpstudy to install and configure the site, so how do I create a database index from phpstudy. Are there any specific steps? Baidu’s methods are not suitable.
    owen author 2017-09-27 10:43:34
  • reply It is the apache server
    owen author 2017-09-27 10:55:39
Day

For details, you can find out how to create an index in MySql on Baidu to optimize performance!

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template