在ubuntu7.10中mysql安装,默认是只能本机访问的,需要打开用户权限和mysql的本机绑定
1、在命令行底下打开用户权限:grant all privileges on drupal.*
to user@192.168.1.80 identified by 'user-password';
在管理员界面可以通过用户管理add host->any
host来添加访问权限(root用户默认只能访问本机,新添加的用户可 …
After the default normal installation of Ubuntu, here are the additional
steps I need to do to have a Apache-PHP-MySQL Server.
SSH Server (for my remote access)
sudo apt-get install ssh
Database Server
sudo apt-get …