How could I export my MySQL database to a .sql file. I tried SELECT * INTO however, I was resulted in an error saying that I did not have the appropiate permissions.
Is there another way around this?.
Regards
Joe
MySQL Export!
Moderator: General Moderators
-
kettle_drum
- DevNet Resident
- Posts: 1150
- Joined: Sun Jul 20, 2003 9:25 pm
- Location: West Yorkshire, England
-
kettle_drum
- DevNet Resident
- Posts: 1150
- Joined: Sun Jul 20, 2003 9:25 pm
- Location: West Yorkshire, England
Yeah, phpMyAdmin was one of the first things I reffered to when I first bumped into the problem but I cannot seem to find the part which creates the dump. I searched through:
export.php
db_details_export.php
libraries/display_export.lib.php
with no luck. It was from then I tried SELECT * INTO and was resulted in errors.
export.php
db_details_export.php
libraries/display_export.lib.php
with no luck. It was from then I tried SELECT * INTO and was resulted in errors.