• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

mysql problem (database import)

B

Brummbaer76

Guest
Hi I have some problems with mysql.

I has saved some mysql databases from my old webserver (with phpmyadmin)
(Filename = xxx.sql.gz).

i can´t copy the database to my new webserver.

dataimport (phpmyadmin)

Their SQL instruction was successfully implemented:
Contents of your file were inserted. (79 instructions)

but the database are not added
 
Your .gz file probably doesn`t (and probably shouldn`t) contain the create database statement.

Create the database in Plesk, then create a username/password via the 'Add' button. When you're returned to the database screen, click the DB WebAdmin button. A phpMyAdmin window will open up. Click on your database name on the left, then click on the SQL 'tab' and import your .gz file.
 
When I try to import a database from mysqladmin, i get an error. and at the main page it says "no Privlage" in italics. When i create a username in plesk for a database called dotnetnuke does that create a user in mysql or do i have to somewhere create a username to have privlages for mysql. I think when i make a database User for mysql. that user is created in mysql too. right or wrong? But long story short. I cannot query any database or import a database.sql file. what am i doing wrong here?

-Jeff
 
Yes, a user is created within MySQL.

Check out your other recent post regarding MySQL for more help. My reply there pretty much just said to make sure there aren`t any CREATE DATABASE statements in your .sql file.

Is it giving any specific errors after attempting import? Or is it simply going back to the main screen without a word?
 
Back
Top