Closed (fixed)
Project:
Natural Sort
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2008 at 23:25 UTC
Updated:
8 Sep 2008 at 09:07 UTC
Trying to import the natsort.install.mysql, I am getting this error.
phpMyadmin puts a red X beside this:
BEGIN
DECLARE orig varchar(255) default s;
delimiter //
Comments
Comment #1
bsuttis commentedMy bad, I was trying to import the install.mysql via phpmyadmin. Using command line it worked.
Comment #2
troybthompson commentedIs there a way to make this work if we only have access to phpmyadmin? I'm having the same problem.
Comment #3
mooffie commentedTroy, I'm afraid there isn't a way to do this via phpmyadmin.
The only reason this module is unconventional in its installation is because PHP doens't let us, the programmers, send a chunk of code to the database. I'll have to investigate this.