日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > 数据库 >内容正文

数据库

php cli mysql_php – 为什么mysql CLI可以连接,但不能连接WordPress?

發布時間:2024/10/8 数据库 37 豆豆
生活随笔 收集整理的這篇文章主要介紹了 php cli mysql_php – 为什么mysql CLI可以连接,但不能连接WordPress? 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

我剛剛使用MariaDB在Debian 9.1上遇到了這個問題,但這在Oracle MysqL中應該是相同的.我可以從命令行輕松登錄,但PHP無法訪問數據庫.

我花了幾分鐘才弄明白,但我記得當時我曾經在舊服務器上使用Arch Linux(順便說一句愚蠢的想法),需要命令MysqL_secure_installation才能讓它接受連接.

嘗試一下,這對我有用.

NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB

SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!

In order to log into MariaDB to secure it,we'll need the current

password for the root user. If you've just installed MariaDB,and

you haven't set the root password yet,the password will be blank,so you should just press enter here.

Enter current password for root (enter for none):

OK,successfully used password,moving on...

Setting the root password ensures that nobody can log into the MariaDB

root user without the proper authorisation.

Set root password? [Y/n] n

... skipping.

By default,a MariaDB installation has an anonymous user,allowing anyone

to log into MariaDB without having to have a user account created for

them. This is intended only for testing,and to make the installation

go a bit smoother. You should remove them before moving into a

production environment.

Remove anonymous users? [Y/n] y

... Success!

Normally,root should only be allowed to connect from 'localhost'. This

ensures that someone cannot guess at the root password from the network.

Disallow root login remotely? [Y/n] y

... Success!

By default,MariaDB comes with a database named 'test' that anyone can

access. This is also intended only for testing,and should be removed

before moving into a production environment.

Remove test database and access to it? [Y/n] y

- Dropping test database...

... Success!

- Removing privileges on test database...

... Success!

Reloading the privilege tables will ensure that all changes made so far

will take effect immediately.

Reload privilege tables now? [Y/n] y

... Success!

Cleaning up...

All done! If you've completed all of the above steps,your MariaDB

installation should now be secure.

Thanks for using MariaDB!

總結

以上是生活随笔為你收集整理的php cli mysql_php – 为什么mysql CLI可以连接,但不能连接WordPress?的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。