当前位置:网站首页>Wampserver (MySQL) installation
Wampserver (MySQL) installation
2022-06-13 05:13:00 【strive_ one】
What is? WampServer?
- Wamp Namely Windows Apache Mysql PHP Integrated installation environment , That is to say window Under the apache、php and mysql Server software .
- Now we need to use Mysql.
stay Windows install WampServer(mysql)
- It can be downloaded directly from the software management of Tencent computer manager .
- It can be downloaded directly from the official website WampServer Official website
To configure mysql environment variable
- take C:\wamp\bin\mysql\mysql5.6.17\bin Add to environment variables path in ( Change to yourself mysql Under the bin route )
- restart WampServer.
- Verify whether the environment variable is set successfully
stay Linux Install in mysql
- to update Linux Download source of the system
sudo apt-get update
- install Mysql
sudo apt-get install mysql-server
- Check after successful installation mysql Whether the service starts
ps -aux | grep mysql
- Connect mysql Server command
mysql -h 127.0.0.1 -u root -p
边栏推荐
- RT thread console device initialization
- Ruoyi cloud startup tutorial (hand-held graphics)
- 使用EasyDarwin+FFmpeg实现rtsp推流
- Case - the ArrayList collection stores student objects and traverses them in three ways
- Implementing the driver registration initcall mechanism on stm32
- The games that you've tasted
- Opencv image storage and reading
- Use of natural sorting comparable
- Brick story
- Kaggle time series tutorial
猜你喜欢
Advanced C - Section 2 - pointers
Case - grade sorting - TreeSet set storage
Case - the list set stores student objects and traverses them in three ways
Simple-SR:Best-Buddy GANs for Highly Detailed Image Super-Resolution論文淺析
C language learning log 11.7
Enhanced for loop
行情绘图课程大纲1-基础知识
lookup
Case - random numbers without repetition (HashSet and TreeSet)
QT signal is automatically associated with the slot
随机推荐
Case - simulated landlords (primary version)
动态规划-最长公共子串
Deleted the jupyter notebook in the jupyter interface by mistake
Case - grade sorting - TreeSet set storage
Implementing the driver registration initcall mechanism on stm32
Section 5 - Operator details
Std:: Map empty example
RT thread console device initialization
Leetcode game 297 (20220612)
Shell built-in string substitution
Section 7 - structures
Chapter 13 abstraction: address space
Chapter 14 introduction: memory operation API
Advanced C language - Section 1 - data storage
17.6 unique_ Lock details
Introduction to R language 4--- R language process control
Mysql8.0.13 installation tutorial (with pictures)
Clause 33: decltype is used for auto & type formal parameters, with std:: forward
The problem of flex layout adaptive failure
Std:: map insert details