Posts: 0
Threads: 2
Joined: Jan 2025
Reputation:
0
I got into mysql mode, however, I don't know anything about what commands are used in the MySQL command line and how they're used.
Restored from old drupal forum, for user uid:3246 username:Stone1555
You may reset your password to access your new account here.
Posts: 0
Threads: 13
Joined: Jan 2025
Reputation:
0
Heres a good reference, what are you trying to do?
http://www.pantz.org/software/mysql/mysqlcommands.html
Restored from old drupal forum, for user uid:3218 username:Andrew4444
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Jan 2025
Reputation:
0
i fixed in this way:
mysql -p
insert into operations (op) values ('dofixapacheconfignonssl');
do this if you dont use ssl.
if you use ssl,
insert into operations (op) values ('dofixapacheconfigssl');
Restored from old drupal forum, for user uid:3246 username:Stone1555
You may reset your password to access your new account here.