模拟数据写进数据库LAMP模式

模拟数据写进数据库

[root@host50 ~]# systemctl  start mysqld

[root@host50 ~]# systemctl  enable  mysqld

[root@host50 ~]# yum -y install  httpd php php-mysql

[root@host50 ~]# systemctl start httpd ;systemctl  enable httpd

[root@host50 ~]# systemctl  status httpd; systemctl  status mysqld

[root@host50 ~]# echo 123  > /var/www/html/test.html

[root@host50 ~]# vim   /var/www/html/index.html

[root@host50 ~]# firefox  http://192.168.4.50

[root@host50 ~]# curl http://localhost/test.html

123

[root@host50 ~]# curl http://192.168.4.50/test.html

123

[root@host50 ~]# firefox  http://192.168.4.50/test.html

 

 

187  vim   /var/www/html/index.html

 190  vim /var/www/html/test.php

 

 

192  mysql -uroot -p123456

 

mysql> grant select,insert,update,delete on bbsdb.* to yaya888@"localhost"

    -> identified by "123qqq...A";

Query OK, 0 rows affected, 1 warning (0.01 sec)

[root@host50 ~]# vim /etc/my.cnf

 21 socket=/var/lib/mysql/mysql.sock

:wq

 

[root@host50 ~]# systemctl restart mysqld

[root@host50 ~]# ls /var/lib/mysql

auto.cnf    client-cert.pem  ib_logfile0  mysql.sock          public_key.pem

bbsdb       client-key.pem   ib_logfile1  mysql.sock.lock     server-cert.pem

ca-key.pem  ib_buffer_pool   ibtmp1       performance_schema  server-key.pem

ca.pem      ibdata1          mysql        private_key.pem     sys

[root@host50 ~]# ln -s /var/lib/mysql/mysql.sock  /tmp/mysql.sock

[root@host50 ~]# firefox http://192.168.4.50

 

[root@host50 ~]# mysql -uroot -p123456

mysql> select * from bbsdb.userinfo

    -> ;

+----------+----------+

| name     | password |

+----------+----------+

| tom      | 123456   |

| king     | 456789   |

| king     | 456789   |

| tangking | 456789   |

+----------+----------+

4 rows in set (0.00 sec)

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

运维螺丝钉

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值