Note also that you can use phpmyadmin tool that comes with 备份和恢复也可使用
If you use phpmyadmin to browse the database you should be able to see the tables created 如果使用phpmyadmin来浏览数据库,您就可以看到这些表都已经创建好了。
Because the phpmyadmin is a php application, the code is the same on windows as it is on linux 由于phpmyadmin就是一个php应用程序,因此其代码在windows和linux上完全相同。
You now need to edit the phpmyadmin configuration file so that it knows the root password for mysql that you entered in an earlier step 现在您需要编辑phpmyadmin配置文件,使它知道您在前面步骤中输入的mysql的root密码:
You now need to edit the phpmyadmin configuration file so that it knows the root password for mysql that you entered in the previous step 现在您需要编辑phpmyadmin配置文件,使它知道您在前面步骤中输入的mysql的root密码:
Since you have to use mysql to create the tables we might as well create the database using mysql although you could just as easily do so using phpmyadmin 由于您只能使用mysql来创建表,因此尽管我们可以使用phpmyadmin来简单地创建数据库,但是我们还是使用mysql来创建数据库。
Since you have to use mysql to create the tables, we might as well create the database using mysql although you could just as easily do so using phpmyadmin 由于您只能使用mysql来创建表,因此尽管我们可以使用phpmyadmin来简单地创建数据库,但是我们还是使用mysql来创建数据库。
Another consideration is that in the steps that follow you might not wish to use the mysql user root, but create one specially for the use of phpmyadmin and phpnuke 另外要考虑的一点是,在随后的这些步骤中,您可能并不想使用mysql的用户root,而是要为phpmyadmin和phpnuke专门创建一个用户。
Another consideration is that in the steps that follow you might not wish to use the mysql user root, but create one especially for the use of phpmyadmin and phpnuke 另外要考虑的一点是,在随后的这些步骤中,您可能并不想使用mysql的用户root,而是要为phpmyadmin和phpnuke专门创建一个用户。
The installations of ibm http server, php, and mysql differ on windows and linux, but the installations of phpmyadmin and phpnuke are similar on both operating systems ibmhttpserver、php和mysql在windows和linux上的安装步骤不同,而phpmyadmin和phpnuke在这两个操作系统上的安装步骤都是相同的。