followtheboat
Programmer
Good morning,
I'm so new to phpmyadmin and mysql it's a little scary. I'm familiar with the very basics of phpmyadmin but my host company is suggesting that I need to change some lines in my database that I'm unsure about. The main problem is actually editing lines within the database.
I have been asked to back-up my database (sensible) and then open it in an editor and change some lines at the top of the database.
My question is: what editor do I open this .sql file in? I've tried Notepad but that is not displaying characters correctly so I figured there must be some easier way of doing this in phpmyadmin because this will save me having to upload the altered database back to the server. This is what I have been told:
They then tell me to comment out two lines following this. How do I comment out these lines?
Any pointers gratefully received.
[] []
tales [not just] from the high seas
I'm so new to phpmyadmin and mysql it's a little scary. I'm familiar with the very basics of phpmyadmin but my host company is suggesting that I need to change some lines in my database that I'm unsure about. The main problem is actually editing lines within the database.
I have been asked to back-up my database (sensible) and then open it in an editor and change some lines at the top of the database.
My question is: what editor do I open this .sql file in? I've tried Notepad but that is not displaying characters correctly so I figured there must be some easier way of doing this in phpmyadmin because this will save me having to upload the altered database back to the server. This is what I have been told:
The command is at the very top:
-- phpMyAdmin SQL Dump
-- version 2.11.5.2
-- --
-- Host: xx.xx.xx.xx
-- Generation Time: Mar 24, 2009 at 10:53 AM
-- Server version: 5.0.22
-- PHP Version: 5.1.6
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `xxxxxxxxxxx`
--
CREATE DATABASE `xxxxxxxxxxx` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `xxxxxxxxxxx`;
They then tell me to comment out two lines following this. How do I comment out these lines?
Any pointers gratefully received.
[] []
tales [not just] from the high seas