@@ -856,27 +856,27 @@ The following three scenarios are covered by the Zero Configuration mode:
856856Manual configuration
857857--------------------
858858
859- Please look at your ``./sql/ `` directory, where you should find a
859+ Please look at your ``./resources/ sql/ `` directory, where you should find a
860860file called *create\_ tables.sql *. (If you are using a Windows server,
861861pay special attention to :ref: `faq1_23 `).
862862
863863If you already had this infrastructure and:
864864
865865* upgraded to MySQL 4.1.2 or newer, please use
866- :file: `sql/upgrade_tables_mysql_4_1_2+.sql `.
866+ :file: `resources/ sql/upgrade_tables_mysql_4_1_2+.sql `.
867867* upgraded to phpMyAdmin 4.3.0 or newer from 2.5.0 or newer (<= 4.2.x),
868- please use :file: `sql/upgrade_column_info_4_3_0+.sql `.
868+ please use :file: `resources/ sql/upgrade_column_info_4_3_0+.sql `.
869869* upgraded to phpMyAdmin 4.7.0 or newer from 4.3.0 or newer,
870- please use :file: `sql/upgrade_tables_4_7_0+.sql `.
870+ please use :file: `resources/ sql/upgrade_tables_4_7_0+.sql `.
871871
872- and then create new tables by importing :file: `sql/create_tables.sql `.
872+ and then create new tables by importing :file: `resources/ sql/create_tables.sql `.
873873
874874You can use your phpMyAdmin to create the tables for you. Please be
875875aware that you may need special (administrator) privileges to create
876876the database and tables, and that the script may need some tuning,
877877depending on the database name.
878878
879- After having imported the :file: `sql/create_tables.sql ` file, you
879+ After having imported the :file: `resources/ sql/create_tables.sql ` file, you
880880should specify the table names in your :file: `config.inc.php ` file. The
881881directives used for that can be found in the :ref: `config `.
882882
@@ -944,12 +944,12 @@ The complete upgrade can be performed in a few simple steps:
944944If you have upgraded your MySQL server from a version previous to 4.1.2 to
945945version 5.x or newer and if you use the phpMyAdmin configuration storage, you
946946should run the :term: `SQL ` script found in
947- :file: `sql/upgrade_tables_mysql_4_1_2+.sql `.
947+ :file: `resources/ sql/upgrade_tables_mysql_4_1_2+.sql `.
948948
949949If you have upgraded your phpMyAdmin to 4.3.0 or newer from 2.5.0 or
950950newer (<= 4.2.x) and if you use the phpMyAdmin configuration storage, you
951951should run the :term: `SQL ` script found in
952- :file: `sql/upgrade_column_info_4_3_0+.sql `.
952+ :file: `resources/ sql/upgrade_column_info_4_3_0+.sql `.
953953
954954Do not forget to clear the browser cache and to empty the old session by
955955logging out and logging in again.
0 commit comments