You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL_DEBIAN_LENNY.txt
+77-11Lines changed: 77 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -73,19 +73,85 @@ Then execute:
73
73
74
74
5) Install mydns
75
75
76
-
apt-get install mydns-mysql
76
+
apt-get install g++ libc6 gcc gawk make texinfo libmysqlclient15-dev
77
77
78
-
What is the hostname of the machine on which the database will run? -> localhost
79
-
What is the database name for the MyDNS database? -> mydns
80
-
Would you like to set up the database and tables automatically? -> yes
81
-
What is the username of the MySQL administrator? -> root
82
-
Enter the MySQL administrator password -> yourrootsqlpassword
83
-
Confirm this password -> yourrootsqlpassword
84
-
What is the MyDNS username? -> mydns
85
-
What is the MyDNS user password? -> mydnspassword
86
-
87
-
The mydns installer is a bit tricky, you will have to select to create a new database for mydns and use a existing mysql user, e.g. the mysql root user. This database is only to fullfill the requirements for the debian pacakge during installation and will not be used by ISPConfig later. ISPConfig will automatically change the mydns configuration files to use the ISPConfig database.
0 commit comments